summaryrefslogtreecommitdiff
path: root/tools/perf/ui/stdio/hist.c
AgeCommit message (Expand)Author
2023-06-12perf thread: Add accessor functions for threadIan Rogers
2021-04-29perf report: Print percentage of each event statisticsNamhyung Kim
2021-04-29perf report: Add --skip-empty option to suppress 0 event statNamhyung Kim
2019-11-26perf maps: Rename map_groups.h to maps.hArnaldo Carvalho de Melo
2019-11-26perf thread: Rename thread->mg to thread->mapsArnaldo Carvalho de Melo
2019-11-26perf maps: Merge 'struct maps' with 'struct map_groups'Arnaldo Carvalho de Melo
2019-11-07perf report: Support --percent-limit for --total-cyclesJin Yao
2019-11-07perf report: Sort by sampled cycles percent per block for stdioJin Yao
2019-09-20perf tools: Move event synthesizing routines to separate headerArnaldo Carvalho de Melo
2019-08-31perf auxtrace: Uninline functions that touch perf_sessionArnaldo Carvalho de Melo
2019-08-26perf sort: Remove needless headers from sort.h, provide fwd struct declsArnaldo Carvalho de Melo
2019-07-09tools lib: Adopt zalloc()/zfree() from tools/perfArnaldo Carvalho de Melo
2019-07-02perf diff: Print the basic block cycles diffJin Yao
2019-06-26perf tools: Remove trim() implementation, use tools/lib's strim()Arnaldo Carvalho de Melo
2019-06-26perf tools: Ditch rtrim(), use skip_spaces() to get closer to the kernelArnaldo Carvalho de Melo
2019-06-25tools perf: Move from sane_ctype.h obtained from git to the Linux's originalArnaldo Carvalho de Melo
2019-06-25perf ui stdio: No need to use 'spaces' to left alignArnaldo Carvalho de Melo
2019-02-06perf tools: Add missing include <callchain.h> in various placesArnaldo Carvalho de Melo
2019-02-06perf tools: Add missing include for symbols.hArnaldo Carvalho de Melo
2019-02-06perf map: Move structs and prototypes for map groups to a separate headerArnaldo Carvalho de Melo
2019-02-06perf callchain: Uninline callchain_cursor_reset() to remove map.h dependencyArnaldo Carvalho de Melo
2019-01-25perf hist: Use cached rbtreesDavidlohr Bueso
2018-07-24perf hists: Clarify callchain disabling when availableArnaldo Carvalho de Melo
2018-06-06perf hists: Check if a hist_entry has callchains before using themArnaldo Carvalho de Melo
2018-04-26perf ui stdio: Use map_groups__fprintf()Arnaldo Carvalho de Melo
2018-03-16perf report: Show zero counters as well in 'perf report --stat'Ingo Molnar
2017-11-07Merge branch 'linus' into perf/core, to fix conflictsIngo Molnar
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman
2017-10-24perf report: Remove code to handle inline frames from browsersMilian Wolff
2017-08-30perf report: Calculate the average cycles of iterationsJin Yao
2017-07-20tools include: Adopt strstarts() from the kernelArnaldo Carvalho de Melo
2017-07-18perf report: Enable finding kernel inline functionsJin Yao
2017-04-24perf tools: Use just forward declarations for struct thread where possibleArnaldo Carvalho de Melo
2017-04-19perf tools: Move extra string util functions to util/string2.hArnaldo Carvalho de Melo
2017-04-19perf tools: Move srcline definitions to separate headerArnaldo Carvalho de Melo
2017-04-19perf tools: Move sane ctype stuff from util.h to sane_ctype.hArnaldo Carvalho de Melo
2017-03-27perf report: Enable sorting by srcline as keyMilian Wolff
2017-03-27perf report: Show inline stack for stdio modeJin Yao
2016-11-14perf report: Show branch info in callchain entry for stdio modeJin Yao
2016-09-22perf hists: Make hists__fprintf_headers function globalJiri Olsa
2016-09-22perf hists: Make __hist_entry__snprintf function globalJiri Olsa
2016-09-22perf hists: Add __hist_entry__snprintf functionJiri Olsa
2016-09-21perf hists: Use bigger buffer for stdio headersJiri Olsa
2016-09-20perf hists: Factor out hists__reset_column_width()Namhyung Kim
2016-09-13perf ui/stdio: Rename print_hierarchy_header()Namhyung Kim
2016-09-13perf ui/stdio: Always reset output width for hierarchyNamhyung Kim
2016-08-23perf hists: Add support for header spanJiri Olsa
2016-08-23perf tools stdio: Display multiple header linesJiri Olsa
2016-08-23perf hists: Add line argument into perf_hpp_fmt's header callbackJiri Olsa
2016-06-15perf hists: Replace perf_evsel arg perf_hpp_fmt's width callbackJiri Olsa