aboutsummaryrefslogtreecommitdiffstats
path: root/tools/perf/util/hist.h
Commit message (Expand)AuthorAge
* perf hists browser: Allow annotating entries in callchainsArnaldo Carvalho de Melo2015-03-17
* perf tools: Reference count struct threadArnaldo Carvalho de Melo2015-03-02
* perf tools: Pass struct perf_hpp_fmt to its callbacksNamhyung Kim2015-01-21
* perf hists: Rename hist_entry__free to __deleteArnaldo Carvalho de Melo2015-01-21
* perf report: Show progress bar for output resortingNamhyung Kim2014-12-23
* perf tools: Remove hists from evselArnaldo Carvalho de Melo2014-10-14
* perf callchain: Move the callchain_param extern to callchain.hArnaldo Carvalho de Melo2014-10-14
* perf session: Remove last reference to hists structArnaldo Carvalho de Melo2014-10-14
* perf tools: Move events_stats struct to event.hArnaldo Carvalho de Melo2014-10-10
* perf top: Fix -z option behaviorNamhyung Kim2014-08-13
* perf tools: Add name field into perf_hpp_fmtNamhyung Kim2014-08-12
* perf report: Honor column width settingNamhyung Kim2014-08-12
* perf tools: Save column length in perf_hpp_fmtNamhyung Kim2014-08-12
* perf tools: Make __hpp__fmt() receive an additional len argumentNamhyung Kim2014-08-12
* perf tools: Add dcacheline sortDon Zickus2014-06-09
* perf tools: Move elide bool into perf_hpp_fmt structJiri Olsa2014-06-03
* perf tools: Add callback function to hist_entry_iterNamhyung Kim2014-06-01
* perf tools: Add more hpp helper functionsNamhyung Kim2014-06-01
* perf ui/hist: Add support to accumulated hist statNamhyung Kim2014-06-01
* perf hists: Accumulate hist entry stat based on the callchainNamhyung Kim2014-06-01
* perf hists: Check if accumulated when adding a hist entryNamhyung Kim2014-06-01
* perf tools: Introduce struct hist_entry_iterNamhyung Kim2014-06-01
* perf tools: Introduce hists__inc_nr_samples()Namhyung Kim2014-06-01
* perf tools: Introduce reset_output_field()Namhyung Kim2014-05-21
* perf hists: Reset width of output fields with header lengthNamhyung Kim2014-05-21
* perf tools: Skip elided sort entriesNamhyung Kim2014-05-21
* perf report: Add -F option to specify output fieldsNamhyung Kim2014-05-21
* perf ui: Get rid of callback from __hpp__fmt()Namhyung Kim2014-05-21
* perf tools: Consolidate output field handling to hpp format routinesNamhyung Kim2014-05-21
* perf tools: Convert sort entries to hpp formatsNamhyung Kim2014-05-21
* perf tools: Add ->cmp(), ->collapse() and ->sort() to perf_hpp_fmtNamhyung Kim2014-05-21
* perf top/tui: Update nr_entries properly after a filter is appliedNamhyung Kim2014-04-24
* perf hists: Add a couple of hists stat helper functionsNamhyung Kim2014-04-24
* perf hists: Rename hists__inc_stats()Namhyung Kim2014-04-24
* perf tools: Add hist.percentage config optionNamhyung Kim2014-04-16
* perf top: Add --percentage optionNamhyung Kim2014-04-16
* perf report: Add --percentage optionNamhyung Kim2014-04-16
* perf hists: Add support for showing relative percentageNamhyung Kim2014-04-16
* perf symbols: Record the reason for filtering an address_locationNamhyung Kim2014-03-18
* perf ui hists: Pass evsel to hpp->header/width functions explicitlyNamhyung Kim2014-03-14
* perf ui/tui: Reuse generic __hpp__fmt() codeNamhyung Kim2014-03-14
* perf ui/hists: Pass struct hpp to print functionsNamhyung Kim2014-03-14
* perf ui/gtk: Reuse generic __hpp__fmt() codeNamhyung Kim2014-03-14
* perf annotate: Adopt methods from histsArnaldo Carvalho de Melo2013-12-19
* perf tools: Finish the removal of 'self' argumentsArnaldo Carvalho de Melo2013-11-05
* perf hists: Consolidate __hists__add_*entry()Namhyung Kim2013-11-04
* Merge branch 'perf/urgent' into perf/coreIngo Molnar2013-10-29
|\
| * perf hists: Add color overhead for stdio output bufferJiri Olsa2013-10-28
* | perf tools: Show progress on histogram collapsingNamhyung Kim2013-10-23
* | perf tools: Separate out GTK codes to libperf-gtk.soNamhyung Kim2013-10-09