Home
last modified time | relevance | path

Searched refs:test_stat_config (Results 1 – 1 of 1) sorted by relevance

/linux/tools/perf/tests/
H A Dstat.c30 struct perf_stat_config test_stat_config = {}; in process_stat_config_event() local
42 perf_event__read_stat_config(&test_stat_config, config); in process_stat_config_event()
44 TEST_ASSERT_VAL("wrong aggr_mode", test_stat_config.aggr_mode == AGGR_CORE); in process_stat_config_event()
45 TEST_ASSERT_VAL("wrong scale", test_stat_config.scale == 1); in process_stat_config_event()
46 TEST_ASSERT_VAL("wrong interval", test_stat_config.interval == 1); in process_stat_config_event()
53 struct perf_stat_config test_stat_config = { in test__synthesize_stat_config() local
60 !perf_event__synthesize_stat_config(NULL, &test_stat_config, in test__synthesize_stat_config()