Lines Matching refs:test_event_table
409 struct perf_pmu_test_event const **test_event_table; in test__pmu_event_table_core_callback() local
413 test_event_table = &uncore_events[0]; in test__pmu_event_table_core_callback()
415 test_event_table = &core_events[0]; in test__pmu_event_table_core_callback()
417 for (; *test_event_table; test_event_table++) { in test__pmu_event_table_core_callback()
418 struct perf_pmu_test_event const *test_event = *test_event_table; in test__pmu_event_table_core_callback()
443 struct perf_pmu_test_event const **test_event_table; in test__pmu_event_table_sys_callback() local
446 test_event_table = &sys_events[0]; in test__pmu_event_table_sys_callback()
448 for (; *test_event_table; test_event_table++) { in test__pmu_event_table_sys_callback()
449 struct perf_pmu_test_event const *test_event = *test_event_table; in test__pmu_event_table_sys_callback()
527 struct perf_pmu_test_event const **test_event_table; in __test_core_pmu_event_aliases() local
535 test_event_table = &core_events[0]; in __test_core_pmu_event_aliases()
558 for (; *test_event_table; test_event_table++) { in __test_core_pmu_event_aliases()
559 struct perf_pmu_test_event test_event = **test_event_table; in __test_core_pmu_event_aliases()