summaryrefslogtreecommitdiffstats
path: root/tools/perf/util/hist.c
Commit message (Expand)AuthorAgeFilesLines
* perf report: Show call graph from reference eventsKan Liang2015-08-121-1/+6
* perf callchain: Allow disabling call graphs per eventKan Liang2015-08-121-3/+6
* perf report: Add support for srcfile sort keyAndi Kleen2015-08-101-0/+5
* perf hists: Update the column width for the "srcline" sort keyArnaldo Carvalho de Melo2015-08-101-0/+3
* perf hists: hist_entry__cmp() may use he_tmp.hists, initialize itArnaldo Carvalho de Melo2015-08-101-0/+1
* perf report: Add processing for cycle histogramsAndi Kleen2015-08-061-0/+33
* perf tools: Add support for cycles, weight branch_info fieldAndi Kleen2015-08-061-1/+2
* perf tools: Replace map->referenced & maps->removed_maps with map->refcntArnaldo Carvalho de Melo2015-06-161-15/+22
* perf hists: Rename add_hist_entry to hists__findnew_entryArnaldo Carvalho de Melo2015-05-271-8/+8
* perf hists: Reducing arguments of hist_entry_iter__add()Namhyung Kim2015-05-271-6/+2
* perf tools: Move TUI-specific fields out of map_symbolNamhyung Kim2015-05-051-1/+1
* perf hists: Remove hist_entry->used, not used anymoreArnaldo Carvalho de Melo2015-03-171-7/+1
* perf hists browser: Fix UI bug after zoom into thread/dso/symbolHe Kuang2015-03-121-0/+1
* perf tools: Reference count struct threadArnaldo Carvalho de Melo2015-03-031-0/+2
* perf tools: Pass struct perf_hpp_fmt to its callbacksNamhyung Kim2015-01-211-3/+3
* perf report: Get rid of report__inc_stat()Namhyung Kim2015-01-211-0/+2
* perf hists: Introduce function for deleting/removing hist_entryArnaldo Carvalho de Melo2015-01-211-20/+16
* perf hists: Rename hist_entry__free to __deleteArnaldo Carvalho de Melo2015-01-211-4/+4
* perf callchain: Free callchains when hist entries are deletedNamhyung Kim2015-01-081-0/+1
* perf callchain: Append callchains only when requestedNamhyung Kim2014-12-231-3/+4
* perf report: Show progress bar for output resortingNamhyung Kim2014-12-231-1/+9
* perf tools: Remove hists from evselArnaldo Carvalho de Melo2014-10-141-0/+28
* perf session: Remove last reference to hists structArnaldo Carvalho de Melo2014-10-141-0/+16
* perf evsel: Add hists helperArnaldo Carvalho de Melo2014-10-091-9/+13
* perf callchain: Move callchain_param to util object in to fix python testJiri Olsa2014-10-031-7/+0
* perf top: Fix -z option behaviorNamhyung Kim2014-08-131-0/+22
* perf tools: Add dcacheline sortDon Zickus2014-06-091-0/+2
* perf tools: Add cpumode to struct hist_entryDon Zickus2014-06-091-3/+4
* perf tools: Add callback function to hist_entry_iterNamhyung Kim2014-06-011-42/+25
* perf tools: Save callchain info for each cumulative entryNamhyung Kim2014-06-011-2/+14
* perf report: Cache cumulative callchainsNamhyung Kim2014-06-011-0/+42
* perf tools: Update cpumode for each cumulative entryNamhyung Kim2014-06-011-11/+2
* perf hists: Accumulate hist entry stat based on the callchainNamhyung Kim2014-06-011-0/+96
* perf hists: Check if accumulated when adding a hist entryNamhyung Kim2014-06-011-11/+18
* perf hists: Add support for accumulated stat of hist entryNamhyung Kim2014-06-011-2/+26
* perf tools: Introduce struct hist_entry_iterNamhyung Kim2014-06-011-0/+299
* perf tools: Introduce hists__inc_nr_samples()Namhyung Kim2014-06-011-0/+7
* perf tools: Skip elided sort entriesNamhyung Kim2014-05-211-0/+9
* perf tools: Consolidate output field handling to hpp format routinesNamhyung Kim2014-05-211-1/+1
* perf tools: Use hpp formats to sort final outputNamhyung Kim2014-05-211-54/+8
* perf tools: Use hpp formats to sort hist entriesNamhyung Kim2014-05-211-10/+6
* perf hists: Add missing update on filtered stats in hists__decay_entries()Namhyung Kim2014-04-241-2/+9
* perf tools: Account entry stats when it's added to the output treeNamhyung Kim2014-04-241-1/+0
* perf hists: Collapse expanded callchains after filter is appliedNamhyung Kim2014-04-241-2/+2
* perf hists: Add a couple of hists stat helper functionsNamhyung Kim2014-04-241-21/+38
* perf hists: Move column length calculation out of hists__inc_stats()Namhyung Kim2014-04-241-1/+3
* perf hists: Rename hists__inc_stats()Namhyung Kim2014-04-241-3/+3
* perf tools: Add hist.percentage config optionNamhyung Kim2014-04-161-0/+8
* perf top: Add --percentage optionNamhyung Kim2014-04-161-0/+13
* perf report: Add --percentage optionNamhyung Kim2014-04-161-19/+20
OpenPOWER on IntegriCloud