summaryrefslogtreecommitdiffstats
path: root/tools/perf/util/hist.c
Commit message (Expand)AuthorAgeFilesLines
* perf hists: Introduce hists__for_each_sort_list macroJiri Olsa2016-02-031-3/+6
* perf tools: Add hpp_list into struct hists objectJiri Olsa2016-02-031-2/+3
* perf hists: Introduce perf_hpp_list__for_each_sort_list macroJiri Olsa2016-02-031-3/+3
* perf hists: Introduce perf_hpp_list__init functionJiri Olsa2016-02-031-0/+6
* perf hists: Introduce perf_evsel__output_resort functionJiri Olsa2016-02-031-3/+7
* perf hists: Factor output_resort from hists__output_resortJiri Olsa2016-02-031-8/+15
* perf hists: Update hists' total period when adding entriesNamhyung Kim2016-02-011-2/+9
* perf hists: Fix min callchain hits calculationNamhyung Kim2016-02-011-2/+11
* perf hists: Cleanup filtering functionsNamhyung Kim2016-01-261-60/+29
* perf hists: Remove parent filter check in DSO filter functionNamhyung Kim2016-01-261-3/+0
* perf hists: Fix HISTC_MEM_DCACHELINE width settingJiri Olsa2016-01-261-0/+2
* perf hists: Export a couple of hist functionsNamhyung Kim2016-01-081-7/+12
* perf top: Decay periods in callchainsNamhyung Kim2016-01-081-0/+1
* perf tools: Skip dynamic fields not defined for current eventNamhyung Kim2016-01-061-1/+1
* perf tools: Try to show pretty printed output for dynamic sort keysNamhyung Kim2016-01-061-0/+1
* perf hist: Save raw_data/size for tracepoint eventsNamhyung Kim2016-01-061-0/+24
* perf hist: Pass struct sample to __hists__add_entry()Namhyung Kim2016-01-061-14/+17
* perf top: Delete half-processed hist entries when exitNamhyung Kim2015-12-101-1/+25
* perf hists: Fix hists_evsel to release histsMasami Hiramatsu2015-12-091-1/+9
* perf hists: Do not skip elided fields when processing samplesNamhyung Kim2015-11-271-6/+0
* perf tools: Setup proper width for symbol_iaddr fieldJiri Olsa2015-10-051-0/+13
* perf report: Fix a bug on "--call-graph none" optionNamhyung Kim2015-10-011-1/+1
* perf hists: Allow for max_stack greater than PERF_MAX_STACK_DEPTHAdrian Hunter2015-09-281-2/+4
* perf hists browser: Zoom in/out for processor socketKan Liang2015-09-141-0/+19
* perf report: Introduce --socket-filter optionKan Liang2015-09-141-0/+16
* perf tools: Introduce new sort type "socket" for the processor socketKan Liang2015-09-141-0/+1
* perf tools: Add processor socket info to hist_entry and addr_locationKan Liang2015-09-141-0/+1
* perf hists browser: Fixup the "cpu" column width calculationArnaldo Carvalho de Melo2015-09-141-0/+1
* 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
OpenPOWER on IntegriCloud