summaryrefslogtreecommitdiff
path: root/tools/perf/util/stat.c
Commit message (Expand)AuthorAge
* perf evlist: Rename for_each() macros to for_each_entry()Arnaldo Carvalho de Melo2016-06-23
* perf stat: Add computation of TopDown formulasAndi Kleen2016-06-06
* perf stat: Scale values by unit before metricsAndi Kleen2016-05-09
* Merge branch 'perf/urgent' into perf/core, to pick up fixesIngo Molnar2016-02-04
|\
| * perf stat: Fix interval output valuesJiri Olsa2016-02-03
* | perf stat: Making several helper functions staticJiri Olsa2016-01-26
|/
* perf stat: Do not clean event's private statsJiri Olsa2016-01-26
* perf tools: Add stat events fprintf functionsJiri Olsa2015-12-17
* perf tools: Add stat event read functionJiri Olsa2015-12-17
* perf cpu_map: Add data arg to cpu_map__build_map callbackJiri Olsa2015-10-19
* perf stat: Add AGGR_UNSET modeJiri Olsa2015-10-19
* perf stat: Rename perf_stat struct into perf_stat_evselJiri Olsa2015-10-19
* perf stat: Fix per-pkg event reporting bugStephane Eranian2015-09-16
* perf stat: Move perf_counts struct and functions into separate objectJiri Olsa2015-08-08
* perf stat: Move counter processing code into stat objectJiri Olsa2015-08-06
* perf stat: Introduce perf_evsel__alloc_stats functionJiri Olsa2015-06-26
* perf stat: Move perf_evlist__(alloc|free|reset)_stats into stat objectJiri Olsa2015-06-26
* perf stat: Move perf_evsel__(alloc|free)_prev_raw_counts into stat objectJiri Olsa2015-06-26
* perf stat: Move perf_evsel__(alloc|free|reset)_stat_priv into stat objectJiri Olsa2015-06-26
* perf stat: Rename struct perf_counts::cpu member to valuesJiri Olsa2015-06-26
* perf stat: Make stats work over the thread dimensionJiri Olsa2015-06-26
* perf stat: Use xyarray for cpu evsel countsJiri Olsa2015-06-26
* perf stat: Introduce perf_counts__(new|delete|reset) functionsJiri Olsa2015-06-16
* perf tools: Move perf_evsel__(alloc|free|reset)_counts into stat objectJiri Olsa2015-06-16
* perf stat: Replace transaction event possition check with id checkJiri Olsa2015-06-08
* perf stat: Add id into perf_stat structJiri Olsa2015-06-08
* perf stats: Add max and min statsDavid Ahern2013-08-07
* perf stats: Fix divide by 0 in varianceDavid Ahern2013-05-28
* perf stat: Move stats related code to util/stat.cXiao Guangrong2012-09-17