aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/util/hist.h
AgeCommit message (Expand)AuthorFilesLines
2016-02-19perf hists: Return error from hists__collapse_resort()Gravatar Namhyung Kim 1-2/+2
2016-02-19perf hists browser: Fix percentage update on key pressGravatar Namhyung Kim 1-0/+2
2016-02-12perf hists: Do column alignment on the format iteratorGravatar Arnaldo Carvalho de Melo 1-0/+5
2016-02-03perf hists: Introduce hists__for_each_sort_list macroGravatar Jiri Olsa 1-0/+3
2016-02-03perf hists: Introduce hists__for_each_format macroGravatar Jiri Olsa 1-0/+3
2016-02-03perf tools: Add hpp_list into struct hists objectGravatar Jiri Olsa 1-1/+2
2016-02-03perf hists: Add struct perf_hpp_list argument to helper functionsGravatar Jiri Olsa 1-3/+4
2016-02-03perf hists: Introduce perf_hpp_list__for_each_sort_list_safe macroGravatar Jiri Olsa 1-2/+2
2016-02-03perf hists: Introduce perf_hpp_list__for_each_sort_list macroGravatar Jiri Olsa 1-2/+2
2016-02-03perf hists: Introduce perf_hpp_list__for_each_format_safe macroGravatar Jiri Olsa 1-2/+2
2016-02-03perf hists: Introduce perf_hpp_list__for_each_format macroGravatar Jiri Olsa 1-2/+2
2016-02-03perf hists: Add perf_hpp_list register helpersGravatar Jiri Olsa 1-3/+15
2016-02-03perf hists: Introduce perf_hpp_list__init functionGravatar Jiri Olsa 1-0/+2
2016-02-03perf hists: Introduce struct perf_hpp_listGravatar Jiri Olsa 1-6/+10
2016-02-03perf hists: Properly release format fieldsGravatar Jiri Olsa 1-0/+1
2016-02-03perf hists: Remove perf_hpp__column_(disable|enable)Gravatar Jiri Olsa 1-2/+0
2016-02-03perf hists: Add 'equal' method to perf_hpp_fmt structGravatar Jiri Olsa 1-1/+1
2016-02-03perf hists: Add _idx fields into struct perf_hpp_fmtGravatar Jiri Olsa 1-0/+1
2016-02-03perf hists: Introduce perf_evsel__output_resort functionGravatar Jiri Olsa 1-0/+1
2016-01-08perf hists: Export a couple of hist functionsGravatar Namhyung Kim 1-0/+5
2016-01-06perf tools: Skip dynamic fields not defined for current eventGravatar Namhyung Kim 1-2/+12
2016-01-06perf tools: Add 'trace' sort keyGravatar Namhyung Kim 1-0/+1
2016-01-06perf hist: Pass struct sample to __hists__add_entry()Gravatar Namhyung Kim 1-2/+2
2015-10-05perf tools: Add support for sorting on the iaddrGravatar Don Zickus 1-0/+1
2015-09-28perf hists: Allow for max_stack greater than PERF_MAX_STACK_DEPTHGravatar Adrian Hunter 1-0/+1
2015-09-14perf hists browser: Zoom in/out for processor socketGravatar Kan Liang 1-0/+1
2015-09-14perf report: Introduce --socket-filter optionGravatar Kan Liang 1-1/+3
2015-09-14perf tools: Introduce new sort type "socket" for the processor socketGravatar Kan Liang 1-0/+1
2015-08-28perf tools: Rename perf_session_env to perf_envGravatar Kan Liang 1-2/+2
2015-08-10perf report: Add support for srcfile sort keyGravatar Andi Kleen 1-0/+1
2015-08-06perf report: Add processing for cycle histogramsGravatar Andi Kleen 1-0/+3
2015-08-06perf tools: Add support for cycles, weight branch_info fieldGravatar Andi Kleen 1-0/+1
2015-05-27perf hists: Reducing arguments of hist_entry_iter__add()Gravatar Namhyung Kim 1-1/+0
2015-03-17perf hists browser: Allow annotating entries in callchainsGravatar Arnaldo Carvalho de Melo 1-0/+9
2015-03-03perf tools: Reference count struct threadGravatar Arnaldo Carvalho de Melo 1-1/+1
2015-01-21perf tools: Pass struct perf_hpp_fmt to its callbacksGravatar Namhyung Kim 1-3/+6
2015-01-21perf hists: Rename hist_entry__free to __deleteGravatar Arnaldo Carvalho de Melo 1-1/+1
2014-12-23perf report: Show progress bar for output resortingGravatar Namhyung Kim 1-1/+1
2014-10-14perf tools: Remove hists from evselGravatar Arnaldo Carvalho de Melo 1-0/+20
2014-10-14perf callchain: Move the callchain_param extern to callchain.hGravatar Arnaldo Carvalho de Melo 1-2/+0
2014-10-14perf session: Remove last reference to hists structGravatar Arnaldo Carvalho de Melo 1-0/+1
2014-10-10perf tools: Move events_stats struct to event.hGravatar Arnaldo Carvalho de Melo 1-26/+0
2014-08-13perf top: Fix -z option behaviorGravatar Namhyung Kim 1-0/+1
2014-08-12perf tools: Add name field into perf_hpp_fmtGravatar Namhyung Kim 1-0/+1
2014-08-12perf report: Honor column width settingGravatar Namhyung Kim 1-6/+8
2014-08-12perf tools: Save column length in perf_hpp_fmtGravatar Namhyung Kim 1-0/+2
2014-08-12perf tools: Make __hpp__fmt() receive an additional len argumentGravatar Namhyung Kim 1-2/+2
2014-06-09perf tools: Add dcacheline sortGravatar Don Zickus 1-0/+1
2014-06-03perf tools: Move elide bool into perf_hpp_fmt structGravatar Jiri Olsa 1-1/+7
2014-06-01perf tools: Add callback function to hist_entry_iterGravatar Namhyung Kim 1-1/+4