Searched defs:test_event (Results 1 – 3 of 3) sorted by relevance
13 static const struct test_event { struct17 } test_events[] = { argument144 const char *test_event = with_alias ? test_events[i].alias : test_events[i].name; in do_test() local
366 struct perf_pmu_test_event const *test_event, in compare_alias_to_test_event()433 struct perf_pmu_test_event const *test_event = *test_event_table; in test__pmu_event_table_core_callback() local464 struct perf_pmu_test_event const *test_event = *test_event_table; in test__pmu_event_table_sys_callback() local523 struct perf_pmu_test_event const *test_event; member574 struct perf_pmu_test_event test_event = **test_event_table; in __test_core_pmu_event_aliases() local625 struct perf_pmu_test_event test_event = **table; in __test_uncore_pmu_event_aliases() local
243 static int test_event(const struct evlist_test *e) in test_event() function