aboutsummaryrefslogtreecommitdiffstats
path: root/tools/perf/ui/gtk/hists.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-11-30perf evlist: Use the right prefix for 'struct evlist' browser methodsArnaldo Carvalho de Melo1-4/+2
2020-05-05perf evsel: Rename perf_evsel__is_*() to evsel__is*()Arnaldo Carvalho de Melo1-1/+1
2020-05-05perf evsel: Rename perf_evsel__group_desc() to evsel__group_desc()Arnaldo Carvalho de Melo1-1/+1
2020-05-05perf evsel: Rename *perf_evsel__*name() to *evsel__*name()Arnaldo Carvalho de Melo1-1/+1
2019-09-25perf evlist: Adopt backwards ring buffer state enumArnaldo Carvalho de Melo1-0/+1
2019-08-31perf tools: Remove needless evlist.h include directivesArnaldo Carvalho de Melo1-1/+0
2019-07-29libperf: Move nr_members 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-1/+1
2019-06-26perf tools: Remove trim() implementation, use tools/lib's strim()Arnaldo Carvalho de Melo1-2/+3
2019-06-26perf tools: Ditch rtrim(), use skip_spaces() to get closer to the kernelArnaldo Carvalho de Melo1-2/+2
2019-02-06perf tools: Add missing include <callchain.h> in various placesArnaldo Carvalho de Melo1-0/+1
2019-01-25perf hist: Use cached rbtreesDavidlohr Bueso1-3/+3
2018-06-07perf hists browser gtk: Use hist_entry__has_callchains()Arnaldo Carvalho de Melo1-1/+1
2018-06-06perf hists: Check if a hist_entry has callchains before using themArnaldo Carvalho de Melo1-2/+3
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-04-20perf tools: Add signal.h to places using its definitionsArnaldo Carvalho de Melo1-0/+1
2017-04-19perf tools: Move extra string util functions to util/string2.hArnaldo Carvalho de Melo1-0/+1
2016-08-23perf hists: Add support for header spanJiri Olsa1-1/+1
2016-08-23perf hists: Add line argument into perf_hpp_fmt's header callbackJiri Olsa1-1/+1
2016-06-23perf evlist: Rename for_each() macros to for_each_entry()Arnaldo Carvalho de Melo1-1/+1
2016-06-15perf hists: Replace perf_evsel arg perf_hpp_fmt's header callbackJiri Olsa1-1/+1
2016-05-05perf hists: Move sort__has_sym into struct perf_hpp_listJiri Olsa1-1/+1
2016-03-23perf tools: Remove misplaced __maybe_unusedArnaldo Carvalho de Melo1-1/+1
2016-03-08perf report: Use hierarchy hpp list on gtkNamhyung Kim1-22/+33
2016-03-08perf hists: Use own hpp_list for hierarchy modeNamhyung Kim1-6/+14
2016-02-26perf report: Show message for percent limit on gtkNamhyung Kim1-0/+11
2016-02-24perf ui/gtk: Implement hierarchy output modeNamhyung Kim1-1/+162
2016-02-03perf hists: Introduce hists__for_each_format macroJiri Olsa1-3/+3
2016-02-03perf hists: Introduce perf_hpp_list__for_each_format macroJiri Olsa1-3/+3
2016-01-06perf tools: Skip dynamic fields not defined for current eventNamhyung Kim1-2/+2
2015-11-19perf ui/gtk: Support folded callchainsNamhyung Kim1-0/+62
2015-11-19perf ui/gtk: Support flat callchainsNamhyung Kim1-4/+76
2015-11-19perf callchain: Abstract callchain print functionNamhyung Kim1-6/+2
2014-11-19perf callchain: Use a common function to resolve symbol or nameAndi Kleen1-10/+1
2014-10-09perf evsel: Add hists helperArnaldo Carvalho de Melo1-1/+1
2014-08-12perf tools: Add name field into perf_hpp_fmtNamhyung Kim1-3/+1
2014-08-12perf report: Honor column width settingNamhyung Kim1-5/+5
2014-08-12perf tools: Make __hpp__fmt() receive an additional len argumentNamhyung Kim1-3/+5
2014-06-01perf ui/gtk: Fix callchain displayNamhyung Kim1-1/+9
2014-06-01perf tools: Apply percent-limit to cumulative percentageNamhyung Kim1-4/+2
2014-06-01perf ui/gtk: Add support to accumulated hist statNamhyung Kim1-0/+17
2014-05-21perf tools: Skip elided sort entriesNamhyung Kim1-0/+6
2014-05-21perf tools: Call perf_hpp__init() before setting up GUI browsersNamhyung Kim1-2/+0
2014-05-21perf ui: Get rid of callback from __hpp__fmt()Namhyung Kim1-1/+1
2014-05-21perf tools: Consolidate output field handling to hpp format routinesNamhyung Kim1-31/+0
2014-04-16perf report: Add --percentage optionNamhyung Kim1-6/+5
2014-03-14perf ui hists: Pass evsel to hpp->header/width functions explicitlyNamhyung Kim1-2/+1
2014-03-14perf ui/tui: Reuse generic __hpp__fmt() codeNamhyung Kim1-1/+1
2014-03-14perf ui/hists: Pass struct hpp to print functionsNamhyung Kim1-1/+3