aboutsummaryrefslogtreecommitdiffstats
path: root/tools/perf/ui/stdio (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-04-29perf report: Print percentage of each event statisticsNamhyung Kim1-1/+9
2021-04-29perf report: Add --skip-empty option to suppress 0 event statNamhyung Kim1-1/+4
2019-11-26perf maps: Rename map_groups.h to maps.hArnaldo Carvalho de Melo1-1/+1
2019-11-26perf thread: Rename thread->mg to thread->mapsArnaldo Carvalho de Melo1-1/+1
2019-11-26perf maps: Merge 'struct maps' with 'struct map_groups'Arnaldo Carvalho de Melo1-1/+1
2019-11-07perf report: Support --percent-limit for --total-cyclesJin Yao1-1/+6
2019-11-07perf report: Sort by sampled cycles percent per block for stdioJin Yao1-0/+22
2019-09-20perf tools: Move event synthesizing routines to separate headerArnaldo Carvalho de Melo1-0/+1
2019-08-31perf auxtrace: Uninline functions that touch perf_sessionArnaldo Carvalho de Melo1-0/+1
2019-08-26perf sort: Remove needless headers from sort.h, provide fwd struct declsArnaldo Carvalho de Melo1-0/+1
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/+27
2019-06-26perf tools: Remove trim() implementation, use tools/lib's strim()Arnaldo Carvalho de Melo1-1/+1
2019-06-26perf tools: Ditch rtrim(), use skip_spaces() to get closer to the kernelArnaldo Carvalho de Melo1-1/+1
2019-06-25tools perf: Move from sane_ctype.h obtained from git to the Linux's originalArnaldo Carvalho de Melo1-1/+1
2019-06-25perf ui stdio: No need to use 'spaces' to left alignArnaldo Carvalho de Melo1-3/+7
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-02-06perf map: Move structs and prototypes for map groups to a separate headerArnaldo Carvalho de Melo1-0/+1
2019-02-06perf callchain: Uninline callchain_cursor_reset() to remove map.h dependencyArnaldo Carvalho de Melo1-0/+1
2019-01-25perf hist: Use cached rbtreesDavidlohr Bueso1-1/+2
2018-07-24perf hists: Clarify callchain disabling when availableArnaldo Carvalho de Melo1-4/+4
2018-06-06perf hists: Check if a hist_entry has callchains before using themArnaldo Carvalho de Melo1-2/+2
2018-04-26perf ui stdio: Use map_groups__fprintf()Arnaldo Carvalho de Melo1-2/+1
2018-03-16perf report: Show zero counters as well in 'perf report --stat'Ingo Molnar1-5/+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-24perf report: Remove code to handle inline frames from browsersMilian Wolff1-76/+1
2017-08-30perf report: Calculate the average cycles of iterationsJin Yao1-7/+3
2017-07-20tools include: Adopt strstarts() from the kernelArnaldo Carvalho de Melo1-1/+2
2017-07-18perf report: Enable finding kernel inline functionsJin Yao1-3/+0
2017-04-24perf tools: Use just forward declarations for struct thread where possibleArnaldo Carvalho de Melo1-0/+1
2017-04-19perf tools: Move extra string util functions to util/string2.hArnaldo Carvalho de Melo1-0/+1
2017-04-19perf tools: Move srcline definitions to separate headerArnaldo Carvalho de Melo1-0/+1
2017-04-19perf tools: Move sane ctype stuff from util.h to sane_ctype.hArnaldo Carvalho de Melo1-1/+1
2017-03-27perf report: Enable sorting by srcline as keyMilian Wolff1-1/+2
2017-03-27perf report: Show inline stack for stdio modeJin Yao1-1/+84
2016-11-14perf report: Show branch info in callchain entry for stdio modeJin Yao1-4/+31
2016-09-22perf hists: Make hists__fprintf_headers function globalJiri Olsa1-1/+1
2016-09-22perf hists: Make __hist_entry__snprintf function globalJiri Olsa1-2/+2
2016-09-22perf hists: Add __hist_entry__snprintf functionJiri Olsa1-2/+8
2016-09-21perf hists: Use bigger buffer for stdio headersJiri Olsa1-1/+1
2016-09-20perf hists: Factor out hists__reset_column_width()Namhyung Kim1-9/+1
2016-09-13perf ui/stdio: Rename print_hierarchy_header()Namhyung Kim1-10/+3
2016-09-13perf ui/stdio: Always reset output width for hierarchyNamhyung Kim1-8/+6
2016-08-23perf hists: Add support for header spanJiri Olsa1-5/+8
2016-08-23perf tools stdio: Display multiple header linesJiri Olsa1-9/+25
2016-08-23perf hists: Add line argument into perf_hpp_fmt's header callbackJiri Olsa1-3/+3
2016-06-15perf hists: Replace perf_evsel arg perf_hpp_fmt's width callbackJiri Olsa1-3/+3
2016-06-15perf hists: Replace perf_evsel arg perf_hpp_fmt's header callbackJiri Olsa1-3/+3