aboutsummaryrefslogtreecommitdiffstats
path: root/tools/perf/ui/stdio (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2014-06-01perf ui/stdio: Fix invalid percentage value of cumulated hist entriesNamhyung Kim1-1/+3
2014-06-01perf tools: Apply percent-limit to cumulative percentageNamhyung Kim1-2/+2
2014-05-21perf tools: Get rid of obsolete hist_entry__sort_listNamhyung Kim1-7/+15
2014-05-21perf hists: Reset width of output fields with header lengthNamhyung Kim1-18/+3
2014-05-21perf tools: Skip elided sort entriesNamhyung Kim1-0/+9
2014-05-21perf tools: Consolidate output field handling to hpp format routinesNamhyung Kim1-38/+17
2014-04-28perf tools: Allocate thread map_groups's dynamicallyArnaldo Carvalho de Melo1-1/+1
2014-03-14perf ui hists: Pass evsel to hpp->header/width functions explicitlyNamhyung Kim1-3/+2
2014-03-14perf ui/hists: Pass struct hpp to print functionsNamhyung Kim1-6/+0
2013-12-27perf tools: Use zfree to help detect use after free bugsArnaldo Carvalho de Melo1-1/+1
2013-11-05perf tools: Finish the removal of 'self' argumentsArnaldo Carvalho de Melo1-8/+6
2013-10-28perf hists: Add color overhead for stdio output bufferJiri Olsa1-5/+4
2013-09-05perf hists: Fix formatting of long symbol namesArnaldo Carvalho de Melo1-6/+17
2013-07-12perf tools: Move hist_entry__period_snprintf into stdio codeJiri Olsa1-0/+41
2013-07-12perf tools: Add struct perf_hpp_fmt into hpp callbacksJiri Olsa1-2/+2
2013-05-28perf report: Add --percent-limit optionNamhyung Kim1-1/+6
2013-01-31perf ui/hist: Add support for event group viewNamhyung Kim1-0/+2
2013-01-24perf hists: Rename hists__fprintf_nr_events to events_stats__fprintfArnaldo Carvalho de Melo1-3/+3
2012-12-09perf hists: Introduce perf_hpp__list for period related columnsJiri Olsa1-10/+7
2012-10-05perf diff: Add -F option to display formula for computationJiri Olsa1-1/+1
2012-10-04perf hists: Introduce struct he_statNamhyung Kim1-1/+1
2012-10-04perf diff: Removing the total_period argument from output codeJiri Olsa1-10/+5
2012-10-04perf tools: Removing hists pair argument from output pathJiri Olsa1-7/+3
2012-10-04perf hists: Separate overhead and baseline columnsJiri Olsa1-2/+9
2012-10-04perf diff: Refactor diff displacement possition infoJiri Olsa1-14/+3
2012-09-08perf hists: Handle field separator properlyNamhyung Kim1-1/+2
2012-09-08perf hists: Introduce perf_hpp for hist period printingNamhyung Kim1-197/+41
2012-08-20perf hists: Rename and move some functionsNamhyung Kim1-23/+28
2012-08-20perf hists: Separate out hist print functionsNamhyung Kim1-0/+648