summaryrefslogtreecommitdiffstats
path: root/tools/perf/ui/stdio/hist.c
Commit message (Expand)AuthorAgeFilesLines
* perf hists: Check if a hist_entry has callchains before using themArnaldo Carvalho de Melo2018-06-061-2/+2
* perf ui stdio: Use map_groups__fprintf()Arnaldo Carvalho de Melo2018-04-261-2/+1
* perf report: Show zero counters as well in 'perf report --stat'Ingo Molnar2018-03-161-5/+1
* Merge branch 'linus' into perf/core, to fix conflictsIngo Molnar2017-11-071-0/+1
|\
| * License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
* | perf report: Remove code to handle inline frames from browsersMilian Wolff2017-10-241-76/+1
|/
* perf report: Calculate the average cycles of iterationsJin Yao2017-08-301-7/+3
* tools include: Adopt strstarts() from the kernelArnaldo Carvalho de Melo2017-07-201-1/+2
* perf report: Enable finding kernel inline functionsJin Yao2017-07-181-3/+0
* perf tools: Use just forward declarations for struct thread where possibleArnaldo Carvalho de Melo2017-04-241-0/+1
* perf tools: Move extra string util functions to util/string2.hArnaldo Carvalho de Melo2017-04-191-0/+1
* perf tools: Move srcline definitions to separate headerArnaldo Carvalho de Melo2017-04-191-0/+1
* perf tools: Move sane ctype stuff from util.h to sane_ctype.hArnaldo Carvalho de Melo2017-04-191-1/+1
* perf report: Enable sorting by srcline as keyMilian Wolff2017-03-271-1/+2
* perf report: Show inline stack for stdio modeJin Yao2017-03-271-1/+84
* perf report: Show branch info in callchain entry for stdio modeJin Yao2016-11-141-4/+31
* perf hists: Make hists__fprintf_headers function globalJiri Olsa2016-09-221-1/+1
* perf hists: Make __hist_entry__snprintf function globalJiri Olsa2016-09-221-2/+2
* perf hists: Add __hist_entry__snprintf functionJiri Olsa2016-09-221-2/+8
* perf hists: Use bigger buffer for stdio headersJiri Olsa2016-09-211-1/+1
* perf hists: Factor out hists__reset_column_width()Namhyung Kim2016-09-201-9/+1
* perf ui/stdio: Rename print_hierarchy_header()Namhyung Kim2016-09-131-10/+3
* perf ui/stdio: Always reset output width for hierarchyNamhyung Kim2016-09-131-8/+6
* perf hists: Add support for header spanJiri Olsa2016-08-231-5/+8
* perf tools stdio: Display multiple header linesJiri Olsa2016-08-231-9/+25
* perf hists: Add line argument into perf_hpp_fmt's header callbackJiri Olsa2016-08-231-3/+3
* perf hists: Replace perf_evsel arg perf_hpp_fmt's width callbackJiri Olsa2016-06-151-3/+3
* perf hists: Replace perf_evsel arg perf_hpp_fmt's header callbackJiri Olsa2016-06-151-3/+3
* perf stdio: Add use_callchain parameter to hists__fprintfJiri Olsa2016-06-151-4/+6
* perf stdio: Do not pass hists in hist_entry__fprintfJiri Olsa2016-06-151-2/+2
* perf stdio: Separate standard headers outputJiri Olsa2016-06-151-14/+24
* perf stdio: Separate hierarchy headers outputJiri Olsa2016-06-151-8/+18
* perf stdio: Separate headers outputJiri Olsa2016-06-151-29/+30
* perf tools: Introduce trim functionJiri Olsa2016-04-071-2/+1
* perf report: Use hierarchy hpp list on stdioNamhyung Kim2016-03-081-46/+57
* perf hists: Fix indent for multiple hierarchy sort keyNamhyung Kim2016-03-081-15/+11
* perf hists: Use own hpp_list for hierarchy modeNamhyung Kim2016-03-081-22/+22
* perf report: Left align dynamic entries in hierarchyNamhyung Kim2016-02-261-9/+19
* perf report: Fix indentation of dynamic entries in hierarchyNamhyung Kim2016-02-261-3/+3
* perf report: Show message for percent limit on stdioNamhyung Kim2016-02-261-0/+17
* perf ui/stdio: Align column header for hierarchy outputNamhyung Kim2016-02-241-0/+105
* perf ui/stdio: Implement hierarchy output modeNamhyung Kim2016-02-241-1/+78
* perf hists: Do column alignment on the format iteratorArnaldo Carvalho de Melo2016-02-121-0/+1
* perf hists: Introduce hists__for_each_format macroJiri Olsa2016-02-031-4/+4
* perf hists: Introduce perf_hpp_list__for_each_format macroJiri Olsa2016-02-031-4/+4
* perf report: Don't show blank lines if entry has no callchainNamhyung Kim2016-02-011-1/+4
* perf report: Fix percent display in callchains on --stdioNamhyung Kim2016-02-011-6/+20
* perf callchain: Pass parent_samples to __callchain__fprintf_graph()Namhyung Kim2016-02-011-6/+13
* perf report: Get rid of hist_entry__callchain_fprintf()Namhyung Kim2016-02-011-25/+2
* perf tools: Skip dynamic fields not defined for current eventNamhyung Kim2016-01-061-3/+3
OpenPOWER on IntegriCloud