aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/ui/hist.c
AgeCommit message (Expand)Author
2013-03-15perf evsel: Introduce perf_evsel__is_group_event() helperNamhyung Kim
2013-02-06perf hists browser: Add support to display whole group data for raw columnsJiri Olsa
2013-01-31perf ui/hist: Add support for event group viewNamhyung Kim
2013-01-31perf ui/hist: Consolidate hpp helpersNamhyung Kim
2012-12-09perf diff: Remove displacement output optionJiri Olsa
2012-12-09perf diff: Change formula methods to work with pair directlyJiri Olsa
2012-12-09perf diff: Change compute methods to work with pair directlyJiri Olsa
2012-12-09perf hists: Fix period symbol_conf.field_sep displayJiri Olsa
2012-12-09perf hists: Introduce perf_hpp__list for period related columnsJiri Olsa
2012-11-08perf diff: Start moving to support matching more than two histsArnaldo Carvalho de Melo
2012-10-05perf diff: Display empty space for non paired samplesJiri Olsa
2012-10-05perf diff: Add -F option to display formula for computationJiri Olsa
2012-10-05perf diff: Add -p option to display period values for hist entriesJiri Olsa
2012-10-05perf diff: Add weighted diff computation way to compare hist entriesJiri Olsa
2012-10-05perf diff: Add option to sort entries based on diff computationJiri Olsa
2012-10-05perf diff: Add ratio computation way to compare hist entriesJiri Olsa
2012-10-04perf hists: Introduce struct he_statNamhyung Kim
2012-10-04perf diff: Removing the total_period argument from output codeJiri Olsa
2012-10-04perf tool: Add hpp interface to enable/disable hpp columnJiri Olsa
2012-10-04perf tools: Removing hists pair argument from output pathJiri Olsa
2012-10-04perf hists: Separate overhead and baseline columnsJiri Olsa
2012-10-04perf diff: Refactor diff displacement possition infoJiri Olsa
2012-09-14perf hists browser: Fix output for 100.00%Namhyung Kim
2012-09-11perf tools: Use __maybe_used for unused variablesIrina Tirdea
2012-09-08perf hists: Use perf_hpp__format->width to calculate the column widthsNamhyung Kim
2012-09-08perf hists: Handle field separator properlyNamhyung Kim
2012-09-08perf hists: Introduce perf_hpp for hist period printingNamhyung Kim