Searched refs:test_stat_config (Results 1 – 1 of 1) sorted by relevance
30 struct perf_stat_config test_stat_config = {}; in process_stat_config_event() local42 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() local60 !perf_event__synthesize_stat_config(NULL, &test_stat_config, in test__synthesize_stat_config()