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