aboutsummaryrefslogtreecommitdiffstats
path: root/tools/perf/util/hist.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-08-31perf symbols: Move mem_info and branch_info out of symbol.hArnaldo Carvalho de Melo1-0/+3
2019-08-31perf tools: Remove needless sort.h include directivesArnaldo Carvalho de Melo1-0/+1
2019-08-31perf dsos: Move the dsos struct and its methods to separate source filesArnaldo Carvalho de Melo1-0/+1
2019-08-31perf debug: Remove needless include directives from debug.hArnaldo Carvalho de Melo1-0/+1
2019-08-29perf tools: Remove debug.h from header files not needing itArnaldo Carvalho de Melo1-0/+1
2019-08-28perf top: Fix event group with more than two eventsNamhyung Kim1-18/+21
2019-08-26perf report: Fix --ns time sort key outputAndi Kleen1-1/+4
2019-08-12perf hist: Remove dummy entries when finding real ones.Arnaldo Carvalho de Melo1-2/+18
2019-08-12perf hists: Do not link a pair if already linkedArnaldo Carvalho de Melo1-1/+1
2019-07-29libperf: Move nr_members from perf's evsel to libperf's perf_evselJiri Olsa1-1/+1
2019-07-29libperf: Move perf_event_attr field from perf's evsel to libperf's perf_evselJiri Olsa1-1/+1
2019-07-29perf evlist: Rename struct perf_evlist to struct evlistJiri Olsa1-1/+1
2019-07-29perf evsel: Rename struct perf_evsel to struct evselJiri Olsa1-13/+13
2019-07-09perf tools: Use list_del_init() more thorouglyArnaldo Carvalho de Melo1-2/+2
2019-07-09perf tools: Use zfree() where applicableArnaldo Carvalho de Melo1-7/+7
2019-07-09tools lib: Adopt zalloc()/zfree() from tools/perfArnaldo Carvalho de Melo1-1/+1
2019-07-02perf diff: Print the basic block cycles diffJin Yao1-0/+18
2019-07-02perf diff: Use hists to manage basic blocks per symbolJin Yao1-0/+3
2019-07-02perf hists: Add block_info in hist_entryJin Yao1-2/+18
2019-05-28perf tools: Remove const from thread read accessorsNamhyung Kim1-1/+1
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