aboutsummaryrefslogtreecommitdiffstats
path: root/tools/perf/ui/stdio (follow)
AgeCommit message (Expand)AuthorFilesLines
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