Lines Matching refs:test_event_table
424 struct perf_pmu_test_event const **test_event_table; in test__pmu_event_table_core_callback() local
428 test_event_table = &uncore_events[0]; in test__pmu_event_table_core_callback()
430 test_event_table = &core_events[0]; in test__pmu_event_table_core_callback()
432 for (; *test_event_table; test_event_table++) { in test__pmu_event_table_core_callback()
433 struct perf_pmu_test_event const *test_event = *test_event_table; in test__pmu_event_table_core_callback()
458 struct perf_pmu_test_event const **test_event_table; in test__pmu_event_table_sys_callback() local
461 test_event_table = &sys_events[0]; in test__pmu_event_table_sys_callback()
463 for (; *test_event_table; test_event_table++) { in test__pmu_event_table_sys_callback()
464 struct perf_pmu_test_event const *test_event = *test_event_table; in test__pmu_event_table_sys_callback()
542 struct perf_pmu_test_event const **test_event_table; in __test_core_pmu_event_aliases() local
550 test_event_table = &core_events[0]; in __test_core_pmu_event_aliases()
573 for (; *test_event_table; test_event_table++) { in __test_core_pmu_event_aliases()
574 struct perf_pmu_test_event test_event = **test_event_table; in __test_core_pmu_event_aliases()