summaryrefslogtreecommitdiffstats
path: root/tools/perf/util/hist.h
Commit message (Expand)AuthorAgeFilesLines
* perf tools: Add support for sorting on the iaddrDon Zickus2015-10-051-0/+1
* perf hists: Allow for max_stack greater than PERF_MAX_STACK_DEPTHAdrian Hunter2015-09-281-0/+1
* perf hists browser: Zoom in/out for processor socketKan Liang2015-09-141-0/+1
* perf report: Introduce --socket-filter optionKan Liang2015-09-141-1/+3
* perf tools: Introduce new sort type "socket" for the processor socketKan Liang2015-09-141-0/+1
* perf tools: Rename perf_session_env to perf_envKan Liang2015-08-281-2/+2
* perf report: Add support for srcfile sort keyAndi Kleen2015-08-101-0/+1
* perf report: Add processing for cycle histogramsAndi Kleen2015-08-061-0/+3
* perf tools: Add support for cycles, weight branch_info fieldAndi Kleen2015-08-061-0/+1
* perf hists: Reducing arguments of hist_entry_iter__add()Namhyung Kim2015-05-271-1/+0Star
* perf hists browser: Allow annotating entries in callchainsArnaldo Carvalho de Melo2015-03-171-0/+9
* perf tools: Reference count struct threadArnaldo Carvalho de Melo2015-03-031-1/+1
* perf tools: Pass struct perf_hpp_fmt to its callbacksNamhyung Kim2015-01-211-3/+6
* perf hists: Rename hist_entry__free to __deleteArnaldo Carvalho de Melo2015-01-211-1/+1
* perf report: Show progress bar for output resortingNamhyung Kim2014-12-231-1/+1
* perf tools: Remove hists from evselArnaldo Carvalho de Melo2014-10-141-0/+20
* perf callchain: Move the callchain_param extern to callchain.hArnaldo Carvalho de Melo2014-10-141-2/+0Star
* perf session: Remove last reference to hists structArnaldo Carvalho de Melo2014-10-141-0/+1
* perf tools: Move events_stats struct to event.hArnaldo Carvalho de Melo2014-10-101-26/+0Star
* perf top: Fix -z option behaviorNamhyung Kim2014-08-131-0/+1
* perf tools: Add name field into perf_hpp_fmtNamhyung Kim2014-08-121-0/+1
* perf report: Honor column width settingNamhyung Kim2014-08-121-6/+8
* perf tools: Save column length in perf_hpp_fmtNamhyung Kim2014-08-121-0/+2
* perf tools: Make __hpp__fmt() receive an additional len argumentNamhyung Kim2014-08-121-2/+2
* perf tools: Add dcacheline sortDon Zickus2014-06-091-0/+1
* perf tools: Move elide bool into perf_hpp_fmt structJiri Olsa2014-06-031-1/+7
* perf tools: Add callback function to hist_entry_iterNamhyung Kim2014-06-011-1/+4
* perf tools: Add more hpp helper functionsNamhyung Kim2014-06-011-0/+4
* perf ui/hist: Add support to accumulated hist statNamhyung Kim2014-06-011-0/+4
* perf hists: Accumulate hist entry stat based on the callchainNamhyung Kim2014-06-011-0/+1
* perf hists: Check if accumulated when adding a hist entryNamhyung Kim2014-06-011-1/+2
* perf tools: Introduce struct hist_entry_iterNamhyung Kim2014-06-011-0/+33
* perf tools: Introduce hists__inc_nr_samples()Namhyung Kim2014-06-011-0/+1
* perf tools: Introduce reset_output_field()Namhyung Kim2014-05-211-0/+7
* perf hists: Reset width of output fields with header lengthNamhyung Kim2014-05-211-0/+1
* perf tools: Skip elided sort entriesNamhyung Kim2014-05-211-0/+1
* perf report: Add -F option to specify output fieldsNamhyung Kim2014-05-211-0/+4
* perf ui: Get rid of callback from __hpp__fmt()Namhyung Kim2014-05-211-2/+2
* perf tools: Consolidate output field handling to hpp format routinesNamhyung Kim2014-05-211-0/+1
* perf tools: Convert sort entries to hpp formatsNamhyung Kim2014-05-211-0/+6
* perf tools: Add ->cmp(), ->collapse() and ->sort() to perf_hpp_fmtNamhyung Kim2014-05-211-0/+3
* perf top/tui: Update nr_entries properly after a filter is appliedNamhyung Kim2014-04-241-0/+6
* perf hists: Add a couple of hists stat helper functionsNamhyung Kim2014-04-241-0/+1
* perf hists: Rename hists__inc_stats()Namhyung Kim2014-04-241-1/+1
* perf tools: Add hist.percentage config optionNamhyung Kim2014-04-161-0/+1
* perf top: Add --percentage optionNamhyung Kim2014-04-161-0/+5
* perf report: Add --percentage optionNamhyung Kim2014-04-161-0/+1
* perf hists: Add support for showing relative percentageNamhyung Kim2014-04-161-0/+3
* perf symbols: Record the reason for filtering an address_locationNamhyung Kim2014-03-181-0/+9
* perf ui hists: Pass evsel to hpp->header/width functions explicitlyNamhyung Kim2014-03-141-2/+4