aboutsummaryrefslogtreecommitdiffstats
path: root/tools/perf/util/hist.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-03-19perf hist: Add missing map__put() in error caseChangbin Du1-1/+3
2019-03-11perf report: Implement browsing of individual samplesAndi Kleen1-0/+39
2019-03-11perf report: Support time sort keyAndi Kleen1-0/+11
2019-03-06perf hist: Fix memory leak of srclineJiri Olsa1-2/+12
2019-03-06perf hist: Add error path into hist_entry__initJiri Olsa1-20/+19
2019-02-06perf evsel: Add output_resort_cb methodJiri Olsa1-2/+8
2019-02-06perf hists: Add argument to hists__resort_cb_t callbackJiri Olsa1-5/+6
2019-02-06perf tools: Add missing include <callchain.h> in various placesArnaldo Carvalho de Melo1-0/+1
2019-02-06perf tools: Add missing include for symbols.hArnaldo Carvalho de Melo1-0/+1
2019-01-25perf hist: Use cached rbtreesDavidlohr Bueso1-87/+112
2018-12-17perf tools: Fix diverse comment typosIngo Molnar1-1/+1
2018-06-07perf hists: Reimplement hists__has_callchains()Arnaldo Carvalho de Melo1-2/+4
2018-06-07perf hists: Save the callchain_size in struct hist_entryArnaldo Carvalho de Melo1-2/+4
2018-06-06perf hists: Check if a hist_entry has callchains before using themArnaldo Carvalho de Melo1-5/+6
2018-06-05perf evsel: Add has_callchain() helper to make code more compact/clearArnaldo Carvalho de Melo1-1/+1
2018-06-04perf tools: No need to check if the argument to __get() function is NULLArnaldo Carvalho de Melo1-1/+1
2018-04-03perf hists: Move hists__scnprintf_title() away from the TUI codeArnaldo Carvalho de Melo1-0/+81
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