summaryrefslogtreecommitdiff
path: root/tools/perf/ui/hist.c
AgeCommit message (Expand)Author
2016-05-06perf hists: Move sort__has_sym into struct perf_hpp_listJiri Olsa
2016-03-10perf tools: Remove nr_sort_keys fieldNamhyung Kim
2016-03-08perf hists: Fix indent for multiple hierarchy sort keyNamhyung Kim
2016-03-08perf hists: Use own hpp_list for hierarchy modeNamhyung Kim
2016-03-08perf hists: Introduce perf_hpp__setup_hists_formats()Namhyung Kim
2016-02-26perf hists: Add more helper functions for the hierarchy modeNamhyung Kim
2016-02-24perf hists: Count number of sort keysNamhyung Kim
2016-02-22perf tools: Fix assertion failure on dynamic entryNamhyung Kim
2016-02-03perf hists: Introduce hists__for_each_format macroJiri Olsa
2016-02-03perf hists: Add struct perf_hpp_list argument to helper functionsJiri Olsa
2016-02-03perf hists: Introduce perf_hpp_list__for_each_sort_list_safe macroJiri Olsa
2016-02-03perf hists: Introduce perf_hpp_list__for_each_sort_list macroJiri Olsa
2016-02-03perf hists: Introduce perf_hpp_list__for_each_format_safe macroJiri Olsa
2016-02-03perf hists: Introduce perf_hpp_list__for_each_format macroJiri Olsa
2016-02-03perf hists: Add perf_hpp_list register helpersJiri Olsa
2016-02-03perf hists: Introduce struct perf_hpp_listJiri Olsa
2016-02-03perf hists: Properly release format fieldsJiri Olsa
2016-02-03perf hists: Remove perf_hpp__column_(disable|enable)Jiri Olsa
2016-02-03perf hists: Allocate output sort fieldJiri Olsa
2016-02-03perf hists: Make hpp setup function genericJiri Olsa
2016-02-03perf hists: Add 'hpp__equal' callback functionJiri Olsa
2016-02-03perf hists: Add 'equal' method to perf_hpp_fmt structJiri Olsa
2016-02-03perf hists: Use struct perf_hpp_fmt::idx in perf_hpp__reset_widthJiri Olsa
2016-02-03perf hists: Add _idx fields into struct perf_hpp_fmtJiri Olsa
2016-01-08perf tools: Add overhead/overhead_children keys defaults via stringJiri Olsa
2016-01-06perf tools: Skip dynamic fields not defined for current eventNamhyung Kim
2015-10-06perf tools: Use hpp_dimension__add_output to register hpp columnsJiri Olsa
2015-01-21perf tools: Pass struct perf_hpp_fmt to its callbacksNamhyung Kim
2015-01-08perf hists: Fix children sort key behaviorNamhyung Kim
2014-12-09calloc/xcalloc: Fix argument orderArjun Sreedharan
2014-08-24perf tools: Add +field argument support for --field optionJiri Olsa
2014-08-20perf hists browser: Fix children overhead dumpNamhyung Kim
2014-08-12perf tools: Add name field into perf_hpp_fmtNamhyung Kim
2014-08-12perf report: Honor column width settingNamhyung Kim
2014-08-12perf tools: Save column length in perf_hpp_fmtNamhyung Kim
2014-08-12perf tools: Make __hpp__fmt() receive an additional len argumentNamhyung Kim
2014-06-01perf tools: Do not auto-remove Children column if --fields givenNamhyung Kim
2014-06-01perf tools: Add more hpp helper functionsNamhyung Kim
2014-06-01perf ui/hist: Add support to accumulated hist statNamhyung Kim
2014-05-21perf tools: Introduce reset_output_field()Namhyung Kim
2014-05-21perf tools: Get rid of obsolete hist_entry__sort_listNamhyung Kim
2014-05-21perf report: Add -F option to specify output fieldsNamhyung Kim
2014-05-21perf tools: Allow hpp fields to be sort keysNamhyung Kim
2014-05-21perf ui: Get rid of callback from __hpp__fmt()Namhyung Kim
2014-05-21perf tools: Consolidate output field handling to hpp format routinesNamhyung Kim
2014-05-21perf tools: Support event grouping in hpp ->sort()Namhyung Kim
2014-05-21perf tools: Convert sort entries to hpp formatsNamhyung Kim
2014-05-21perf tools: Add ->cmp(), ->collapse() and ->sort() to perf_hpp_fmtNamhyung Kim
2014-04-16perf report: Add --percentage optionNamhyung Kim
2014-03-14perf ui hists: Pass evsel to hpp->header/width functions explicitlyNamhyung Kim