aboutsummaryrefslogtreecommitdiffstats
path: root/tools/perf/util/hist.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-08-12perf report: Show call graph from reference eventsKan Liang1-1/+6
2015-08-12perf callchain: Allow disabling call graphs per eventKan Liang1-3/+6
2015-08-10perf report: Add support for srcfile sort keyAndi Kleen1-0/+5
2015-08-10perf hists: Update the column width for the "srcline" sort keyArnaldo Carvalho de Melo1-0/+3
2015-08-10perf hists: hist_entry__cmp() may use he_tmp.hists, initialize itArnaldo Carvalho de Melo1-0/+1
2015-08-06perf report: Add processing for cycle histogramsAndi Kleen1-0/+33
2015-08-06perf tools: Add support for cycles, weight branch_info fieldAndi Kleen1-1/+2
2015-06-16perf tools: Replace map->referenced & maps->removed_maps with map->refcntArnaldo Carvalho de Melo1-15/+22
2015-05-27perf hists: Rename add_hist_entry to hists__findnew_entryArnaldo Carvalho de Melo1-8/+8
2015-05-27perf hists: Reducing arguments of hist_entry_iter__add()Namhyung Kim1-6/+2
2015-05-05perf tools: Move TUI-specific fields out of map_symbolNamhyung Kim1-1/+1
2015-03-17perf hists: Remove hist_entry->used, not used anymoreArnaldo Carvalho de Melo1-7/+1
2015-03-12perf hists browser: Fix UI bug after zoom into thread/dso/symbolHe Kuang1-0/+1
2015-03-03perf tools: Reference count struct threadArnaldo Carvalho de Melo1-0/+2
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