aboutsummaryrefslogtreecommitdiffstats
path: root/tools/perf/util/hist.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-03-11perf report: Implement browsing of individual samplesAndi Kleen1-0/+22
2019-03-11perf report: Support builtin perf script in scripts menuAndi Kleen1-2/+6
2019-03-11perf report: Support time sort keyAndi Kleen1-0/+1
2019-02-06perf evsel: Add output_resort_cb methodJiri Olsa1-0/+2
2019-02-06perf hists: Add argument to hists__resort_cb_t callbackJiri Olsa1-1/+1
2019-02-06perf hist: Remove the needless callchain.h include from hist.hArnaldo Carvalho de Melo1-1/+2
2019-02-06perf hist: Remove symbol.h from hist.h, just fwd decls are neededArnaldo Carvalho de Melo1-1/+2
2019-02-06perf symbols: Introduce map_symbol.hArnaldo Carvalho de Melo1-0/+1
2019-01-25perf hist: Use cached rbtreesDavidlohr Bueso1-5/+5
2018-12-17perf report: Display average IPC and IPC coverage per symbolJin Yao1-0/+1
2018-07-24perf hists: Clarify callchain disabling when availableArnaldo Carvalho de Melo1-1/+1
2018-06-07perf hists: Reimplement hists__has_callchains()Arnaldo Carvalho de Melo1-2/+2
2018-06-06perf hists: Check if a hist_entry has callchains before using themArnaldo Carvalho de Melo1-0/+6
2018-06-04perf hists browser: Pass annotation_options from tool to browserArnaldo Carvalho de Melo1-6/+14
2018-04-03perf hists: Introduce hists__scnprint_title()Arnaldo Carvalho de Melo1-0/+6
2018-04-02perf tools: Add a "dso_size" sort orderKim Phillips1-0/+1
2018-02-16perf report: Fix memory corruption in --branch-history mode --branch-historyJiri Olsa1-1/+0
2018-02-15perf hists browser: Add parameter to disable lost event warningKan Liang1-2/+4
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-09-01perf sort: Add sort option for physical addressKan Liang1-0/+1
2017-03-14perf tools: Add 'cgroup_id' sort order keywordHari Bathini1-0/+1
2017-03-03perf tools: Allow sorting by symbol sizeCharles Baylis1-0/+1
2017-02-02perf diff: Fix -o/--order option behavior (again)Namhyung Kim1-0/+7
2016-10-21perf c2c report: Limit the cachelines table entriesJiri Olsa1-0/+1
2016-09-22perf hists: Make hists__fprintf_headers function globalJiri Olsa1-0/+1
2016-09-22perf hists: Make __hist_entry__snprintf function globalJiri Olsa1-0/+2
2016-09-22perf tools: Make several display functions globalJiri Olsa1-0/+2
2016-09-20perf hists: Factor out hists__reset_column_width()Namhyung Kim1-0/+1
2016-08-23perf hists: Add support for header spanJiri Olsa1-1/+1
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-08-02perf hists: Introduce output_resort_cb methodJiri Olsa1-0/+4
2016-07-12perf hists: Introduce hists__add_entry_ops functionJiri Olsa1-0/+11
2016-06-21perf hists: Rename __hists__add_entry to hists__add_entryJiri Olsa1-7/+7
2016-06-15perf hists: Replace perf_evsel arg perf_hpp_fmt's width callbackJiri Olsa1-1/+1
2016-06-15perf hists: Replace perf_evsel arg perf_hpp_fmt's header callbackJiri Olsa1-1/+1
2016-06-15perf stdio: Add use_callchain parameter to hists__fprintfJiri Olsa1-1/+2
2016-05-23perf report: Add srcline_from/to branch sort keysAndi Kleen1-0/+2
2016-05-05perf hists: Move sort__has_comm into struct perf_hpp_listJiri Olsa1-0/+1
2016-05-05perf hists: Move sort__has_thread into struct perf_hpp_listJiri Olsa1-0/+1
2016-05-05perf hists: Move sort__has_socket into struct perf_hpp_listJiri Olsa1-0/+1
2016-05-05perf hists: Move sort__has_dso into struct perf_hpp_listJiri Olsa1-0/+1
2016-05-05perf hists: Move sort__has_sym into struct perf_hpp_listJiri Olsa1-0/+1
2016-05-05perf hists: Move sort__has_parent into struct perf_hpp_listJiri Olsa1-0/+1
2016-05-05perf hists: Move sort__need_collapse into struct perf_hpp_listJiri Olsa1-0/+4
2016-03-30perf tools: Make hists__collapse_insert_entry staticJiri Olsa1-2/+0
2016-03-23perf tools: Remove misplaced __maybe_unusedArnaldo Carvalho de Melo1-2/+1
2016-03-10perf tools: Remove nr_sort_keys fieldNamhyung Kim1-2/+0
2016-03-10perf tools: Add more sort entry check functionsNamhyung Kim1-0/+4
2016-03-08perf hists: Fix indent for multiple hierarchy sort keyNamhyung Kim1-0/+1