aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/util/hist.h
AgeCommit message (Expand)AuthorFilesLines
2018-07-24perf hists: Clarify callchain disabling when availableGravatar Arnaldo Carvalho de Melo 1-1/+1
2018-06-07perf hists: Reimplement hists__has_callchains()Gravatar Arnaldo Carvalho de Melo 1-2/+2
2018-06-06perf hists: Check if a hist_entry has callchains before using themGravatar Arnaldo Carvalho de Melo 1-0/+6
2018-06-04perf hists browser: Pass annotation_options from tool to browserGravatar Arnaldo Carvalho de Melo 1-6/+14
2018-04-03perf hists: Introduce hists__scnprint_title()Gravatar Arnaldo Carvalho de Melo 1-0/+6
2018-04-02perf tools: Add a "dso_size" sort orderGravatar Kim Phillips 1-0/+1
2018-02-16perf report: Fix memory corruption in --branch-history mode --branch-historyGravatar Jiri Olsa 1-1/+0
2018-02-15perf hists browser: Add parameter to disable lost event warningGravatar Kan Liang 1-2/+4
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGravatar Greg Kroah-Hartman 1-0/+1
2017-09-01perf sort: Add sort option for physical addressGravatar Kan Liang 1-0/+1
2017-03-14perf tools: Add 'cgroup_id' sort order keywordGravatar Hari Bathini 1-0/+1
2017-03-03perf tools: Allow sorting by symbol sizeGravatar Charles Baylis 1-0/+1
2017-02-02perf diff: Fix -o/--order option behavior (again)Gravatar Namhyung Kim 1-0/+7
2016-10-21perf c2c report: Limit the cachelines table entriesGravatar Jiri Olsa 1-0/+1
2016-09-22perf hists: Make hists__fprintf_headers function globalGravatar Jiri Olsa 1-0/+1
2016-09-22perf hists: Make __hist_entry__snprintf function globalGravatar Jiri Olsa 1-0/+2
2016-09-22perf tools: Make several display functions globalGravatar Jiri Olsa 1-0/+2
2016-09-20perf hists: Factor out hists__reset_column_width()Gravatar Namhyung Kim 1-0/+1
2016-08-23perf hists: Add support for header spanGravatar Jiri Olsa 1-1/+1
2016-08-23perf hists: Add line argument into perf_hpp_fmt's header callbackGravatar Jiri Olsa 1-1/+1
2016-08-23perf hists: Introduce nr_header_lines into struct perf_hpp_listGravatar Jiri Olsa 1-0/+1
2016-08-02perf hists: Introduce output_resort_cb methodGravatar Jiri Olsa 1-0/+4
2016-07-12perf hists: Introduce hists__add_entry_ops functionGravatar Jiri Olsa 1-0/+11
2016-06-21perf hists: Rename __hists__add_entry to hists__add_entryGravatar Jiri Olsa 1-7/+7
2016-06-15perf hists: Replace perf_evsel arg perf_hpp_fmt's width callbackGravatar Jiri Olsa 1-1/+1
2016-06-15perf hists: Replace perf_evsel arg perf_hpp_fmt's header callbackGravatar Jiri Olsa 1-1/+1
2016-06-15perf stdio: Add use_callchain parameter to hists__fprintfGravatar Jiri Olsa 1-1/+2
2016-05-23perf report: Add srcline_from/to branch sort keysGravatar Andi Kleen 1-0/+2
2016-05-05perf hists: Move sort__has_comm into struct perf_hpp_listGravatar Jiri Olsa 1-0/+1
2016-05-05perf hists: Move sort__has_thread into struct perf_hpp_listGravatar Jiri Olsa 1-0/+1
2016-05-05perf hists: Move sort__has_socket into struct perf_hpp_listGravatar Jiri Olsa 1-0/+1
2016-05-05perf hists: Move sort__has_dso into struct perf_hpp_listGravatar Jiri Olsa 1-0/+1
2016-05-05perf hists: Move sort__has_sym into struct perf_hpp_listGravatar Jiri Olsa 1-0/+1
2016-05-05perf hists: Move sort__has_parent into struct perf_hpp_listGravatar Jiri Olsa 1-0/+1
2016-05-05perf hists: Move sort__need_collapse into struct perf_hpp_listGravatar Jiri Olsa 1-0/+4
2016-03-30perf tools: Make hists__collapse_insert_entry staticGravatar Jiri Olsa 1-2/+0
2016-03-23perf tools: Remove misplaced __maybe_unusedGravatar Arnaldo Carvalho de Melo 1-2/+1
2016-03-10perf tools: Remove nr_sort_keys fieldGravatar Namhyung Kim 1-2/+0
2016-03-10perf tools: Add more sort entry check functionsGravatar Namhyung Kim 1-0/+4
2016-03-08perf hists: Fix indent for multiple hierarchy sort keyGravatar Namhyung Kim 1-0/+1
2016-03-08perf hists: Use own hpp_list for hierarchy modeGravatar Namhyung Kim 1-0/+1
2016-03-08perf hists: Introduce perf_hpp__setup_hists_formats()Gravatar Namhyung Kim 1-0/+11
2016-03-08perf hists: Add level field to struct perf_hpp_fmtGravatar Namhyung Kim 1-0/+1
2016-02-26perf report: Fix indentation of dynamic entries in hierarchyGravatar Namhyung Kim 1-0/+1
2016-02-26perf hists: Add more helper functions for the hierarchy modeGravatar Namhyung Kim 1-0/+3
2016-02-24perf ui/stdio: Implement hierarchy output modeGravatar Namhyung Kim 1-0/+2
2016-02-24perf hists: Count number of sort keysGravatar Namhyung Kim 1-0/+1
2016-02-24perf hists: Introduce hist_entry__filter()Gravatar Namhyung Kim 1-0/+2
2016-02-24perf hists: Add helper functions for hierarchy modeGravatar Namhyung Kim 1-0/+16
2016-02-24perf tools: Add helper functions for some sort keysGravatar Namhyung Kim 1-0/+3