summaryrefslogtreecommitdiffstats
path: root/tools/perf/util/hist.c
Commit message (Expand)AuthorAgeFilesLines
* perf tools: Use list_del_init() more thorouglyArnaldo Carvalho de Melo2019-07-091-2/+2
* perf tools: Use zfree() where applicableArnaldo Carvalho de Melo2019-07-091-7/+7
* tools lib: Adopt zalloc()/zfree() from tools/perfArnaldo Carvalho de Melo2019-07-091-1/+1
* perf diff: Print the basic block cycles diffJin Yao2019-07-021-0/+18
* perf diff: Use hists to manage basic blocks per symbolJin Yao2019-07-021-0/+3
* perf hists: Add block_info in hist_entryJin Yao2019-07-021-2/+18
* perf tools: Remove const from thread read accessorsNamhyung Kim2019-05-281-1/+1
* perf hist: Add missing map__put() in error caseChangbin Du2019-03-191-1/+3
* perf report: Implement browsing of individual samplesAndi Kleen2019-03-111-0/+39
* perf report: Support time sort keyAndi Kleen2019-03-111-0/+11
* perf hist: Fix memory leak of srclineJiri Olsa2019-03-061-2/+12
* perf hist: Add error path into hist_entry__initJiri Olsa2019-03-061-20/+19
* perf evsel: Add output_resort_cb methodJiri Olsa2019-02-061-2/+8
* perf hists: Add argument to hists__resort_cb_t callbackJiri Olsa2019-02-061-5/+6
* perf tools: Add missing include <callchain.h> in various placesArnaldo Carvalho de Melo2019-02-061-0/+1
* perf tools: Add missing include for symbols.hArnaldo Carvalho de Melo2019-02-061-0/+1
* perf hist: Use cached rbtreesDavidlohr Bueso2019-01-251-87/+112
* perf tools: Fix diverse comment typosIngo Molnar2018-12-171-1/+1
* perf hists: Reimplement hists__has_callchains()Arnaldo Carvalho de Melo2018-06-071-2/+4
* perf hists: Save the callchain_size in struct hist_entryArnaldo Carvalho de Melo2018-06-071-2/+4
* perf hists: Check if a hist_entry has callchains before using themArnaldo Carvalho de Melo2018-06-061-5/+6
* perf evsel: Add has_callchain() helper to make code more compact/clearArnaldo Carvalho de Melo2018-06-051-1/+1
* perf tools: No need to check if the argument to __get() function is NULLArnaldo Carvalho de Melo2018-06-041-1/+1
* perf hists: Move hists__scnprintf_title() away from the TUI codeArnaldo Carvalho de Melo2018-04-031-0/+81
* perf tools: Add refcnt into struct mem_infoJiri Olsa2018-03-081-2/+2
* perf report: Fix memory corruption in --branch-history mode --branch-historyJiri Olsa2018-02-161-3/+1
* Merge branch 'linus' into perf/core, to fix conflictsIngo Molnar2017-11-071-0/+1
|\
| * License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
* | perf report: Use srcline from callchain for hist entriesMilian Wolff2017-10-251-0/+2
* | perf report: Remove code to handle inline frames from browsersMilian Wolff2017-10-241-5/+0
|/
* perf sort: Add sort option for physical addressKan Liang2017-09-011-0/+4
* perf report: Make --branch-history work without callgraphs(-g) option in perf...Jin Yao2017-07-251-0/+2
* perf report: Show branch type statistics for stdio modeJin Yao2017-07-181-4/+1
* perf tools: Use just forward declarations for struct thread where possibleArnaldo Carvalho de Melo2017-04-241-0/+1
* perf tools: Include sys/param.h where neededArnaldo Carvalho de Melo2017-04-241-0/+1
* perf tools: Include errno.h where neededArnaldo Carvalho de Melo2017-04-191-0/+1
* perf tools: Move srcline definitions to separate headerArnaldo Carvalho de Melo2017-04-191-0/+1
* perf utils: Fix spelling mistake: "Invalud" -> "Invalid"Colin Ian King2017-03-301-1/+1
* perf report: Show inline stack for browser modeJin Yao2017-03-271-0/+5
* perf tools: Add 'cgroup_id' sort order keywordHari Bathini2017-03-141-0/+7
* perf utils: Check verbose flag properlyNamhyung Kim2017-02-201-3/+3
* 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