summaryrefslogtreecommitdiff
path: root/tools/perf/ui/hist.c
AgeCommit message (Expand)AuthorFilesLines
2013-12-04perf tools: Remove cast of non-variadic function to variadicMichael Hudson-Doyle1-1/+1
2013-03-15perf evsel: Introduce perf_evsel__is_group_event() helperNamhyung Kim1-5/+2
2013-02-06perf hists browser: Add support to display whole group data for raw columnsJiri Olsa1-27/+26
2013-01-31perf ui/hist: Add support for event group viewNamhyung Kim1-1/+61
2013-01-31perf ui/hist: Consolidate hpp helpersNamhyung Kim1-154/+84
2012-12-09perf diff: Remove displacement output optionJiri Olsa1-25/+0
2012-12-09perf diff: Change formula methods to work with pair directlyJiri Olsa1-1/+4
2012-12-09perf diff: Change compute methods to work with pair directlyJiri Olsa1-15/+25
2012-12-09perf hists: Fix period symbol_conf.field_sep displayJiri Olsa1-1/+5
2012-12-09perf hists: Introduce perf_hpp__list for period related columnsJiri Olsa1-44/+52
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