summaryrefslogtreecommitdiffstats
path: root/tools/perf/util/hist.c
AgeCommit message (Expand)Author
2015-08-12perf report: Show call graph from reference eventsKan Liang
2015-08-12perf callchain: Allow disabling call graphs per eventKan Liang
2015-08-10perf report: Add support for srcfile sort keyAndi Kleen
2015-08-10perf hists: Update the column width for the "srcline" sort keyArnaldo Carvalho de Melo
2015-08-10perf hists: hist_entry__cmp() may use he_tmp.hists, initialize itArnaldo Carvalho de Melo
2015-08-06perf report: Add processing for cycle histogramsAndi Kleen
2015-08-06perf tools: Add support for cycles, weight branch_info fieldAndi Kleen
2015-06-16perf tools: Replace map->referenced & maps->removed_maps with map->refcntArnaldo Carvalho de Melo
2015-05-27perf hists: Rename add_hist_entry to hists__findnew_entryArnaldo Carvalho de Melo
2015-05-27perf hists: Reducing arguments of hist_entry_iter__add()Namhyung Kim
2015-05-05perf tools: Move TUI-specific fields out of map_symbolNamhyung Kim
2015-03-17perf hists: Remove hist_entry->used, not used anymoreArnaldo Carvalho de Melo
2015-03-12perf hists browser: Fix UI bug after zoom into thread/dso/symbolHe Kuang
2015-03-03perf tools: Reference count struct threadArnaldo Carvalho de Melo
2015-01-21perf tools: Pass struct perf_hpp_fmt to its callbacksNamhyung Kim
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