aboutsummaryrefslogtreecommitdiffstats
path: root/tools/perf/util/hist.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-01-06perf tools: Skip dynamic fields not defined for current eventNamhyung Kim1-1/+1
2016-01-06perf tools: Try to show pretty printed output for dynamic sort keysNamhyung Kim1-0/+1
2016-01-06perf hist: Save raw_data/size for tracepoint eventsNamhyung Kim1-0/+24
2016-01-06perf hist: Pass struct sample to __hists__add_entry()Namhyung Kim1-14/+17
2015-12-10perf top: Delete half-processed hist entries when exitNamhyung Kim1-1/+25
2015-12-09perf hists: Fix hists_evsel to release histsMasami Hiramatsu1-1/+9
2015-11-27perf hists: Do not skip elided fields when processing samplesNamhyung Kim1-6/+0
2015-10-05perf tools: Setup proper width for symbol_iaddr fieldJiri Olsa1-0/+13
2015-10-01perf report: Fix a bug on "--call-graph none" optionNamhyung Kim1-1/+1
2015-09-28perf hists: Allow for max_stack greater than PERF_MAX_STACK_DEPTHAdrian Hunter1-2/+4
2015-09-14perf hists browser: Zoom in/out for processor socketKan Liang1-0/+19
2015-09-14perf report: Introduce --socket-filter optionKan Liang1-0/+16
2015-09-14perf tools: Introduce new sort type "socket" for the processor socketKan Liang1-0/+1
2015-09-14perf tools: Add processor socket info to hist_entry and addr_locationKan Liang1-0/+1
2015-09-14perf hists browser: Fixup the "cpu" column width calculationArnaldo Carvalho de Melo1-0/+1
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