summaryrefslogtreecommitdiffstats
path: root/tools/perf/util/hist.h
Commit message (Expand)AuthorAgeFilesLines
* 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/+0
* 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/+0
* 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
* perf ui/tui: Reuse generic __hpp__fmt() codeNamhyung Kim2014-03-141-1/+3
* perf ui/hists: Pass struct hpp to print functionsNamhyung Kim2014-03-141-1/+7
* perf ui/gtk: Reuse generic __hpp__fmt() codeNamhyung Kim2014-03-141-0/+6
* perf annotate: Adopt methods from histsArnaldo Carvalho de Melo2013-12-191-3/+0
* perf tools: Finish the removal of 'self' argumentsArnaldo Carvalho de Melo2013-11-051-18/+15
* perf hists: Consolidate __hists__add_*entry()Namhyung Kim2013-11-041-15/+3
* Merge branch 'perf/urgent' into perf/coreIngo Molnar2013-10-291-0/+13
|\
| * perf hists: Add color overhead for stdio output bufferJiri Olsa2013-10-281-0/+13
* | perf tools: Show progress on histogram collapsingNamhyung Kim2013-10-231-1/+2
* | perf tools: Separate out GTK codes to libperf-gtk.soNamhyung Kim2013-10-091-15/+0
* | tools/perf: Standardize feature support define names to: HAVE_{FEATURE}_SUPPORTIngo Molnar2013-10-091-2/+2
* | tools/perf: Add support for record transaction flagsAndi Kleen2013-10-041-1/+3
* | tools/perf: Support sorting by in_tx or abort branch flagsAndi Kleen2013-10-041-0/+2
|/
* perf tools: Move hist_entry__period_snprintf into stdio codeJiri Olsa2013-07-121-2/+0
* perf diff: Making compute functions staticJiri Olsa2013-07-121-7/+0
OpenPOWER on IntegriCloud