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