aboutsummaryrefslogtreecommitdiffstats
path: root/tools/perf/ui/hist.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-10-04perf hists: Introduce struct he_statNamhyung Kim1-15/+15
2012-10-04perf diff: Removing the total_period argument from output codeJiri Olsa1-11/+26
2012-10-04perf tool: Add hpp interface to enable/disable hpp columnJiri Olsa1-9/+6
2012-10-04perf tools: Removing hists pair argument from output pathJiri Olsa1-4/+5
2012-10-04perf hists: Separate overhead and baseline columnsJiri Olsa1-26/+48
2012-10-04perf diff: Refactor diff displacement possition infoJiri Olsa1-3/+5
2012-09-14perf hists browser: Fix output for 100.00%Namhyung Kim1-14/+14
2012-09-11perf tools: Use __maybe_used for unused variablesIrina Tirdea1-10/+11
2012-09-08perf hists: Use perf_hpp__format->width to calculate the column widthsNamhyung Kim1-0/+27
2012-09-08perf hists: Handle field separator properlyNamhyung Kim1-26/+48
2012-09-08perf hists: Introduce perf_hpp for hist period printingNamhyung Kim1-0/+340