summaryrefslogtreecommitdiffstats
path: root/tools/perf/util/hist.h
AgeCommit message (Expand)Author
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: Add 'equal' method to perf_hpp_fmt structJiri Olsa
2016-02-03perf hists: Add _idx fields into struct perf_hpp_fmtJiri Olsa
2016-02-03perf hists: Introduce perf_evsel__output_resort functionJiri Olsa
2016-01-08perf hists: Export a couple of hist functionsNamhyung Kim
2016-01-06perf tools: Skip dynamic fields not defined for current eventNamhyung Kim
2016-01-06perf tools: Add 'trace' sort keyNamhyung Kim
2016-01-06perf hist: Pass struct sample to __hists__add_entry()Namhyung Kim
2015-10-05perf tools: Add support for sorting on the iaddrDon Zickus
2015-09-28perf hists: Allow for max_stack greater than PERF_MAX_STACK_DEPTHAdrian Hunter
2015-09-14perf hists browser: Zoom in/out for processor socketKan Liang
2015-09-14perf report: Introduce --socket-filter optionKan Liang
2015-09-14perf tools: Introduce new sort type "socket" for the processor socketKan Liang
2015-08-28perf tools: Rename perf_session_env to perf_envKan Liang
2015-08-10perf report: Add support for srcfile sort keyAndi Kleen
2015-08-06perf report: Add processing for cycle histogramsAndi Kleen
2015-08-06perf tools: Add support for cycles, weight branch_info fieldAndi Kleen
2015-05-27perf hists: Reducing arguments of hist_entry_iter__add()Namhyung Kim
2015-03-17perf hists browser: Allow annotating entries in callchainsArnaldo Carvalho de Melo
2015-03-03perf tools: Reference count struct threadArnaldo Carvalho de Melo
2015-01-21perf tools: Pass struct perf_hpp_fmt to its callbacksNamhyung Kim
2015-01-21perf hists: Rename hist_entry__free to __deleteArnaldo Carvalho de Melo
2014-12-23perf report: Show progress bar for output resortingNamhyung Kim
2014-10-14perf tools: Remove hists from evselArnaldo Carvalho de Melo
2014-10-14perf callchain: Move the callchain_param extern to callchain.hArnaldo Carvalho de Melo
2014-10-14perf session: Remove last reference to hists structArnaldo Carvalho de Melo
2014-10-10perf tools: Move events_stats struct to event.hArnaldo Carvalho de Melo
2014-08-13perf top: Fix -z option behaviorNamhyung 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-09perf tools: Add dcacheline sortDon Zickus
2014-06-03perf tools: Move elide bool into perf_hpp_fmt structJiri Olsa
2014-06-01perf tools: Add callback function to hist_entry_iterNamhyung Kim
2014-06-01perf tools: Add more hpp helper functionsNamhyung Kim
2014-06-01perf ui/hist: Add support to accumulated hist statNamhyung Kim
2014-06-01perf hists: Accumulate hist entry stat based on the callchainNamhyung Kim
2014-06-01perf hists: Check if accumulated when adding a hist entryNamhyung Kim
2014-06-01perf tools: Introduce struct hist_entry_iterNamhyung Kim
2014-06-01perf tools: Introduce hists__inc_nr_samples()Namhyung Kim
2014-05-21perf tools: Introduce reset_output_field()Namhyung Kim
2014-05-21perf hists: Reset width of output fields with header lengthNamhyung Kim
2014-05-21perf tools: Skip elided sort entriesNamhyung Kim
2014-05-21perf report: Add -F option to specify output fieldsNamhyung 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: Convert sort entries to hpp formatsNamhyung Kim