Searched refs:test_event_table (Results 1 – 1 of 1) sorted by relevance
409 struct perf_pmu_test_event const **test_event_table; in test__pmu_event_table_core_callback() local413 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()443 struct perf_pmu_test_event const **test_event_table; in test__pmu_event_table_sys_callback() local446 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()527 struct perf_pmu_test_event const **test_event_table; in __test_core_pmu_event_aliases() local535 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()[all …]