summaryrefslogtreecommitdiffstats
path: root/tools/perf/util/hist.h
Commit message (Expand)AuthorAgeFilesLines
* perf diff: Print the basic block cycles diffJin Yao2019-07-021-0/+3
* perf hists: Add block_info in hist_entryJin Yao2019-07-021-0/+5
* perf report: Implement browsing of individual samplesAndi Kleen2019-03-111-0/+22
* perf report: Support builtin perf script in scripts menuAndi Kleen2019-03-111-2/+6
* perf report: Support time sort keyAndi Kleen2019-03-111-0/+1
* perf evsel: Add output_resort_cb methodJiri Olsa2019-02-061-0/+2
* perf hists: Add argument to hists__resort_cb_t callbackJiri Olsa2019-02-061-1/+1
* perf hist: Remove the needless callchain.h include from hist.hArnaldo Carvalho de Melo2019-02-061-1/+2
* perf hist: Remove symbol.h from hist.h, just fwd decls are neededArnaldo Carvalho de Melo2019-02-061-1/+2
* perf symbols: Introduce map_symbol.hArnaldo Carvalho de Melo2019-02-061-0/+1
* perf hist: Use cached rbtreesDavidlohr Bueso2019-01-251-5/+5
* perf report: Display average IPC and IPC coverage per symbolJin Yao2018-12-171-0/+1
* perf hists: Clarify callchain disabling when availableArnaldo Carvalho de Melo2018-07-241-1/+1
* perf hists: Reimplement hists__has_callchains()Arnaldo Carvalho de Melo2018-06-071-2/+2
* perf hists: Check if a hist_entry has callchains before using themArnaldo Carvalho de Melo2018-06-061-0/+6
* perf hists browser: Pass annotation_options from tool to browserArnaldo Carvalho de Melo2018-06-041-6/+14
* 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/+0Star
* 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-061-0/+1
* perf hists: Move sort__has_thread into struct perf_hpp_listJiri Olsa2016-05-061-0/+1
* perf hists: Move sort__has_socket into struct perf_hpp_listJiri Olsa2016-05-061-0/+1
* perf hists: Move sort__has_dso into struct perf_hpp_listJiri Olsa2016-05-061-0/+1
* perf hists: Move sort__has_sym into struct perf_hpp_listJiri Olsa2016-05-061-0/+1
* perf hists: Move sort__has_parent into struct perf_hpp_listJiri Olsa2016-05-061-0/+1
* perf hists: Move sort__need_collapse into struct perf_hpp_listJiri Olsa2016-05-061-0/+4
* perf tools: Make hists__collapse_insert_entry staticJiri Olsa2016-03-301-2/+0Star
* perf tools: Remove misplaced __maybe_unusedArnaldo Carvalho de Melo2016-03-231-2/+1Star
* perf tools: Remove nr_sort_keys fieldNamhyung Kim2016-03-101-2/+0Star