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