aboutsummaryrefslogtreecommitdiffstats
path: root/tools/perf/util/hist.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-02-26perf report: Fix indentation of dynamic entries in hierarchyNamhyung Kim1-0/+1
2016-02-26perf hists: Add more helper functions for the hierarchy modeNamhyung Kim1-0/+3
2016-02-24perf ui/stdio: Implement hierarchy output modeNamhyung Kim1-0/+2
2016-02-24perf hists: Count number of sort keysNamhyung Kim1-0/+1
2016-02-24perf hists: Introduce hist_entry__filter()Namhyung Kim1-0/+2
2016-02-24perf hists: Add helper functions for hierarchy modeNamhyung Kim1-0/+16
2016-02-24perf tools: Add helper functions for some sort keysNamhyung Kim1-0/+3
2016-02-19perf hists: Return error from hists__collapse_resort()Namhyung Kim1-2/+2
2016-02-19perf hists browser: Fix percentage update on key pressNamhyung Kim1-0/+2
2016-02-12perf hists: Do column alignment on the format iteratorArnaldo Carvalho de Melo1-0/+5
2016-02-03perf hists: Introduce hists__for_each_sort_list macroJiri Olsa1-0/+3
2016-02-03perf hists: Introduce hists__for_each_format macroJiri Olsa1-0/+3
2016-02-03perf tools: Add hpp_list into struct hists objectJiri Olsa1-1/+2
2016-02-03perf hists: Add struct perf_hpp_list argument to helper functionsJiri Olsa1-3/+4
2016-02-03perf hists: Introduce perf_hpp_list__for_each_sort_list_safe macroJiri Olsa1-2/+2
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-2/+2
2016-02-03perf hists: Add perf_hpp_list register helpersJiri Olsa1-3/+15
2016-02-03perf hists: Introduce perf_hpp_list__init functionJiri Olsa1-0/+2
2016-02-03perf hists: Introduce struct perf_hpp_listJiri Olsa1-6/+10
2016-02-03perf hists: Properly release format fieldsJiri Olsa1-0/+1
2016-02-03perf hists: Remove perf_hpp__column_(disable|enable)Jiri Olsa1-2/+0
2016-02-03perf hists: Add 'equal' method to perf_hpp_fmt structJiri Olsa1-1/+1
2016-02-03perf hists: Add _idx fields into struct perf_hpp_fmtJiri Olsa1-0/+1
2016-02-03perf hists: Introduce perf_evsel__output_resort functionJiri Olsa1-0/+1
2016-01-08perf hists: Export a couple of hist functionsNamhyung Kim1-0/+5
2016-01-06perf tools: Skip dynamic fields not defined for current eventNamhyung Kim1-2/+12
2016-01-06perf tools: Add 'trace' sort keyNamhyung Kim1-0/+1
2016-01-06perf hist: Pass struct sample to __hists__add_entry()Namhyung Kim1-2/+2
2015-10-05perf tools: Add support for sorting on the iaddrDon Zickus1-0/+1
2015-09-28perf hists: Allow for max_stack greater than PERF_MAX_STACK_DEPTHAdrian Hunter1-0/+1
2015-09-14perf hists browser: Zoom in/out for processor socketKan Liang1-0/+1
2015-09-14perf report: Introduce --socket-filter optionKan Liang1-1/+3
2015-09-14perf tools: Introduce new sort type "socket" for the processor socketKan Liang1-0/+1
2015-08-28perf tools: Rename perf_session_env to perf_envKan Liang1-2/+2
2015-08-10perf report: Add support for srcfile sort keyAndi Kleen1-0/+1
2015-08-06perf report: Add processing for cycle histogramsAndi Kleen1-0/+3
2015-08-06perf tools: Add support for cycles, weight branch_info fieldAndi Kleen1-0/+1
2015-05-27perf hists: Reducing arguments of hist_entry_iter__add()Namhyung Kim1-1/+0
2015-03-17perf hists browser: Allow annotating entries in callchainsArnaldo Carvalho de Melo1-0/+9
2015-03-03perf tools: Reference count struct threadArnaldo Carvalho de Melo1-1/+1
2015-01-21perf tools: Pass struct perf_hpp_fmt to its callbacksNamhyung Kim1-3/+6
2015-01-21perf hists: Rename hist_entry__free to __deleteArnaldo Carvalho de Melo1-1/+1
2014-12-23perf report: Show progress bar for output resortingNamhyung Kim1-1/+1
2014-10-14perf tools: Remove hists from evselArnaldo Carvalho de Melo1-0/+20
2014-10-14perf callchain: Move the callchain_param extern to callchain.hArnaldo Carvalho de Melo1-2/+0
2014-10-14perf session: Remove last reference to hists structArnaldo Carvalho de Melo1-0/+1
2014-10-10perf tools: Move events_stats struct to event.hArnaldo Carvalho de Melo1-26/+0
2014-08-13perf top: Fix -z option behaviorNamhyung Kim1-0/+1