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