aboutsummaryrefslogtreecommitdiffstats
path: root/tools/perf/ui/stdio/hist.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2016-06-15perf stdio: Add use_callchain parameter to hists__fprintfJiri Olsa1-4/+6
2016-06-15perf stdio: Do not pass hists in hist_entry__fprintfJiri Olsa1-2/+2
2016-06-15perf stdio: Separate standard headers outputJiri Olsa1-14/+24
2016-06-15perf stdio: Separate hierarchy headers outputJiri Olsa1-8/+18
2016-06-15perf stdio: Separate headers outputJiri Olsa1-29/+30
2016-04-07perf tools: Introduce trim functionJiri Olsa1-2/+1
2016-03-08perf report: Use hierarchy hpp list on stdioNamhyung Kim1-46/+57
2016-03-08perf hists: Fix indent for multiple hierarchy sort keyNamhyung Kim1-15/+11
2016-03-08perf hists: Use own hpp_list for hierarchy modeNamhyung Kim1-22/+22
2016-02-26perf report: Left align dynamic entries in hierarchyNamhyung Kim1-9/+19
2016-02-26perf report: Fix indentation of dynamic entries in hierarchyNamhyung Kim1-3/+3
2016-02-26perf report: Show message for percent limit on stdioNamhyung Kim1-0/+17
2016-02-24perf ui/stdio: Align column header for hierarchy outputNamhyung Kim1-0/+105
2016-02-24perf ui/stdio: Implement hierarchy output modeNamhyung Kim1-1/+78
2016-02-12perf hists: Do column alignment on the format iteratorArnaldo Carvalho de Melo1-0/+1
2016-02-03perf hists: Introduce hists__for_each_format macroJiri Olsa1-4/+4
2016-02-03perf hists: Introduce perf_hpp_list__for_each_format macroJiri Olsa1-4/+4
2016-02-01perf report: Don't show blank lines if entry has no callchainNamhyung Kim1-1/+4
2016-02-01perf report: Fix percent display in callchains on --stdioNamhyung Kim1-6/+20
2016-02-01perf callchain: Pass parent_samples to __callchain__fprintf_graph()Namhyung Kim1-6/+13
2016-02-01perf report: Get rid of hist_entry__callchain_fprintf()Namhyung Kim1-25/+2
2016-01-06perf tools: Skip dynamic fields not defined for current eventNamhyung Kim1-3/+3
2015-11-19perf report: Add callchain value optionNamhyung Kim1-1/+9
2015-11-19perf callchain: Abstract callchain print functionNamhyung Kim1-18/+17
2015-11-19perf report: Support folded callchain mode on --stdioNamhyung Kim1-0/+55
2014-11-19perf callchain: Use a common function to resolve symbol or nameAndi Kleen1-14/+9
2014-08-12perf report: Honor column width settingNamhyung Kim1-1/+3
2014-07-17perf tools: Remove verbose from functions prototypesJiri Olsa1-1/+1