aboutsummaryrefslogtreecommitdiffstats
path: root/tools/perf/util/hist.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-07-12perf hists: Introduce hists__add_entry_ops functionJiri Olsa1-7/+35
2016-07-12perf hists: Introduce hist_entry_opsJiri Olsa1-4/+27
2016-07-12perf hists: Introduce hist_entry__init functionJiri Olsa1-66/+73
2016-06-23perf evlist: Rename for_each() macros to for_each_entry()Arnaldo Carvalho de Melo1-1/+1
2016-06-22perf hists: Enlarge pid sort entry sizeJiri Olsa1-1/+1
2016-06-21perf hists: Rename __hists__add_entry to hists__add_entryJiri Olsa1-17/+17
2016-06-15perf hists: Replace perf_evsel arg perf_hpp_fmt's width callbackJiri Olsa1-1/+1
2016-05-23perf report: Add srcline_from/to branch sort keysAndi Kleen1-0/+9
2016-05-05perf hists: Move sort__need_collapse into struct perf_hpp_listJiri Olsa1-7/+7
2016-04-25perf hists: Clear dummy entry accumulated periodKan Liang1-0/+2
2016-04-14perf callchain: Start moving away from global per thread cursorsArnaldo Carvalho de Melo1-1/+1
2016-03-30perf tools: Make hists__collapse_insert_entry staticJiri Olsa1-2/+3
2016-03-23perf tools: Remove misplaced __maybe_unusedArnaldo Carvalho de Melo1-1/+1
2016-03-10perf tools: Recalc total periods using top-level entries in hierarchyNamhyung Kim1-10/+34
2016-03-10perf tools: Fix command line filters in hierarchy modeNamhyung Kim1-3/+97
2016-03-08perf hists: Use own hpp_list for hierarchy modeNamhyung Kim1-25/+35
2016-03-08perf hists: Introduce perf_hpp__setup_hists_formats()Namhyung Kim1-0/+12
2016-02-26perf report: Update column width of dynamic entriesNamhyung Kim1-0/+11
2016-02-26perf hists: Fix dynamic entry display in hierarchyNamhyung Kim1-1/+1
2016-02-26perf hists: Fix comparing of dynamic entriesNamhyung Kim1-0/+8
2016-02-26perf hists browser: Show message for percent limitNamhyung Kim1-0/+2
2016-02-26perf hists: Add more helper functions for the hierarchy modeNamhyung Kim1-0/+25
2016-02-24perf hists: Support decaying in hierarchy modeNamhyung Kim1-8/+34
2016-02-24perf hists: Resort after filtering hierarchyNamhyung Kim1-0/+54
2016-02-24perf hists: Support filtering in hierarchy modeNamhyung Kim1-8/+93
2016-02-24perf hists: Add helper functions for hierarchy modeNamhyung Kim1-0/+56
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