summaryrefslogtreecommitdiff
path: root/tools/perf/util/sort.c
AgeCommit message (Expand)Author
2025-05-13perf report: Add 'tgid' sort keyNamhyung Kim
2025-05-02perf mem: Add 'dtlb' output fieldNamhyung Kim
2025-05-02perf mem: Add 'snoop' output fieldNamhyung Kim
2025-05-02perf mem: Add 'cache' and 'memory' output fieldsNamhyung Kim
2025-05-02perf mem: Add 'op' output fieldNamhyung Kim
2025-05-02perf hist: Implement output fields for mem statsNamhyung Kim
2025-05-02perf hist: Basic support for mem_stat accountingNamhyung Kim
2025-05-02perf hist: Support multi-line headerNamhyung Kim
2025-04-25perf hist: Set levels in output_field_add()Namhyung Kim
2025-03-20perf sort: Keep output fields in the same levelNamhyung Kim
2025-03-13perf annotate-data: Add annotated_data_type__get_member_name()Namhyung Kim
2025-02-18perf report: Add --latency flagDmitry Vyukov
2025-02-18perf report: Add latency output fieldDmitry Vyukov
2025-02-18perf report: Add parallelism filterDmitry Vyukov
2025-02-17perf report: Add parallelism sort keyDmitry Vyukov
2024-12-09perf evsel: Add/use accessor for tp_formatIan Rogers
2024-11-08perf build: Include libtraceevent headers directly indicated by pkg-configYicong Yang
2024-10-10perf report: Display columns Predicted/Abort/Cycles in --branch-historyThomas Falcon
2024-08-21perf annotate-data: Add 'typecln' sort keyNamhyung Kim
2024-08-21perf annotate-data: Show offset and size in hexNamhyung Kim
2024-08-01perf tools: Add mode argument to sort_help()Namhyung Kim
2024-06-25perf report: Fix condition in sort__sym_cmp()Namhyung Kim
2024-05-07perf mem-info: Add reference count checkingIan Rogers
2024-05-07perf mem-info: Move mem-info out of mem-events and symbolIan Rogers
2024-05-06perf dso: Add reference count checking and accessor functionsIan Rogers
2024-04-17perf report: Add weight[123] output fieldsNamhyung Kim
2024-02-01perf report: Prevent segfault with --no-parentAndi Kleen
2023-12-23perf annotate: Add --data-type optionNamhyung Kim
2023-12-23perf report: Add 'symoff' sort keyNamhyung Kim
2023-12-23perf report: Add 'typeoff' sort keyNamhyung Kim
2023-12-23perf annotate-data: Add member field in the data typeNamhyung Kim
2023-12-23perf report: Add 'type' sort keyNamhyung Kim
2023-11-09perf annotate: Split branch stack cycles info from 'struct annotation'Namhyung Kim
2023-10-25libperf rc_check: Add RC_CHK_EQUALIan Rogers
2023-06-12perf srcline: Optimize comparision against SRCLINE_UNKNOWNArnaldo Carvalho de Melo
2023-06-12perf thread: Add reference count checkingIan Rogers
2023-06-12perf thread: Add accessor functions for threadIan Rogers
2023-04-24perf evsel: Introduce evsel__name_is() method to check if the evsel name is e...Arnaldo Carvalho de Melo
2023-04-19perf dso: Fix use before NULL check introduced by map__dso() introductionArnaldo Carvalho de Melo
2023-04-13perf map: Delete two variable initialisations before null pointer checks in s...Markus Elfring
2023-04-06perf map: Add accessors for ->prot, ->priv and ->flagsIan Rogers
2023-04-06perf map: Add helper for ->map_ip() and ->unmap_ip()Ian Rogers
2023-04-04perf map: Add accessor for dsoIan Rogers
2023-04-04perf maps: Add functions to access mapsIan Rogers
2023-04-04perf hist: Improve srcfile sort key performance (really)Namhyung Kim
2023-03-20perf report: Add 'simd' sort fieldGerman Gomez
2023-02-16perf c2c: Add report option to show false sharing in adjacent cachelinesFeng Tang
2023-02-03perf report: Support Retire LatencyKan Liang
2023-01-19perf trace: Reduce #ifdefs for TEP_FIELD_IS_RELATIVEIan Rogers
2023-01-19perf tools: Remove HAVE_LIBTRACEEVENT_TEP_FIELD_IS_RELATIVEIan Rogers