Lines Matching refs:test_event_table
404 struct perf_pmu_test_event const **test_event_table; in test__pmu_event_table_core_callback() local
408 test_event_table = &uncore_events[0]; in test__pmu_event_table_core_callback()
410 test_event_table = &core_events[0]; in test__pmu_event_table_core_callback()
412 for (; *test_event_table; test_event_table++) { in test__pmu_event_table_core_callback()
413 struct perf_pmu_test_event const *test_event = *test_event_table; in test__pmu_event_table_core_callback()
438 struct perf_pmu_test_event const **test_event_table; in test__pmu_event_table_sys_callback() local
441 test_event_table = &sys_events[0]; in test__pmu_event_table_sys_callback()
443 for (; *test_event_table; test_event_table++) { in test__pmu_event_table_sys_callback()
444 struct perf_pmu_test_event const *test_event = *test_event_table; in test__pmu_event_table_sys_callback()
522 struct perf_pmu_test_event const **test_event_table; in __test_core_pmu_event_aliases() local
530 test_event_table = &core_events[0]; in __test_core_pmu_event_aliases()
552 for (; *test_event_table; test_event_table++) { in __test_core_pmu_event_aliases()
553 struct perf_pmu_test_event test_event = **test_event_table; in __test_core_pmu_event_aliases()