summaryrefslogtreecommitdiffstats
path: root/tools/perf/util/stat.c
Commit message (Expand)AuthorAgeFilesLines
* perf stat: Make function perf_stat_evsel_id_init staticThomas Richter2018-03-161-1/+1
* perf stat: Update or print per-thread statsJin Yao2017-12-271-3/+8
* perf stat: Update per-thread shadow statsJin Yao2017-12-271-3/+5
* Merge branch 'linus' into perf/core, to fix conflictsIngo Molnar2017-11-071-0/+1
|\
| * License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
* | perf stat: Make --per-thread update shadow stats to show metricsJiri Olsa2017-10-301-0/+2
* | perf stat: Move the shadow stats scale computation in perf_stat__update_shado...Jiri Olsa2017-10-301-4/+2
* | perf evsel: Restore evsel->priv as a tool private areaArnaldo Carvalho de Melo2017-10-271-8/+8
|/
* perf evsel: Add read_counter()Jiri Olsa2017-07-261-0/+4
* perf stat: Add support to measure SMI costKan Liang2017-06-211-0/+2
* perf tools: Include errno.h where neededArnaldo Carvalho de Melo2017-04-191-0/+1
* perf tools: Including missing inttypes.h headerArnaldo Carvalho de Melo2017-04-191-0/+1
* perf utils: Check verbose flag properlyNamhyung Kim2017-02-201-1/+1
* perf evlist: Rename for_each() macros to for_each_entry()Arnaldo Carvalho de Melo2016-06-231-3/+3
* perf stat: Add computation of TopDown formulasAndi Kleen2016-06-061-0/+5
* perf stat: Scale values by unit before metricsAndi Kleen2016-05-091-1/+3
* Merge branch 'perf/urgent' into perf/core, to pick up fixesIngo Molnar2016-02-041-0/+10
|\
| * perf stat: Fix interval output valuesJiri Olsa2016-02-031-0/+10
* | perf stat: Making several helper functions staticJiri Olsa2016-01-261-7/+7
|/
* perf stat: Do not clean event's private statsJiri Olsa2016-01-261-1/+0
* perf tools: Add stat events fprintf functionsJiri Olsa2015-12-171-0/+39
* perf tools: Add stat event read functionJiri Olsa2015-12-171-0/+23
* perf cpu_map: Add data arg to cpu_map__build_map callbackJiri Olsa2015-10-191-1/+1
* perf stat: Add AGGR_UNSET modeJiri Olsa2015-10-191-0/+1
* perf stat: Rename perf_stat struct into perf_stat_evselJiri Olsa2015-10-191-5/+5
* perf stat: Fix per-pkg event reporting bugStephane Eranian2015-09-161-2/+14
* 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