aboutsummaryrefslogtreecommitdiffstats
path: root/tools/perf/ui/hist.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-11-08perf diff: Start moving to support matching more than two histsArnaldo Carvalho de Melo1-5/+5
2012-10-05perf diff: Display empty space for non paired samplesJiri Olsa1-2/+8
2012-10-05perf diff: Add -F option to display formula for computationJiri Olsa1-1/+23
2012-10-05perf diff: Add -p option to display period values for hist entriesJiri Olsa1-0/+21
2012-10-05perf diff: Add weighted diff computation way to compare hist entriesJiri Olsa1-0/+30
2012-10-05perf diff: Add option to sort entries based on diff computationJiri Olsa1-18/+11
2012-10-05perf diff: Add ratio computation way to compare hist entriesJiri Olsa1-0/+28
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