aboutsummaryrefslogtreecommitdiffstats
path: root/tools/perf/util/hist.c
AgeCommit message (Expand)Author
2016-02-24perf hists: Add helper functions for hierarchy modeNamhyung Kim
2016-02-24perf hists: Resort hist entries with hierarchyNamhyung Kim
2016-02-24perf hists: Basic support of hierarchical report viewNamhyung Kim
2016-02-22perf tools: Fix column width setting on 'trace' sort keyNamhyung Kim
2016-02-19perf hists: Return error from hists__collapse_resort()Namhyung Kim
2016-02-19perf hists browser: Fix percentage update on key pressNamhyung Kim
2016-02-12perf hists: Do column alignment on the format iteratorArnaldo Carvalho de Melo
2016-02-03perf hists: Introduce hists__for_each_sort_list macroJiri Olsa
2016-02-03perf tools: Add hpp_list into struct hists objectJiri Olsa
2016-02-03perf hists: Introduce perf_hpp_list__for_each_sort_list macroJiri Olsa
2016-02-03perf hists: Introduce perf_hpp_list__init functionJiri Olsa
2016-02-03perf hists: Introduce perf_evsel__output_resort functionJiri Olsa
2016-02-03perf hists: Factor output_resort from hists__output_resortJiri Olsa
2016-02-01perf hists: Update hists' total period when adding entriesNamhyung Kim
2016-02-01perf hists: Fix min callchain hits calculationNamhyung Kim
2016-01-26perf hists: Cleanup filtering functionsNamhyung Kim
2016-01-26perf hists: Remove parent filter check in DSO filter functionNamhyung Kim
2016-01-26perf hists: Fix HISTC_MEM_DCACHELINE width settingJiri Olsa
2016-01-08perf hists: Export a couple of hist functionsNamhyung Kim
2016-01-08perf top: Decay periods in callchainsNamhyung Kim
2016-01-06perf tools: Skip dynamic fields not defined for current eventNamhyung Kim
2016-01-06perf tools: Try to show pretty printed output for dynamic sort keysNamhyung Kim
2016-01-06perf hist: Save raw_data/size for tracepoint eventsNamhyung Kim
2016-01-06perf hist: Pass struct sample to __hists__add_entry()Namhyung Kim
2015-12-10perf top: Delete half-processed hist entries when exitNamhyung Kim
2015-12-09perf hists: Fix hists_evsel to release histsMasami Hiramatsu
2015-11-27perf hists: Do not skip elided fields when processing samplesNamhyung Kim
2015-10-05perf tools: Setup proper width for symbol_iaddr fieldJiri Olsa
2015-10-01perf report: Fix a bug on "--call-graph none" optionNamhyung Kim
2015-09-28perf hists: Allow for max_stack greater than PERF_MAX_STACK_DEPTHAdrian Hunter
2015-09-14perf hists browser: Zoom in/out for processor socketKan Liang
2015-09-14perf report: Introduce --socket-filter optionKan Liang
2015-09-14perf tools: Introduce new sort type "socket" for the processor socketKan Liang
2015-09-14perf tools: Add processor socket info to hist_entry and addr_locationKan Liang
2015-09-14perf hists browser: Fixup the "cpu" column width calculationArnaldo Carvalho de Melo
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