Home
last modified time | relevance | path

Searched refs:test_event_table (Results 1 – 1 of 1) sorted by relevance

/Linux-v5.15/tools/perf/tests/
Dpmu-events.c392 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
[all …]