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