summaryrefslogtreecommitdiff
path: root/tools/perf/util/sort.c
AgeCommit message (Expand)Author
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
2023-01-02perf tools: Fix segfault when trying to process tracepoints in perf.data and ...Arnaldo Carvalho de Melo
2022-12-21perf hist: Improve srcline_{from,to} sort key performanceNamhyung Kim
2022-12-21perf hist: Improve srcfile sort key performanceNamhyung Kim
2022-12-21perf hist: Improve srcline sort key performanceNamhyung Kim
2022-12-21perf hist: Add perf_hpp_fmt->init() callbackNamhyung Kim
2022-12-14perf tools: Check if libtracevent has TEP_FIELD_IS_RELATIVEArnaldo Carvalho de Melo
2022-12-14perf build: Use libtraceevent from the systemIan Rogers
2022-10-04perf tools: Add 'addr' sort keyNamhyung Kim
2022-02-16perf report: Add "addr_from" and "addr_to" sort dimensionsStephane Eranian
2022-02-06perf tools: Apply correct label to user/kernel symbols in branch modeGerman Gomez
2022-01-18Merge tag 'perf-tools-for-v5.17-2022-01-16' of git://git.kernel.org/pub/scm/l...Linus Torvalds
2022-01-10perf sort: Include global and local variants for p_stage_cyc sort keyAthira Rajeev
2021-12-06tools/perf: Add '__rel_loc' event field parsing supportMasami Hiramatsu
2021-11-18perf sort: Fix the 'p_stage_cyc' sort key behaviorNamhyung Kim
2021-11-18perf sort: Fix the 'ins_lat' sort key behaviorNamhyung Kim
2021-11-18perf sort: Fix the 'weight' sort key behaviorNamhyung Kim
2021-07-15perf report: Free generated help strings for sort optionRiccardo Mancini
2021-03-26perf sort: Display sort dimension p_stage_cyc only on supported archsAthira Rajeev
2021-03-26perf tools: Support pipeline stage cycles for powerpcAthira Rajeev
2021-03-26perf sort: Add dynamic headers for perf report columnsAthira Rajeev
2021-03-06perf report: Fix -F for branch & mem modesRavi Bangoria
2021-02-08perf report: Support instruction latencyKan Liang
2021-02-08perf tools: Support data block and addr blockKan Liang
2021-01-20perf report: Add support for PERF_SAMPLE_CODE_PAGE_SIZEStephane Eranian
2020-12-19perf sort: Add sort option for data page sizeKan Liang
2020-11-30perf evlist: Use the right prefix for 'struct evlist' evsel list methodsArnaldo Carvalho de Melo
2020-05-28perf util: Fix memory leak of prefix_if_not_inXie XiuQi