summaryrefslogtreecommitdiffstats
path: root/tools/perf/ui/stdio
AgeCommit message (Expand)Author
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
2016-06-15perf hists: Replace perf_evsel arg perf_hpp_fmt's header callbackJiri Olsa
2016-06-15perf stdio: Add use_callchain parameter to hists__fprintfJiri Olsa
2016-06-15perf stdio: Do not pass hists in hist_entry__fprintfJiri Olsa
2016-06-15perf stdio: Separate standard headers outputJiri Olsa
2016-06-15perf stdio: Separate hierarchy headers outputJiri Olsa
2016-06-15perf stdio: Separate headers outputJiri Olsa
2016-04-07perf tools: Introduce trim functionJiri Olsa
2016-03-08perf report: Use hierarchy hpp list on stdioNamhyung Kim
2016-03-08perf hists: Fix indent for multiple hierarchy sort keyNamhyung Kim
2016-03-08perf hists: Use own hpp_list for hierarchy modeNamhyung Kim
2016-02-26perf report: Left align dynamic entries in hierarchyNamhyung Kim
2016-02-26perf report: Fix indentation of dynamic entries in hierarchyNamhyung Kim
2016-02-26perf report: Show message for percent limit on stdioNamhyung Kim
2016-02-24perf ui/stdio: Align column header for hierarchy outputNamhyung Kim
2016-02-24perf ui/stdio: Implement hierarchy output modeNamhyung Kim
2016-02-12perf hists: Do column alignment on the format iteratorArnaldo Carvalho de Melo
2016-02-03perf hists: Introduce hists__for_each_format macroJiri Olsa
2016-02-03perf hists: Introduce perf_hpp_list__for_each_format macroJiri Olsa
2016-02-01perf report: Don't show blank lines if entry has no callchainNamhyung Kim
2016-02-01perf report: Fix percent display in callchains on --stdioNamhyung Kim
2016-02-01perf callchain: Pass parent_samples to __callchain__fprintf_graph()Namhyung Kim
2016-02-01perf report: Get rid of hist_entry__callchain_fprintf()Namhyung Kim