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