aboutsummaryrefslogtreecommitdiffstats
path: root/tools/perf/ui/stdio
Commit message (Expand)AuthorAge
* perf tools: Move event synthesizing routines to separate headerArnaldo Carvalho de Melo2019-09-20
* perf auxtrace: Uninline functions that touch perf_sessionArnaldo Carvalho de Melo2019-08-31
* perf sort: Remove needless headers from sort.h, provide fwd struct declsArnaldo Carvalho de Melo2019-08-26
* tools lib: Adopt zalloc()/zfree() from tools/perfArnaldo Carvalho de Melo2019-07-09
* perf diff: Print the basic block cycles diffJin Yao2019-07-02
* perf tools: Remove trim() implementation, use tools/lib's strim()Arnaldo Carvalho de Melo2019-06-26
* perf tools: Ditch rtrim(), use skip_spaces() to get closer to the kernelArnaldo Carvalho de Melo2019-06-26
* tools perf: Move from sane_ctype.h obtained from git to the Linux's originalArnaldo Carvalho de Melo2019-06-25
* perf ui stdio: No need to use 'spaces' to left alignArnaldo Carvalho de Melo2019-06-25
* perf tools: Add missing include <callchain.h> in various placesArnaldo Carvalho de Melo2019-02-06
* perf tools: Add missing include for symbols.hArnaldo Carvalho de Melo2019-02-06
* perf map: Move structs and prototypes for map groups to a separate headerArnaldo Carvalho de Melo2019-02-06
* perf callchain: Uninline callchain_cursor_reset() to remove map.h dependencyArnaldo Carvalho de Melo2019-02-06
* perf hist: Use cached rbtreesDavidlohr Bueso2019-01-25
* perf hists: Clarify callchain disabling when availableArnaldo Carvalho de Melo2018-07-24
* perf hists: Check if a hist_entry has callchains before using themArnaldo Carvalho de Melo2018-06-06
* perf ui stdio: Use map_groups__fprintf()Arnaldo Carvalho de Melo2018-04-26
* perf report: Show zero counters as well in 'perf report --stat'Ingo Molnar2018-03-16
* Merge branch 'linus' into perf/core, to fix conflictsIngo Molnar2017-11-07
|\
| * License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-02
* | perf report: Remove code to handle inline frames from browsersMilian Wolff2017-10-24
|/
* perf report: Calculate the average cycles of iterationsJin Yao2017-08-30
* tools include: Adopt strstarts() from the kernelArnaldo Carvalho de Melo2017-07-20
* perf report: Enable finding kernel inline functionsJin Yao2017-07-18
* perf tools: Use just forward declarations for struct thread where possibleArnaldo Carvalho de Melo2017-04-24
* perf tools: Move extra string util functions to util/string2.hArnaldo Carvalho de Melo2017-04-19
* perf tools: Move srcline definitions to separate headerArnaldo Carvalho de Melo2017-04-19
* perf tools: Move sane ctype stuff from util.h to sane_ctype.hArnaldo Carvalho de Melo2017-04-19
* perf report: Enable sorting by srcline as keyMilian Wolff2017-03-27
* perf report: Show inline stack for stdio modeJin Yao2017-03-27
* perf report: Show branch info in callchain entry for stdio modeJin Yao2016-11-14
* perf hists: Make hists__fprintf_headers function globalJiri Olsa2016-09-22
* perf hists: Make __hist_entry__snprintf function globalJiri Olsa2016-09-22
* perf hists: Add __hist_entry__snprintf functionJiri Olsa2016-09-22
* perf hists: Use bigger buffer for stdio headersJiri Olsa2016-09-21
* perf hists: Factor out hists__reset_column_width()Namhyung Kim2016-09-20
* perf ui/stdio: Rename print_hierarchy_header()Namhyung Kim2016-09-13
* perf ui/stdio: Always reset output width for hierarchyNamhyung Kim2016-09-13
* perf hists: Add support for header spanJiri Olsa2016-08-23
* perf tools stdio: Display multiple header linesJiri Olsa2016-08-23
* perf hists: Add line argument into perf_hpp_fmt's header callbackJiri Olsa2016-08-23
* perf hists: Replace perf_evsel arg perf_hpp_fmt's width callbackJiri Olsa2016-06-15
* perf hists: Replace perf_evsel arg perf_hpp_fmt's header callbackJiri Olsa2016-06-15
* perf stdio: Add use_callchain parameter to hists__fprintfJiri Olsa2016-06-15
* perf stdio: Do not pass hists in hist_entry__fprintfJiri Olsa2016-06-15
* perf stdio: Separate standard headers outputJiri Olsa2016-06-15
* perf stdio: Separate hierarchy headers outputJiri Olsa2016-06-15
* perf stdio: Separate headers outputJiri Olsa2016-06-15
* perf tools: Introduce trim functionJiri Olsa2016-04-07
* perf report: Use hierarchy hpp list on stdioNamhyung Kim2016-03-08