summaryrefslogtreecommitdiffstats
path: root/tools/perf/util/hist.c
Commit message (Expand)AuthorAgeFilesLines
* perf callchain: Reference count mapsKrister Johansen2017-01-311-0/+7
* perf tools: Propagate perf_config() errorsArnaldo Carvalho de Melo2017-01-271-1/+3
* Merge branch 'linus' into perf/core, to pick up fixesIngo Molnar2016-11-241-6/+6
|\
| * perf hists: Fix column length on --hierarchyNamhyung Kim2016-11-091-6/+6
* | perf c2c report: Limit the cachelines table entriesJiri Olsa2016-10-211-0/+1
|/
* perf hists: Fix width computation for srcline sort entryJiri Olsa2016-09-201-2/+4
* perf hist: Initialize hierarchy tree explicitlyNamhyung Kim2016-09-131-0/+2
* perf hists: Introduce hists__link_hierarchy()Namhyung Kim2016-09-131-0/+95
* perf hists: Introduce hists__match_hierarchy()Namhyung Kim2016-09-131-0/+51
* perf hists: Introduce output_resort_cb methodJiri Olsa2016-08-021-3/+12
* perf hists: Introduce hists__add_entry_ops functionJiri Olsa2016-07-121-7/+35
* perf hists: Introduce hist_entry_opsJiri Olsa2016-07-121-4/+27
* perf hists: Introduce hist_entry__init functionJiri Olsa2016-07-121-66/+73
* perf evlist: Rename for_each() macros to for_each_entry()Arnaldo Carvalho de Melo2016-06-231-1/+1
* perf hists: Enlarge pid sort entry sizeJiri Olsa2016-06-221-1/+1
* perf hists: Rename __hists__add_entry to hists__add_entryJiri Olsa2016-06-211-17/+17
* perf hists: Replace perf_evsel arg perf_hpp_fmt's width callbackJiri Olsa2016-06-151-1/+1
* perf report: Add srcline_from/to branch sort keysAndi Kleen2016-05-231-0/+9
* perf hists: Move sort__need_collapse into struct perf_hpp_listJiri Olsa2016-05-061-7/+7
* perf hists: Clear dummy entry accumulated periodKan Liang2016-04-261-0/+2
* perf callchain: Start moving away from global per thread cursorsArnaldo Carvalho de Melo2016-04-141-1/+1
* perf tools: Make hists__collapse_insert_entry staticJiri Olsa2016-03-301-2/+3
* perf tools: Remove misplaced __maybe_unusedArnaldo Carvalho de Melo2016-03-231-1/+1
* perf tools: Recalc total periods using top-level entries in hierarchyNamhyung Kim2016-03-101-10/+34
* perf tools: Fix command line filters in hierarchy modeNamhyung Kim2016-03-101-3/+97
* perf hists: Use own hpp_list for hierarchy modeNamhyung Kim2016-03-081-25/+35
* perf hists: Introduce perf_hpp__setup_hists_formats()Namhyung Kim2016-03-081-0/+12
* perf report: Update column width of dynamic entriesNamhyung Kim2016-02-261-0/+11
* perf hists: Fix dynamic entry display in hierarchyNamhyung Kim2016-02-261-1/+1
* perf hists: Fix comparing of dynamic entriesNamhyung Kim2016-02-261-0/+8
* perf hists browser: Show message for percent limitNamhyung Kim2016-02-261-0/+2
* perf hists: Add more helper functions for the hierarchy modeNamhyung Kim2016-02-261-0/+25
* perf hists: Support decaying in hierarchy modeNamhyung Kim2016-02-251-8/+34
* perf hists: Resort after filtering hierarchyNamhyung Kim2016-02-251-0/+54
* perf hists: Support filtering in hierarchy modeNamhyung Kim2016-02-251-8/+93
* perf hists: Add helper functions for hierarchy modeNamhyung Kim2016-02-241-0/+56
* perf hists: Resort hist entries with hierarchyNamhyung Kim2016-02-241-3/+91
* perf hists: Basic support of hierarchical report viewNamhyung Kim2016-02-241-0/+114
* perf tools: Fix column width setting on 'trace' sort keyNamhyung Kim2016-02-221-0/+3
* perf hists: Return error from hists__collapse_resort()Namhyung Kim2016-02-191-10/+19
* perf hists browser: Fix percentage update on key pressNamhyung Kim2016-02-191-7/+19
* perf hists: Do column alignment on the format iteratorArnaldo Carvalho de Melo2016-02-121-0/+21
* 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