aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/tools/perf/util/sort.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2023-01-02perf tools: Fix segfault when trying to process tracepoints in perf.data and not linked with libtraceeventArnaldo Carvalho de Melo1-0/+12
2022-12-21perf hist: Improve srcline_{from,to} sort key performanceNamhyung Kim1-0/+42
2022-12-21perf hist: Improve srcfile sort key performanceNamhyung Kim1-2/+25
2022-12-21perf hist: Improve srcline sort key performanceNamhyung Kim1-2/+27
2022-12-21perf hist: Add perf_hpp_fmt->init() callbackNamhyung Kim1-5/+26
2022-12-14perf tools: Check if libtracevent has TEP_FIELD_IS_RELATIVEArnaldo Carvalho de Melo1-1/+2
2022-12-14perf build: Use libtraceevent from the systemIan Rogers1-10/+50
2022-10-04perf tools: Add 'addr' sort keyNamhyung Kim1-0/+38
2022-02-16perf report: Add "addr_from" and "addr_to" sort dimensionsStephane Eranian1-0/+128
2022-02-06perf tools: Apply correct label to user/kernel symbols in branch modeGerman Gomez1-2/+2
2022-01-18Merge tag 'perf-tools-for-v5.17-2022-01-16' of git://git.kernel.org/pub/scm/linux/kernel/git/acme/linuxLinus Torvalds1-9/+25
2022-01-10perf sort: Include global and local variants for p_stage_cyc sort keyAthira Rajeev1-9/+25
2021-12-06tools/perf: Add '__rel_loc' event field parsing supportMasami Hiramatsu1-0/+2
2021-11-18perf sort: Fix the 'p_stage_cyc' sort key behaviorNamhyung Kim1-2/+2
2021-11-18perf sort: Fix the 'ins_lat' sort key behaviorNamhyung Kim1-17/+7
2021-11-18perf sort: Fix the 'weight' sort key behaviorNamhyung Kim1-17/+7
2021-07-15perf report: Free generated help strings for sort optionRiccardo Mancini1-1/+1
2021-03-26perf sort: Display sort dimension p_stage_cyc only on supported archsAthira Rajeev1-0/+19
2021-03-26perf tools: Support pipeline stage cycles for powerpcAthira Rajeev1-2/+22
2021-03-26perf sort: Add dynamic headers for perf report columnsAthira Rajeev1-1/+18
2021-03-06perf report: Fix -F for branch & mem modesRavi Bangoria1-2/+2
2021-02-08perf report: Support instruction latencyKan Liang1-1/+46
2021-02-08perf tools: Support data block and addr blockKan Liang1-1/+37
2021-01-20perf report: Add support for PERF_SAMPLE_CODE_PAGE_SIZEStephane Eranian1-0/+26
2020-12-19perf sort: Add sort option for data page sizeKan Liang1-0/+30
2020-11-30perf evlist: Use the right prefix for 'struct evlist' evsel list methodsArnaldo Carvalho de Melo1-1/+1