Lines Matching refs:test_event

322 				struct perf_pmu_test_event const *test_event,  in compare_alias_to_test_event()  argument
325 struct pmu_event const *event = &test_event->event; in compare_alias_to_test_event()
340 if (!is_same(alias->long_desc, test_event->alias_long_desc)) { in compare_alias_to_test_event()
343 test_event->alias_long_desc); in compare_alias_to_test_event()
353 if (!is_same(alias->str, test_event->alias_str)) { in compare_alias_to_test_event()
355 pmu_name, alias->str, test_event->alias_str); in compare_alias_to_test_event()
359 if (!is_same(alias->long_desc, test_event->alias_long_desc)) { in compare_alias_to_test_event()
361 pmu_name, alias->str, test_event->alias_long_desc); in compare_alias_to_test_event()
366 if (!is_same(alias->pmu_name, test_event->event.pmu)) { in compare_alias_to_test_event()
368 pmu_name, alias->pmu_name, test_event->event.pmu); in compare_alias_to_test_event()
401 struct perf_pmu_test_event const *test_event = *test_event_table; in test_pmu_event_table() local
402 struct pmu_event const *event = &test_event->event; in test_pmu_event_table()
429 struct perf_pmu_test_event const *test_event = *test_event_table; in test_pmu_event_table() local
430 struct pmu_event const *event = &test_event->event; in test_pmu_event_table()
458 static struct perf_pmu_alias *find_alias(const char *test_event, struct list_head *aliases) in find_alias() argument
463 if (!strcmp(test_event, alias->name)) in find_alias()
493 struct perf_pmu_test_event const *test_event = *test_event_table; in __test_core_pmu_event_aliases() local
494 struct pmu_event const *event = &test_event->event; in __test_core_pmu_event_aliases()
504 if (compare_alias_to_test_event(alias, test_event, pmu_name)) { in __test_core_pmu_event_aliases()
558 struct perf_pmu_test_event const *test_event = *table; in __test_uncore_pmu_event_aliases() local
559 struct pmu_event const *event = &test_event->event; in __test_uncore_pmu_event_aliases()
563 test_event, in __test_uncore_pmu_event_aliases()