aboutsummaryrefslogtreecommitdiffstats
path: root/tools/perf/util/hist.h (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2014-08-12perf tools: Add name field into perf_hpp_fmtNamhyung Kim1-0/+1
2014-08-12perf report: Honor column width settingNamhyung Kim1-6/+8
2014-08-12perf tools: Save column length in perf_hpp_fmtNamhyung Kim1-0/+2
2014-08-12perf tools: Make __hpp__fmt() receive an additional len argumentNamhyung Kim1-2/+2
2014-06-09perf tools: Add dcacheline sortDon Zickus1-0/+1
2014-06-03perf tools: Move elide bool into perf_hpp_fmt structJiri Olsa1-1/+7
2014-06-01perf tools: Add callback function to hist_entry_iterNamhyung Kim1-1/+4
2014-06-01perf tools: Add more hpp helper functionsNamhyung Kim1-0/+4
2014-06-01perf ui/hist: Add support to accumulated hist statNamhyung Kim1-0/+4
2014-06-01perf hists: Accumulate hist entry stat based on the callchainNamhyung Kim1-0/+1
2014-06-01perf hists: Check if accumulated when adding a hist entryNamhyung Kim1-1/+2
2014-06-01perf tools: Introduce struct hist_entry_iterNamhyung Kim1-0/+33
2014-06-01perf tools: Introduce hists__inc_nr_samples()Namhyung Kim1-0/+1
2014-05-21perf tools: Introduce reset_output_field()Namhyung Kim1-0/+7
2014-05-21perf hists: Reset width of output fields with header lengthNamhyung Kim1-0/+1
2014-05-21perf tools: Skip elided sort entriesNamhyung Kim1-0/+1
2014-05-21perf report: Add -F option to specify output fieldsNamhyung Kim1-0/+4
2014-05-21perf ui: Get rid of callback from __hpp__fmt()Namhyung Kim1-2/+2
2014-05-21perf tools: Consolidate output field handling to hpp format routinesNamhyung Kim1-0/+1
2014-05-21perf tools: Convert sort entries to hpp formatsNamhyung Kim1-0/+6
2014-05-21perf tools: Add ->cmp(), ->collapse() and ->sort() to perf_hpp_fmtNamhyung Kim1-0/+3
2014-04-24perf top/tui: Update nr_entries properly after a filter is appliedNamhyung Kim1-0/+6
2014-04-24perf hists: Add a couple of hists stat helper functionsNamhyung Kim1-0/+1
2014-04-24perf hists: Rename hists__inc_stats()Namhyung Kim1-1/+1
2014-04-16perf tools: Add hist.percentage config optionNamhyung Kim1-0/+1
2014-04-16perf top: Add --percentage optionNamhyung Kim1-0/+5
2014-04-16perf report: Add --percentage optionNamhyung Kim1-0/+1
2014-04-16perf hists: Add support for showing relative percentageNamhyung Kim1-0/+3
2014-03-18perf symbols: Record the reason for filtering an address_locationNamhyung Kim1-0/+9
2014-03-14perf ui hists: Pass evsel to hpp->header/width functions explicitlyNamhyung Kim1-2/+4
2014-03-14perf ui/tui: Reuse generic __hpp__fmt() codeNamhyung Kim1-1/+3
2014-03-14perf ui/hists: Pass struct hpp to print functionsNamhyung Kim1-1/+7
2014-03-14perf ui/gtk: Reuse generic __hpp__fmt() codeNamhyung Kim1-0/+6
2013-12-19perf annotate: Adopt methods from histsArnaldo Carvalho de Melo1-3/+0
2013-11-05perf tools: Finish the removal of 'self' argumentsArnaldo Carvalho de Melo1-18/+15
2013-11-04perf hists: Consolidate __hists__add_*entry()Namhyung Kim1-15/+3
2013-10-29Merge branch 'perf/urgent' into perf/coreIngo Molnar1-0/+13
2013-10-28perf hists: Add color overhead for stdio output bufferJiri Olsa1-0/+13
2013-10-23perf tools: Show progress on histogram collapsingNamhyung Kim1-1/+2
2013-10-09perf tools: Separate out GTK codes to libperf-gtk.soNamhyung Kim1-15/+0
2013-10-09tools/perf: Standardize feature support define names to: HAVE_{FEATURE}_SUPPORTIngo Molnar1-2/+2
2013-10-04tools/perf: Add support for record transaction flagsAndi Kleen1-1/+3