aboutsummaryrefslogtreecommitdiffstats
path: root/tools/perf/util/hist.h
AgeCommit message (Expand)Author
2021-12-08perf hist: Fix memory leak of a perf_hpp_fmtIan Rogers
2020-01-23perf hists: Fix variable name's inconsistency in hists__for_each() macroYuya Fujita
2018-05-30perf report: Fix memory corruption in --branch-history mode --branch-historyJiri Olsa
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman
2017-09-01perf sort: Add sort option for physical addressKan Liang
2017-03-14perf tools: Add 'cgroup_id' sort order keywordHari Bathini
2017-03-03perf tools: Allow sorting by symbol sizeCharles Baylis
2017-02-02perf diff: Fix -o/--order option behavior (again)Namhyung Kim
2016-10-21perf c2c report: Limit the cachelines table entriesJiri Olsa
2016-09-22perf hists: Make hists__fprintf_headers function globalJiri Olsa
2016-09-22perf hists: Make __hist_entry__snprintf function globalJiri Olsa
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-08-02perf hists: Introduce output_resort_cb methodJiri Olsa
2016-07-12perf hists: Introduce hists__add_entry_ops functionJiri Olsa
2016-06-21perf hists: Rename __hists__add_entry to hists__add_entryJiri Olsa
2016-06-15perf hists: Replace perf_evsel arg perf_hpp_fmt's width callbackJiri Olsa
2016-06-15perf hists: Replace perf_evsel arg perf_hpp_fmt's header callbackJiri Olsa
2016-06-15perf stdio: Add use_callchain parameter to hists__fprintfJiri Olsa
2016-05-23perf report: Add srcline_from/to branch sort keysAndi Kleen
2016-05-05perf hists: Move sort__has_comm into struct perf_hpp_listJiri Olsa
2016-05-05perf hists: Move sort__has_thread into struct perf_hpp_listJiri Olsa
2016-05-05perf hists: Move sort__has_socket into struct perf_hpp_listJiri Olsa
2016-05-05perf hists: Move sort__has_dso into struct perf_hpp_listJiri Olsa
2016-05-05perf hists: Move sort__has_sym into struct perf_hpp_listJiri Olsa
2016-05-05perf hists: Move sort__has_parent into struct perf_hpp_listJiri Olsa
2016-05-05perf hists: Move sort__need_collapse into struct perf_hpp_listJiri Olsa
2016-03-30perf tools: Make hists__collapse_insert_entry staticJiri Olsa
2016-03-23perf tools: Remove misplaced __maybe_unusedArnaldo Carvalho de Melo
2016-03-10perf tools: Remove nr_sort_keys fieldNamhyung Kim
2016-03-10perf tools: Add more sort entry check functionsNamhyung Kim
2016-03-08perf hists: Fix indent for multiple hierarchy sort keyNamhyung Kim
2016-03-08perf hists: Use own hpp_list for hierarchy modeNamhyung Kim
2016-03-08perf hists: Introduce perf_hpp__setup_hists_formats()Namhyung Kim
2016-03-08perf hists: Add level field to struct perf_hpp_fmtNamhyung Kim
2016-02-26perf report: Fix indentation of dynamic entries in hierarchyNamhyung Kim
2016-02-26perf hists: Add more helper functions for the hierarchy modeNamhyung Kim
2016-02-24perf ui/stdio: Implement hierarchy output modeNamhyung Kim
2016-02-24perf hists: Count number of sort keysNamhyung Kim
2016-02-24perf hists: Introduce hist_entry__filter()Namhyung Kim
2016-02-24perf hists: Add helper functions for hierarchy modeNamhyung Kim
2016-02-24perf tools: Add helper functions for some sort keysNamhyung Kim
2016-02-19perf hists: Return error from hists__collapse_resort()Namhyung Kim
2016-02-19perf hists browser: Fix percentage update on key pressNamhyung Kim
2016-02-12perf hists: Do column alignment on the format iteratorArnaldo Carvalho de Melo
2016-02-03perf hists: Introduce hists__for_each_sort_list macroJiri Olsa
2016-02-03perf hists: Introduce hists__for_each_format macroJiri Olsa