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