aboutsummaryrefslogtreecommitdiffstats
path: root/tools/perf/util/hist.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-02-24perf hists: Resort hist entries with hierarchyNamhyung Kim1-3/+91
2016-02-24perf hists: Basic support of hierarchical report viewNamhyung Kim1-0/+114
2016-02-22perf tools: Fix column width setting on 'trace' sort keyNamhyung Kim1-0/+3
2016-02-19perf hists: Return error from hists__collapse_resort()Namhyung Kim1-10/+19
2016-02-19perf hists browser: Fix percentage update on key pressNamhyung Kim1-7/+19
2016-02-12perf hists: Do column alignment on the format iteratorArnaldo Carvalho de Melo1-0/+21
2016-02-03perf hists: Introduce hists__for_each_sort_list macroJiri Olsa1-3/+6
2016-02-03perf tools: Add hpp_list into struct hists objectJiri Olsa1-2/+3
2016-02-03perf hists: Introduce perf_hpp_list__for_each_sort_list macroJiri Olsa1-3/+3
2016-02-03perf hists: Introduce perf_hpp_list__init functionJiri Olsa1-0/+6
2016-02-03perf hists: Introduce perf_evsel__output_resort functionJiri Olsa1-3/+7
2016-02-03perf hists: Factor output_resort from hists__output_resortJiri Olsa1-8/+15
2016-02-01perf hists: Update hists' total period when adding entriesNamhyung Kim1-2/+9
2016-02-01perf hists: Fix min callchain hits calculationNamhyung Kim1-2/+11
2016-01-26perf hists: Cleanup filtering functionsNamhyung Kim1-60/+29
2016-01-26perf hists: Remove parent filter check in DSO filter functionNamhyung Kim1-3/+0
2016-01-26perf hists: Fix HISTC_MEM_DCACHELINE width settingJiri Olsa1-0/+2
2016-01-08perf hists: Export a couple of hist functionsNamhyung Kim1-7/+12
2016-01-08perf top: Decay periods in callchainsNamhyung Kim1-0/+1
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