aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/tools/perf/util/hist.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-03-08perf tools: Add refcnt into struct mem_infoJiri Olsa1-2/+2
2018-02-16perf report: Fix memory corruption in --branch-history mode --branch-historyJiri Olsa1-3/+1
2017-11-07Merge branch 'linus' into perf/core, to fix conflictsIngo Molnar1-0/+1
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-10-25perf report: Use srcline from callchain for hist entriesMilian Wolff1-0/+2
2017-10-24perf report: Remove code to handle inline frames from browsersMilian Wolff1-5/+0
2017-09-01perf sort: Add sort option for physical addressKan Liang1-0/+4
2017-07-25perf report: Make --branch-history work without callgraphs(-g) option in perf recordJin Yao1-0/+2
2017-07-18perf report: Show branch type statistics for stdio modeJin Yao1-4/+1
2017-04-24perf tools: Use just forward declarations for struct thread where possibleArnaldo Carvalho de Melo1-0/+1
2017-04-24perf tools: Include sys/param.h where neededArnaldo Carvalho de Melo1-0/+1
2017-04-19perf tools: Include errno.h where neededArnaldo Carvalho de Melo1-0/+1
2017-04-19perf tools: Move srcline definitions to separate headerArnaldo Carvalho de Melo1-0/+1
2017-03-30perf utils: Fix spelling mistake: "Invalud" -> "Invalid"Colin Ian King1-1/+1
2017-03-27perf report: Show inline stack for browser modeJin Yao1-0/+5
2017-03-14perf tools: Add 'cgroup_id' sort order keywordHari Bathini1-0/+7
2017-02-20perf utils: Check verbose flag properlyNamhyung Kim1-3/+3
2017-01-31perf callchain: Reference count mapsKrister Johansen1-0/+7
2017-01-27perf tools: Propagate perf_config() errorsArnaldo Carvalho de Melo1-1/+3
2016-11-24Merge branch 'linus' into perf/core, to pick up fixesIngo Molnar1-6/+6
2016-11-09perf hists: Fix column length on --hierarchyNamhyung Kim1-6/+6
2016-10-21perf c2c report: Limit the cachelines table entriesJiri Olsa1-0/+1
2016-09-20perf hists: Fix width computation for srcline sort entryJiri Olsa1-2/+4
2016-09-13perf hist: Initialize hierarchy tree explicitlyNamhyung Kim1-0/+2
2016-09-13perf hists: Introduce hists__link_hierarchy()Namhyung Kim1-0/+95
2016-09-13perf hists: Introduce hists__match_hierarchy()Namhyung Kim1-0/+51
2016-08-02perf hists: Introduce output_resort_cb methodJiri Olsa1-3/+12
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