summaryrefslogtreecommitdiffstats
path: root/tools/perf/util/sort.c
AgeCommit message (Expand)AuthorLines
2024-12-09perf evsel: Add/use accessor for tp_formatIan Rogers-12/+21
2024-11-08perf build: Include libtraceevent headers directly indicated by pkg-configYicong Yang-1/+1
2024-10-10perf report: Display columns Predicted/Abort/Cycles in --branch-historyThomas Falcon-1/+112
2024-08-21perf annotate-data: Add 'typecln' sort keyNamhyung Kim-0/+52
2024-08-21perf annotate-data: Show offset and size in hexNamhyung Kim-1/+1
2024-08-01perf tools: Add mode argument to sort_help()Namhyung Kim-5/+7
2024-06-25perf report: Fix condition in sort__sym_cmp()Namhyung Kim-1/+1
2024-05-07perf mem-info: Add reference count checkingIan Rogers-34/+34
2024-05-07perf mem-info: Move mem-info out of mem-events and symbolIan Rogers-0/+1
2024-05-06perf dso: Add reference count checking and accessor functionsIan Rogers-9/+10
2024-04-17perf report: Add weight[123] output fieldsNamhyung Kim-9/+19
2024-02-01perf report: Prevent segfault with --no-parentAndi Kleen-1/+1
2023-12-23perf annotate: Add --data-type optionNamhyung Kim-0/+2
2023-12-23perf report: Add 'symoff' sort keyNamhyung Kim-0/+47
2023-12-23perf report: Add 'typeoff' sort keyNamhyung Kim-1/+82
2023-12-23perf annotate-data: Add member field in the data typeNamhyung Kim-3/+6
2023-12-23perf report: Add 'type' sort keyNamhyung Kim-2/+67
2023-11-09perf annotate: Split branch stack cycles info from 'struct annotation'Namhyung Kim-7/+7
2023-10-25libperf rc_check: Add RC_CHK_EQUALIan Rogers-1/+1
2023-06-12perf srcline: Optimize comparision against SRCLINE_UNKNOWNArnaldo Carvalho de Melo-1/+1
2023-06-12perf thread: Add reference count checkingIan Rogers-1/+1
2023-06-12perf thread: Add accessor functions for threadIan Rogers-4/+6
2023-04-24perf evsel: Introduce evsel__name_is() method to check if the evsel name is e...Arnaldo Carvalho de Melo-1/+1
2023-04-19perf dso: Fix use before NULL check introduced by map__dso() introductionArnaldo Carvalho de Melo-1/+1
2023-04-13perf map: Delete two variable initialisations before null pointer checks in s...Markus Elfring-2/+1
2023-04-06perf map: Add accessors for ->prot, ->priv and ->flagsIan Rogers-3/+3
2023-04-06perf map: Add helper for ->map_ip() and ->unmap_ip()Ian Rogers-6/+6
2023-04-04perf map: Add accessor for dsoIan Rogers-24/+25
2023-04-04perf maps: Add functions to access mapsIan Rogers-1/+1
2023-04-04perf hist: Improve srcfile sort key performance (really)Namhyung Kim-6/+1
2023-03-20perf report: Add 'simd' sort fieldGerman Gomez-0/+47
2023-02-16perf c2c: Add report option to show false sharing in adjacent cachelinesFeng Tang-3/+10
2023-02-03perf report: Support Retire LatencyKan Liang-0/+2
2023-01-19perf trace: Reduce #ifdefs for TEP_FIELD_IS_RELATIVEIan Rogers-3/+1
2023-01-19perf tools: Remove HAVE_LIBTRACEEVENT_TEP_FIELD_IS_RELATIVEIan Rogers-1/+2
2023-01-02perf tools: Fix segfault when trying to process tracepoints in perf.data and ...Arnaldo Carvalho de Melo-0/+12
2022-12-21perf hist: Improve srcline_{from,to} sort key performanceNamhyung Kim-0/+42
2022-12-21perf hist: Improve srcfile sort key performanceNamhyung Kim-2/+25
2022-12-21perf hist: Improve srcline sort key performanceNamhyung Kim-2/+27
2022-12-21perf hist: Add perf_hpp_fmt->init() callbackNamhyung Kim-5/+26
2022-12-14perf tools: Check if libtracevent has TEP_FIELD_IS_RELATIVEArnaldo Carvalho de Melo-1/+2
2022-12-14perf build: Use libtraceevent from the systemIan Rogers-10/+50
2022-10-04perf tools: Add 'addr' sort keyNamhyung Kim-0/+38
2022-02-16perf report: Add "addr_from" and "addr_to" sort dimensionsStephane Eranian-0/+128
2022-02-06perf tools: Apply correct label to user/kernel symbols in branch modeGerman Gomez-2/+2
2022-01-18Merge tag 'perf-tools-for-v5.17-2022-01-16' of git://git.kernel.org/pub/scm/l...Linus Torvalds-9/+25
2022-01-10perf sort: Include global and local variants for p_stage_cyc sort keyAthira Rajeev-9/+25
2021-12-06tools/perf: Add '__rel_loc' event field parsing supportMasami Hiramatsu-0/+2
2021-11-18perf sort: Fix the 'p_stage_cyc' sort key behaviorNamhyung Kim-2/+2
2021-11-18perf sort: Fix the 'ins_lat' sort key behaviorNamhyung Kim-17/+7