aboutsummaryrefslogtreecommitdiffstats
path: root/tools/perf/util/hist.c
Commit message (Expand)AuthorAge
* perf tools: Pass struct perf_hpp_fmt to its callbacksNamhyung Kim2015-01-21
* perf report: Get rid of report__inc_stat()Namhyung Kim2015-01-21
* perf hists: Introduce function for deleting/removing hist_entryArnaldo Carvalho de Melo2015-01-21
* perf hists: Rename hist_entry__free to __deleteArnaldo Carvalho de Melo2015-01-21
* perf callchain: Free callchains when hist entries are deletedNamhyung Kim2015-01-08
* perf callchain: Append callchains only when requestedNamhyung Kim2014-12-23
* perf report: Show progress bar for output resortingNamhyung Kim2014-12-23
* perf tools: Remove hists from evselArnaldo Carvalho de Melo2014-10-14
* perf session: Remove last reference to hists structArnaldo Carvalho de Melo2014-10-14
* perf evsel: Add hists helperArnaldo Carvalho de Melo2014-10-09
* perf callchain: Move callchain_param to util object in to fix python testJiri Olsa2014-10-03
* perf top: Fix -z option behaviorNamhyung Kim2014-08-13
* perf tools: Add dcacheline sortDon Zickus2014-06-09
* perf tools: Add cpumode to struct hist_entryDon Zickus2014-06-09
* perf tools: Add callback function to hist_entry_iterNamhyung Kim2014-06-01
* perf tools: Save callchain info for each cumulative entryNamhyung Kim2014-06-01
* perf report: Cache cumulative callchainsNamhyung Kim2014-06-01
* perf tools: Update cpumode for each cumulative entryNamhyung 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 hists: Add support for accumulated stat of 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: Skip elided sort entriesNamhyung Kim2014-05-21
* perf tools: Consolidate output field handling to hpp format routinesNamhyung Kim2014-05-21
* perf tools: Use hpp formats to sort final outputNamhyung Kim2014-05-21
* perf tools: Use hpp formats to sort hist entriesNamhyung Kim2014-05-21
* perf hists: Add missing update on filtered stats in hists__decay_entries()Namhyung Kim2014-04-24
* perf tools: Account entry stats when it's added to the output treeNamhyung Kim2014-04-24
* perf hists: Collapse expanded callchains after filter is appliedNamhyung Kim2014-04-24
* perf hists: Add a couple of hists stat helper functionsNamhyung Kim2014-04-24
* perf hists: Move column length calculation out of hists__inc_stats()Namhyung 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 report: Merge al->filtered with hist_entry->filteredNamhyung Kim2014-03-18
* perf symbols: Record the reason for filtering an address_locationNamhyung Kim2014-03-18
* perf tools: Shorten sample symbol resolving function signatureArnaldo Carvalho de Melo2014-02-18
* perf tools: Shorten sample symbol resolving function signatureArnaldo Carvalho de Melo2014-02-18
* perf hists: Convert hist entry functions to use struct he_statNamhyung Kim2014-01-15
* perf tools: Use zfree to help detect use after free bugsArnaldo Carvalho de Melo2013-12-27
* perf annotate: Adopt methods from histsArnaldo Carvalho de Melo2013-12-19
* perf hists: Do not pass period and weight to add_hist_entry()Namhyung Kim2013-12-18
* perf hists: Consolidate __hists__add_*entry()Namhyung Kim2013-11-04
* perf tools: Get current comm instead of last oneNamhyung Kim2013-11-04
* perf tools: Show progress on histogram collapsingNamhyung Kim2013-10-23
* perf tools: Stop using 'self' in some more placesArnaldo Carvalho de Melo2013-10-23
* perf annotate: Factor out get/free_srcline()Namhyung Kim2013-10-09