summaryrefslogtreecommitdiffstats
path: root/tools/perf/util/hist.h
Commit message (Expand)AuthorAgeFilesLines
* perf hists: Introduce hists__scnprint_title()Arnaldo Carvalho de Melo2018-04-031-0/+6
* perf tools: Add a "dso_size" sort orderKim Phillips2018-04-021-0/+1
* perf report: Fix memory corruption in --branch-history mode --branch-historyJiri Olsa2018-02-161-1/+0
* perf hists browser: Add parameter to disable lost event warningKan Liang2018-02-151-2/+4
* License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
* perf sort: Add sort option for physical addressKan Liang2017-09-011-0/+1
* perf tools: Add 'cgroup_id' sort order keywordHari Bathini2017-03-141-0/+1
* perf tools: Allow sorting by symbol sizeCharles Baylis2017-03-031-0/+1
* perf diff: Fix -o/--order option behavior (again)Namhyung Kim2017-02-021-0/+7
* perf c2c report: Limit the cachelines table entriesJiri Olsa2016-10-211-0/+1
* perf hists: Make hists__fprintf_headers function globalJiri Olsa2016-09-221-0/+1
* perf hists: Make __hist_entry__snprintf function globalJiri Olsa2016-09-221-0/+2
* perf tools: Make several display functions globalJiri Olsa2016-09-221-0/+2
* perf hists: Factor out hists__reset_column_width()Namhyung Kim2016-09-201-0/+1
* perf hists: Add support for header spanJiri Olsa2016-08-231-1/+1
* perf hists: Add line argument into perf_hpp_fmt's header callbackJiri Olsa2016-08-231-1/+1
* perf hists: Introduce nr_header_lines into struct perf_hpp_listJiri Olsa2016-08-231-0/+1
* perf hists: Introduce output_resort_cb methodJiri Olsa2016-08-021-0/+4
* perf hists: Introduce hists__add_entry_ops functionJiri Olsa2016-07-121-0/+11
* perf hists: Rename __hists__add_entry to hists__add_entryJiri Olsa2016-06-211-7/+7
* perf hists: Replace perf_evsel arg perf_hpp_fmt's width callbackJiri Olsa2016-06-151-1/+1
* perf hists: Replace perf_evsel arg perf_hpp_fmt's header callbackJiri Olsa2016-06-151-1/+1
* perf stdio: Add use_callchain parameter to hists__fprintfJiri Olsa2016-06-151-1/+2
* perf report: Add srcline_from/to branch sort keysAndi Kleen2016-05-231-0/+2
* perf hists: Move sort__has_comm into struct perf_hpp_listJiri Olsa2016-05-051-0/+1
* perf hists: Move sort__has_thread into struct perf_hpp_listJiri Olsa2016-05-051-0/+1
* perf hists: Move sort__has_socket into struct perf_hpp_listJiri Olsa2016-05-051-0/+1
* perf hists: Move sort__has_dso into struct perf_hpp_listJiri Olsa2016-05-051-0/+1
* perf hists: Move sort__has_sym into struct perf_hpp_listJiri Olsa2016-05-051-0/+1
* perf hists: Move sort__has_parent into struct perf_hpp_listJiri Olsa2016-05-051-0/+1
* perf hists: Move sort__need_collapse into struct perf_hpp_listJiri Olsa2016-05-051-0/+4
* perf tools: Make hists__collapse_insert_entry staticJiri Olsa2016-03-301-2/+0
* perf tools: Remove misplaced __maybe_unusedArnaldo Carvalho de Melo2016-03-231-2/+1
* perf tools: Remove nr_sort_keys fieldNamhyung Kim2016-03-101-2/+0
* perf tools: Add more sort entry check functionsNamhyung Kim2016-03-101-0/+4
* perf hists: Fix indent for multiple hierarchy sort keyNamhyung Kim2016-03-081-0/+1
* perf hists: Use own hpp_list for hierarchy modeNamhyung Kim2016-03-081-0/+1
* perf hists: Introduce perf_hpp__setup_hists_formats()Namhyung Kim2016-03-081-0/+11
* perf hists: Add level field to struct perf_hpp_fmtNamhyung Kim2016-03-081-0/+1
* perf report: Fix indentation of dynamic entries in hierarchyNamhyung Kim2016-02-261-0/+1
* perf hists: Add more helper functions for the hierarchy modeNamhyung Kim2016-02-261-0/+3
* perf ui/stdio: Implement hierarchy output modeNamhyung Kim2016-02-241-0/+2
* perf hists: Count number of sort keysNamhyung Kim2016-02-241-0/+1
* perf hists: Introduce hist_entry__filter()Namhyung Kim2016-02-241-0/+2
* perf hists: Add helper functions for hierarchy modeNamhyung Kim2016-02-241-0/+16
* perf tools: Add helper functions for some sort keysNamhyung Kim2016-02-241-0/+3
* perf hists: Return error from hists__collapse_resort()Namhyung Kim2016-02-191-2/+2
* perf hists browser: Fix percentage update on key pressNamhyung Kim2016-02-191-0/+2
* perf hists: Do column alignment on the format iteratorArnaldo Carvalho de Melo2016-02-121-0/+5
* perf hists: Introduce hists__for_each_sort_list macroJiri Olsa2016-02-031-0/+3