Lines Matching refs:test_event
373 struct perf_pmu_test_event const *test_event, in compare_alias_to_test_event() argument
376 struct pmu_event const *event = &test_event->event; in compare_alias_to_test_event()
391 if (!is_same(alias->long_desc, test_event->alias_long_desc)) { in compare_alias_to_test_event()
394 test_event->alias_long_desc); in compare_alias_to_test_event()
404 if (!is_same(alias->str, test_event->alias_str)) { in compare_alias_to_test_event()
406 pmu_name, alias->str, test_event->alias_str); in compare_alias_to_test_event()
410 if (!is_same(alias->long_desc, test_event->alias_long_desc)) { in compare_alias_to_test_event()
412 pmu_name, alias->str, test_event->alias_long_desc); in compare_alias_to_test_event()
417 if (!is_same(alias->pmu_name, test_event->event.pmu)) { in compare_alias_to_test_event()
419 pmu_name, alias->pmu_name, test_event->event.pmu); in compare_alias_to_test_event()
443 struct perf_pmu_test_event const *test_event = *test_event_table; in test__pmu_event_table_core_callback() local
444 struct pmu_event const *event = &test_event->event; in test__pmu_event_table_core_callback()
474 struct perf_pmu_test_event const *test_event = *test_event_table; in test__pmu_event_table_sys_callback() local
475 struct pmu_event const *event = &test_event->event; in test__pmu_event_table_sys_callback()
529 static struct perf_pmu_alias *find_alias(const char *test_event, struct list_head *aliases) in find_alias() argument
534 if (!strcmp(test_event, alias->name)) in find_alias()
564 struct perf_pmu_test_event const *test_event = *test_event_table; in __test_core_pmu_event_aliases() local
565 struct pmu_event const *event = &test_event->event; in __test_core_pmu_event_aliases()
575 if (compare_alias_to_test_event(alias, test_event, pmu_name)) { in __test_core_pmu_event_aliases()
629 struct perf_pmu_test_event const *test_event = *table; in __test_uncore_pmu_event_aliases() local
630 struct pmu_event const *event = &test_event->event; in __test_uncore_pmu_event_aliases()
634 test_event, in __test_uncore_pmu_event_aliases()