summaryrefslogtreecommitdiffstats
path: root/tools/perf/util/stat.c
AgeCommit message (Expand)AuthorLines
2018-09-19perf tools: Remove perf_tool from event_op2Jiri Olsa-3/+2
2018-08-30perf stat: Move perf_stat_synthesize_config() to stat.cJiri Olsa-0/+42
2018-08-30perf stat: Move create_perf_stat_counter() to stat.cJiri Olsa-0/+53
2018-03-16perf stat: Make function perf_stat_evsel_id_init staticThomas Richter-1/+1
2017-12-27perf stat: Update or print per-thread statsJin Yao-3/+8
2017-12-27perf stat: Update per-thread shadow statsJin Yao-3/+5
2017-11-07Merge branch 'linus' into perf/core, to fix conflictsIngo Molnar-0/+1
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman-0/+1
2017-10-30perf stat: Make --per-thread update shadow stats to show metricsJiri Olsa-0/+2
2017-10-30perf stat: Move the shadow stats scale computation in perf_stat__update_shado...Jiri Olsa-4/+2
2017-10-27perf evsel: Restore evsel->priv as a tool private areaArnaldo Carvalho de Melo-8/+8
2017-07-26perf evsel: Add read_counter()Jiri Olsa-0/+4
2017-06-21perf stat: Add support to measure SMI costKan Liang-0/+2
2017-04-19perf tools: Include errno.h where neededArnaldo Carvalho de Melo-0/+1
2017-04-19perf tools: Including missing inttypes.h headerArnaldo Carvalho de Melo-0/+1
2017-02-20perf utils: Check verbose flag properlyNamhyung Kim-1/+1
2016-06-23perf evlist: Rename for_each() macros to for_each_entry()Arnaldo Carvalho de Melo-3/+3
2016-06-06perf stat: Add computation of TopDown formulasAndi Kleen-0/+5
2016-05-09perf stat: Scale values by unit before metricsAndi Kleen-1/+3
2016-02-04Merge branch 'perf/urgent' into perf/core, to pick up fixesIngo Molnar-0/+10
2016-02-03perf stat: Fix interval output valuesJiri Olsa-0/+10
2016-01-26perf stat: Making several helper functions staticJiri Olsa-7/+7
2016-01-26perf stat: Do not clean event's private statsJiri Olsa-1/+0
2015-12-17perf tools: Add stat events fprintf functionsJiri Olsa-0/+39
2015-12-17perf tools: Add stat event read functionJiri Olsa-0/+23
2015-10-19perf cpu_map: Add data arg to cpu_map__build_map callbackJiri Olsa-1/+1
2015-10-19perf stat: Add AGGR_UNSET modeJiri Olsa-0/+1
2015-10-19perf stat: Rename perf_stat struct into perf_stat_evselJiri Olsa-5/+5
2015-09-16perf stat: Fix per-pkg event reporting bugStephane Eranian-2/+14
2015-08-08perf stat: Move perf_counts struct and functions into separate objectJiri Olsa-49/+0
2015-08-06perf stat: Move counter processing code into stat objectJiri Olsa-0/+139
2015-06-26perf stat: Introduce perf_evsel__alloc_stats functionJiri Olsa-6/+14
2015-06-26perf stat: Move perf_evlist__(alloc|free|reset)_stats into stat objectJiri Olsa-0/+44
2015-06-26perf stat: Move perf_evsel__(alloc|free)_prev_raw_counts into stat objectJiri Olsa-0/+18
2015-06-26perf stat: Move perf_evsel__(alloc|free|reset)_stat_priv into stat objectJiri Olsa-0/+25
2015-06-26perf stat: Rename struct perf_counts::cpu member to valuesJiri Olsa-6/+6
2015-06-26perf stat: Make stats work over the thread dimensionJiri Olsa-4/+4
2015-06-26perf stat: Use xyarray for cpu evsel countsJiri Olsa-9/+22
2015-06-16perf stat: Introduce perf_counts__(new|delete|reset) functionsJiri Olsa-5/+23
2015-06-16perf tools: Move perf_evsel__(alloc|free|reset)_counts into stat objectJiri Olsa-0/+18
2015-06-08perf stat: Replace transaction event possition check with id checkJiri Olsa-1/+5
2015-06-08perf stat: Add id into perf_stat structJiri Olsa-1/+30
2013-08-07perf stats: Add max and min statsDavid Ahern-0/+6
2013-05-28perf stats: Fix divide by 0 in varianceDavid Ahern-1/+1
2012-09-17perf stat: Move stats related code to util/stat.cXiao Guangrong-0/+57