Lines Matching refs:test_event_table
392 struct perf_pmu_test_event const **test_event_table; in test_pmu_event_table() local
396 test_event_table = &uncore_events[0]; in test_pmu_event_table()
398 test_event_table = &core_events[0]; in test_pmu_event_table()
400 for (; *test_event_table; test_event_table++) { in test_pmu_event_table()
401 struct perf_pmu_test_event const *test_event = *test_event_table; in test_pmu_event_table()
423 struct perf_pmu_test_event const **test_event_table; in test_pmu_event_table() local
426 test_event_table = &sys_events[0]; in test_pmu_event_table()
428 for (; *test_event_table; test_event_table++) { in test_pmu_event_table()
429 struct perf_pmu_test_event const *test_event = *test_event_table; in test_pmu_event_table()
472 struct perf_pmu_test_event const **test_event_table; in __test_core_pmu_event_aliases() local
482 test_event_table = &core_events[0]; in __test_core_pmu_event_aliases()
492 for (; *test_event_table; test_event_table++) { in __test_core_pmu_event_aliases()
493 struct perf_pmu_test_event const *test_event = *test_event_table; in __test_core_pmu_event_aliases()