aboutsummaryrefslogtreecommitdiffstats
path: root/tools/perf/ui/hist.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-09-22perf tools: Make several display functions globalJiri Olsa1-1/+1
2016-09-20perf hists: Factor out hists__reset_column_width()Namhyung Kim1-0/+15
2016-08-23perf hists: Add support for header spanJiri Olsa1-1/+2
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-06-23perf evlist: Rename for_each() macros to for_each_entry()Arnaldo Carvalho de Melo1-1/+1
2016-06-15perf hists: Replace perf_evsel arg perf_hpp_fmt's width callbackJiri Olsa1-4/+5
2016-06-15perf hists: Replace perf_evsel arg perf_hpp_fmt's header callbackJiri Olsa1-2/+2
2016-05-05perf hists: Move sort__has_sym into struct perf_hpp_listJiri Olsa1-1/+1
2016-03-10perf tools: Remove nr_sort_keys fieldNamhyung Kim1-3/+0
2016-03-08perf hists: Fix indent for multiple hierarchy sort keyNamhyung Kim1-0/+1
2016-03-08perf hists: Use own hpp_list for hierarchy modeNamhyung Kim1-0/+5
2016-03-08perf hists: Introduce perf_hpp__setup_hists_formats()Namhyung Kim1-0/+63
2016-02-26perf hists: Add more helper functions for the hierarchy modeNamhyung Kim1-0/+22
2016-02-24perf hists: Count number of sort keysNamhyung Kim1-0/+3
2016-02-22perf tools: Fix assertion failure on dynamic entryNamhyung Kim1-0/+3
2016-02-03perf hists: Introduce hists__for_each_format macroJiri Olsa1-1/+1
2016-02-03perf hists: Add struct perf_hpp_list argument to helper functionsJiri Olsa1-9/+10
2016-02-03perf hists: Introduce perf_hpp_list__for_each_sort_list_safe macroJiri Olsa1-1/+1
2016-02-03perf hists: Introduce perf_hpp_list__for_each_sort_list macroJiri Olsa1-2/+2
2016-02-03perf hists: Introduce perf_hpp_list__for_each_format_safe macroJiri Olsa1-2/+2
2016-02-03perf hists: Introduce perf_hpp_list__for_each_format macroJiri Olsa1-4/+4
2016-02-03perf hists: Add perf_hpp_list register helpersJiri Olsa1-6/+8
2016-02-03perf hists: Introduce struct perf_hpp_listJiri Olsa1-5/+6
2016-02-03perf hists: Properly release format fieldsJiri Olsa1-0/+8
2016-02-03perf hists: Remove perf_hpp__column_(disable|enable)Jiri Olsa1-12/+0
2016-02-03perf hists: Allocate output sort fieldJiri Olsa1-2/+14
2016-02-03perf hists: Make hpp setup function genericJiri Olsa1-28/+8
2016-02-03perf hists: Add 'hpp__equal' callback functionJiri Olsa1-0/+16
2016-02-03perf hists: Add 'equal' method to perf_hpp_fmt structJiri Olsa1-2/+7
2016-02-03perf hists: Use struct perf_hpp_fmt::idx in perf_hpp__reset_widthJiri Olsa1-10/+2
2016-02-03perf hists: Add _idx fields into struct perf_hpp_fmtJiri Olsa1-11/+14
2016-01-08perf tools: Add overhead/overhead_children keys defaults via stringJiri Olsa1-12/+0
2016-01-06perf tools: Skip dynamic fields not defined for current eventNamhyung Kim1-1/+1
2015-10-06perf tools: Use hpp_dimension__add_output to register hpp columnsJiri Olsa1-8/+8
2015-01-21perf tools: Pass struct perf_hpp_fmt to its callbacksNamhyung Kim1-4/+8
2015-01-08perf hists: Fix children sort key behaviorNamhyung Kim1-0/+3
2014-12-09calloc/xcalloc: Fix argument orderArjun Sreedharan1-2/+2
2014-08-24perf tools: Add +field argument support for --field optionJiri Olsa1-2/+2
2014-08-20perf hists browser: Fix children overhead dumpNamhyung Kim1-1/+1
2014-08-12perf tools: Add name field into perf_hpp_fmtNamhyung Kim1-75/+61
2014-08-12perf report: Honor column width settingNamhyung Kim1-26/+58
2014-08-12perf tools: Save column length in perf_hpp_fmtNamhyung Kim1-46/+89
2014-08-12perf tools: Make __hpp__fmt() receive an additional len argumentNamhyung Kim1-21/+22
2014-06-01perf tools: Do not auto-remove Children column if --fields givenNamhyung Kim1-0/+3
2014-06-01perf tools: Add more hpp helper functionsNamhyung Kim1-0/+17
2014-06-01perf ui/hist: Add support to accumulated hist statNamhyung Kim1-0/+99
2014-05-21perf tools: Introduce reset_output_field()Namhyung Kim1-0/+17
2014-05-21perf tools: Get rid of obsolete hist_entry__sort_listNamhyung Kim1-27/+9
2014-05-21perf report: Add -F option to specify output fieldsNamhyung Kim1-4/+55