summaryrefslogtreecommitdiffstats
path: root/tools/perf/util/stat.c
Commit message (Expand)AuthorAgeFilesLines
* perf stat: Move perf_counts struct and functions into separate objectJiri Olsa2015-08-081-49/+0
* perf stat: Move counter processing code into stat objectJiri Olsa2015-08-061-0/+139
* perf stat: Introduce perf_evsel__alloc_stats functionJiri Olsa2015-06-261-6/+14
* perf stat: Move perf_evlist__(alloc|free|reset)_stats into stat objectJiri Olsa2015-06-261-0/+44
* perf stat: Move perf_evsel__(alloc|free)_prev_raw_counts into stat objectJiri Olsa2015-06-261-0/+18
* perf stat: Move perf_evsel__(alloc|free|reset)_stat_priv into stat objectJiri Olsa2015-06-261-0/+25
* perf stat: Rename struct perf_counts::cpu member to valuesJiri Olsa2015-06-261-6/+6
* perf stat: Make stats work over the thread dimensionJiri Olsa2015-06-261-4/+4
* perf stat: Use xyarray for cpu evsel countsJiri Olsa2015-06-261-9/+22
* perf stat: Introduce perf_counts__(new|delete|reset) functionsJiri Olsa2015-06-161-5/+23
* perf tools: Move perf_evsel__(alloc|free|reset)_counts into stat objectJiri Olsa2015-06-161-0/+18
* perf stat: Replace transaction event possition check with id checkJiri Olsa2015-06-081-1/+5
* perf stat: Add id into perf_stat structJiri Olsa2015-06-081-1/+30
* perf stats: Add max and min statsDavid Ahern2013-08-071-0/+6
* perf stats: Fix divide by 0 in varianceDavid Ahern2013-05-281-1/+1
* perf stat: Move stats related code to util/stat.cXiao Guangrong2012-09-171-0/+57