summaryrefslogtreecommitdiffstats
path: root/tools/perf/ui/hist.c
Commit message (Expand)AuthorAgeFilesLines
* perf evsel: Introduce perf_evsel__is_group_event() helperNamhyung Kim2013-03-151-5/+2Star
* perf hists browser: Add support to display whole group data for raw columnsJiri Olsa2013-02-061-27/+26Star
* perf ui/hist: Add support for event group viewNamhyung Kim2013-01-311-1/+61
* perf ui/hist: Consolidate hpp helpersNamhyung Kim2013-01-311-154/+84Star
* perf diff: Remove displacement output optionJiri Olsa2012-12-091-25/+0Star
* perf diff: Change formula methods to work with pair directlyJiri Olsa2012-12-091-1/+4
* perf diff: Change compute methods to work with pair directlyJiri Olsa2012-12-091-15/+25
* perf hists: Fix period symbol_conf.field_sep displayJiri Olsa2012-12-091-1/+5
* perf hists: Introduce perf_hpp__list for period related columnsJiri Olsa2012-12-091-44/+52
* perf diff: Start moving to support matching more than two histsArnaldo Carvalho de Melo2012-11-081-5/+5
* perf diff: Display empty space for non paired samplesJiri Olsa2012-10-051-2/+8
* perf diff: Add -F option to display formula for computationJiri Olsa2012-10-051-1/+23
* perf diff: Add -p option to display period values for hist entriesJiri Olsa2012-10-051-0/+21
* perf diff: Add weighted diff computation way to compare hist entriesJiri Olsa2012-10-051-0/+30
* perf diff: Add option to sort entries based on diff computationJiri Olsa2012-10-051-18/+11Star
* perf diff: Add ratio computation way to compare hist entriesJiri Olsa2012-10-051-0/+28
* perf hists: Introduce struct he_statNamhyung Kim2012-10-041-15/+15
* perf diff: Removing the total_period argument from output codeJiri Olsa2012-10-041-11/+26
* perf tool: Add hpp interface to enable/disable hpp columnJiri Olsa2012-10-041-9/+6Star
* perf tools: Removing hists pair argument from output pathJiri Olsa2012-10-041-4/+5
* perf hists: Separate overhead and baseline columnsJiri Olsa2012-10-041-26/+48
* perf diff: Refactor diff displacement possition infoJiri Olsa2012-10-041-3/+5
* perf hists browser: Fix output for 100.00%Namhyung Kim2012-09-141-14/+14
* perf tools: Use __maybe_used for unused variablesIrina Tirdea2012-09-111-10/+11
* perf hists: Use perf_hpp__format->width to calculate the column widthsNamhyung Kim2012-09-081-0/+27
* perf hists: Handle field separator properlyNamhyung Kim2012-09-081-26/+48
* perf hists: Introduce perf_hpp for hist period printingNamhyung Kim2012-09-081-0/+340