summaryrefslogtreecommitdiffstats
path: root/tools/perf/util/sort.c
Commit message (Expand)AuthorAgeFilesLines
* perf mem-info: Add reference count checkingIan Rogers2024-05-071-34/+34
* perf mem-info: Move mem-info out of mem-events and symbolIan Rogers2024-05-071-0/+1
* perf dso: Add reference count checking and accessor functionsIan Rogers2024-05-061-9/+10
* perf report: Add weight[123] output fieldsNamhyung Kim2024-04-171-9/+19
* perf report: Prevent segfault with --no-parentAndi Kleen2024-02-011-1/+1
* perf annotate: Add --data-type optionNamhyung Kim2023-12-231-0/+2
* perf report: Add 'symoff' sort keyNamhyung Kim2023-12-231-0/+47
* perf report: Add 'typeoff' sort keyNamhyung Kim2023-12-231-1/+82
* perf annotate-data: Add member field in the data typeNamhyung Kim2023-12-231-3/+6
* perf report: Add 'type' sort keyNamhyung Kim2023-12-231-2/+67
* perf annotate: Split branch stack cycles info from 'struct annotation'Namhyung Kim2023-11-091-7/+7
* libperf rc_check: Add RC_CHK_EQUALIan Rogers2023-10-251-1/+1
* perf srcline: Optimize comparision against SRCLINE_UNKNOWNArnaldo Carvalho de Melo2023-06-121-1/+1
* perf thread: Add reference count checkingIan Rogers2023-06-121-1/+1
* perf thread: Add accessor functions for threadIan Rogers2023-06-121-4/+6
* perf evsel: Introduce evsel__name_is() method to check if the evsel name is e...Arnaldo Carvalho de Melo2023-04-241-1/+1
* perf dso: Fix use before NULL check introduced by map__dso() introductionArnaldo Carvalho de Melo2023-04-191-1/+1
* perf map: Delete two variable initialisations before null pointer checks in s...Markus Elfring2023-04-131-2/+1
* perf map: Add accessors for ->prot, ->priv and ->flagsIan Rogers2023-04-061-3/+3
* perf map: Add helper for ->map_ip() and ->unmap_ip()Ian Rogers2023-04-061-6/+6
* perf map: Add accessor for dsoIan Rogers2023-04-041-24/+25
* perf maps: Add functions to access mapsIan Rogers2023-04-041-1/+1
* perf hist: Improve srcfile sort key performance (really)Namhyung Kim2023-04-041-6/+1
* perf report: Add 'simd' sort fieldGerman Gomez2023-03-201-0/+47
* perf c2c: Add report option to show false sharing in adjacent cachelinesFeng Tang2023-02-161-3/+10
* perf report: Support Retire LatencyKan Liang2023-02-031-0/+2
* perf trace: Reduce #ifdefs for TEP_FIELD_IS_RELATIVEIan Rogers2023-01-191-3/+1
* perf tools: Remove HAVE_LIBTRACEEVENT_TEP_FIELD_IS_RELATIVEIan Rogers2023-01-191-1/+2
* perf tools: Fix segfault when trying to process tracepoints in perf.data and ...Arnaldo Carvalho de Melo2023-01-021-0/+12
* perf hist: Improve srcline_{from,to} sort key performanceNamhyung Kim2022-12-211-0/+42
* perf hist: Improve srcfile sort key performanceNamhyung Kim2022-12-211-2/+25
* perf hist: Improve srcline sort key performanceNamhyung Kim2022-12-211-2/+27
* perf hist: Add perf_hpp_fmt->init() callbackNamhyung Kim2022-12-211-5/+26
* perf tools: Check if libtracevent has TEP_FIELD_IS_RELATIVEArnaldo Carvalho de Melo2022-12-141-1/+2
* perf build: Use libtraceevent from the systemIan Rogers2022-12-141-10/+50
* perf tools: Add 'addr' sort keyNamhyung Kim2022-10-041-0/+38
* perf report: Add "addr_from" and "addr_to" sort dimensionsStephane Eranian2022-02-161-0/+128
* perf tools: Apply correct label to user/kernel symbols in branch modeGerman Gomez2022-02-061-2/+2
* Merge tag 'perf-tools-for-v5.17-2022-01-16' of git://git.kernel.org/pub/scm/l...Linus Torvalds2022-01-181-9/+25
|\
| * perf sort: Include global and local variants for p_stage_cyc sort keyAthira Rajeev2022-01-101-9/+25
* | tools/perf: Add '__rel_loc' event field parsing supportMasami Hiramatsu2021-12-061-0/+2
|/
* perf sort: Fix the 'p_stage_cyc' sort key behaviorNamhyung Kim2021-11-181-2/+2
* perf sort: Fix the 'ins_lat' sort key behaviorNamhyung Kim2021-11-181-17/+7
* perf sort: Fix the 'weight' sort key behaviorNamhyung Kim2021-11-181-17/+7
* perf report: Free generated help strings for sort optionRiccardo Mancini2021-07-151-1/+1
* perf sort: Display sort dimension p_stage_cyc only on supported archsAthira Rajeev2021-03-261-0/+19
* perf tools: Support pipeline stage cycles for powerpcAthira Rajeev2021-03-261-2/+22
* perf sort: Add dynamic headers for perf report columnsAthira Rajeev2021-03-261-1/+18
* perf report: Fix -F for branch & mem modesRavi Bangoria2021-03-061-2/+2
* perf report: Support instruction latencyKan Liang2021-02-081-1/+46