summaryrefslogtreecommitdiff
path: root/tools/perf/ui/hist.c
AgeCommit message (Expand)AuthorFilesLines
2025-05-28perf mem: Show absolute percent in mem_stat outputNamhyung Kim1-1/+1
2025-05-02perf mem: Add 'dtlb' output fieldNamhyung Kim1-0/+5
2025-05-02perf mem: Add 'snoop' output fieldNamhyung Kim1-0/+5
2025-05-02perf mem: Add 'cache' and 'memory' output fieldsNamhyung Kim1-0/+10
2025-05-02perf hist: Hide unused mem stat columnsNamhyung Kim1-2/+33
2025-05-02perf mem: Add 'op' output fieldNamhyung Kim1-3/+9
2025-05-02perf hist: Implement output fields for mem statsNamhyung Kim1-3/+155
2025-05-02perf hist: Basic support for mem_stat accountingNamhyung Kim1-0/+39
2025-05-02perf hist: Support multi-line headerNamhyung Kim1-2/+7
2025-05-02perf hist: Remove output field from sort-list properlyNamhyung Kim1-10/+5
2025-04-25perf hist: Remove formats in hierarchy when cancel latencyNamhyung Kim1-1/+14
2025-04-25perf hist: Remove formats in hierarchy when cancel childrenNamhyung Kim1-1/+19
2025-02-19perf report: Add --latency flagDmitry Vyukov1-8/+46
2025-02-19perf report: Add latency output fieldDmitry Vyukov1-31/+38
2025-01-17perf hist: Fix width calculation in hpp__fmt()Dmitry Vyukov1-1/+1
2024-08-29perf hist: Don't set hpp_fmt_value for members in --no-groupKan Liang1-5/+5
2024-06-16perf hist: Honor symbol_conf.skip_emptyNamhyung Kim1-2/+16
2024-06-16perf hist: Simplify __hpp_fmt() using hpp_fmt_dataNamhyung Kim1-39/+36
2024-06-16perf hist: Factor out __hpp__fmt_print()Namhyung Kim1-47/+36
2024-04-17perf report: Add weight[123] output fieldsNamhyung Kim1-18/+74
2023-06-12perf thread: Add reference count checkingIan Rogers1-1/+4
2023-04-11perf util: Move perf_guest/host declarationsIan Rogers1-1/+1
2021-11-18perf hist: Fix memory leak of a perf_hpp_fmtIan Rogers1-14/+14
2020-05-05perf evsel: Rename perf_evsel__group_idx() to evsel__group_idx()Arnaldo Carvalho de Melo1-5/+5
2020-05-05perf evsel: Rename perf_evsel__is_*() to evsel__is*()Arnaldo Carvalho de Melo1-3/+3
2020-03-24perf report: Allow specifying event to be used as sort key in --group outputJin Yao1-15/+78
2019-09-20perf tools: Remove util.h from where it is not neededArnaldo Carvalho de Melo1-1/+0
2019-09-01perf auxtrace: Uninline functions that touch perf_sessionArnaldo Carvalho de Melo1-0/+2
2019-08-29perf tools: Remove debug.h from header files not needing itArnaldo Carvalho de Melo1-0/+1
2019-08-29perf tools: Remove needless perf.h include directive from headersArnaldo Carvalho de Melo1-0/+1
2019-07-30libperf: Move nr_members from perf's evsel to libperf's perf_evselJiri Olsa1-3/+3
2019-07-30perf evlist: Rename struct perf_evlist to struct evlistJiri Olsa1-1/+1
2019-07-30perf evsel: Rename struct perf_evsel to struct evselJiri Olsa1-4/+4
2019-02-06perf tools: Add missing include <callchain.h> in various placesArnaldo Carvalho de Melo1-0/+1
2018-06-06perf hists: Check if a hist_entry has callchains before using themArnaldo Carvalho de Melo1-1/+1
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-10-13perf hists: Add extra integrity checks to fmt_free()Jiri Olsa1-0/+7
2017-10-13perf hists: Fix crash in perf_hpp__reset_output_field()Jiri Olsa1-1/+1
2017-05-24perf tools: Put caller above callee in --children modeNamhyung Kim1-0/+2
2017-04-19perf tools: Including missing inttypes.h headerArnaldo Carvalho de Melo1-0/+1
2017-02-20perf utils: Check verbose flag properlyNamhyung Kim1-1/+1
2017-02-02perf diff: Fix -o/--order option behavior (again)Namhyung Kim1-0/+6
2017-02-02perf diff: Fix segfault on 'perf diff -o N' optionNamhyung Kim1-0/+4
2016-09-22perf tools: Make several display functions globalJiri Olsa1-1/+1
2016-09-20perf hists: Factor out hists__reset_column_width()Namhyung Kim1-0/+15
2016-08-23perf hists: Add support for header spanJiri Olsa1-1/+2
2016-08-23perf hists: Add line argument into perf_hpp_fmt's header callbackJiri Olsa1-1/+1
2016-08-23perf hists: Introduce nr_header_lines into struct perf_hpp_listJiri Olsa1-0/+1
2016-06-23perf evlist: Rename for_each() macros to for_each_entry()Arnaldo Carvalho de Melo1-1/+1
2016-06-15perf hists: Replace perf_evsel arg perf_hpp_fmt's width callbackJiri Olsa1-4/+5