summaryrefslogtreecommitdiff
path: root/tools/perf/util/sort.h
AgeCommit message (Expand)Author
2023-12-23perf report: Add 'symoff' sort keyNamhyung Kim
2023-12-23perf report: Add 'typeoff' sort keyNamhyung Kim
2023-12-23perf report: Add 'type' sort keyNamhyung Kim
2023-03-20perf report: Add 'simd' sort fieldGerman Gomez
2023-03-15perf hist: Add 'kvm_info' field in histograms entryLeo Yan
2023-02-16perf c2c: Add report option to show false sharing in adjacent cachelinesFeng Tang
2023-02-03perf report: Support Retire LatencyKan Liang
2022-12-21perf hist: Add perf_hpp_fmt->init() callbackNamhyung Kim
2022-10-04perf tools: Add 'addr' sort keyNamhyung Kim
2022-10-04perf sort: Remove hist_entry__sort_list() and sort__first_dimension() leftove...Gaosheng Cui
2022-02-16perf report: Add "addr_from" and "addr_to" sort dimensionsStephane Eranian
2022-01-10perf sort: Include global and local variants for p_stage_cyc sort keyAthira Rajeev
2021-11-18perf sort: Fix the 'p_stage_cyc' sort key behaviorNamhyung Kim
2021-11-18perf sort: Fix the 'ins_lat' sort key behaviorNamhyung Kim
2021-11-18perf sort: Fix the 'weight' sort key behaviorNamhyung Kim
2021-07-15perf report: Free generated help strings for sort optionRiccardo Mancini
2021-03-26perf tools: Support pipeline stage cycles for powerpcAthira Rajeev
2021-02-08perf report: Support instruction latencyKan Liang
2021-02-08perf tools: Support data block and addr blockKan Liang
2021-01-20perf report: Add support for PERF_SAMPLE_CODE_PAGE_SIZEStephane Eranian
2020-12-19perf sort: Add sort option for data page sizeKan Liang
2020-04-18perf hist: Add fast path for duplicate entries checkKan Liang
2020-04-03perf report: Add 'cgroup' sort keyNamhyung Kim
2020-01-06perf report/top: Improve toggle callchain menu optionArnaldo Carvalho de Melo
2019-10-11perf diff: Report noisy for cycles diffJin Yao
2019-08-31perf tools: Move 'struct events_stats' and prototypes to separate headerArnaldo Carvalho de Melo
2019-08-26perf sort: Remove needless headers from sort.h, provide fwd struct declsArnaldo Carvalho de Melo
2019-08-26perf cacheline: Move cacheline related routines to separate filesArnaldo Carvalho de Melo
2019-07-29perf evlist: Rename struct perf_evlist to struct evlistJiri Olsa
2019-07-02perf diff: Use hists to manage basic blocks per symbolJin Yao
2019-07-02perf hists: Add block_info in hist_entryJin Yao
2019-03-19perf report: Show all sort keys in help outputAndi Kleen
2019-03-11perf report: Implement browsing of individual samplesAndi Kleen
2019-03-11perf report: Support time sort keyAndi Kleen
2019-02-06perf symbols: Introduce map_symbol.hArnaldo Carvalho de Melo
2019-01-25perf hist: Use cached rbtreesDavidlohr Bueso
2018-12-17perf report: Display average IPC and IPC coverage per symbolJin Yao
2018-08-10tools lib traceevent, perf tools: Rename struct pevent to struct tep_handleTzvetomir Stoyanov (VMware)
2018-06-07perf hists: Make hist_entry__has_callchains() work with 'perf c2c'Arnaldo Carvalho de Melo
2018-06-07perf hists: Save the callchain_size in struct hist_entryArnaldo Carvalho de Melo
2018-06-06perf hists: Check if a hist_entry has callchains before using themArnaldo Carvalho de Melo
2018-06-06perf hists: Introduce hist_entry__has_callchain() methodArnaldo Carvalho de Melo
2018-06-04perf srcline: Make hist_entry srcline helper consistent with map'sArnaldo Carvalho de Melo
2018-05-17perf tools: Read the cache line size lazilyArnaldo Carvalho de Melo
2018-04-02perf tools: Add a "dso_size" sort orderKim Phillips
2017-11-07Merge branch 'linus' into perf/core, to fix conflictsIngo Molnar
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman
2017-10-24perf report: Remove code to handle inline frames from browsersMilian Wolff
2017-09-01perf sort: Add sort option for physical addressKan Liang
2017-04-24perf tools: Use just forward declarations for struct thread where possibleArnaldo Carvalho de Melo