Lines Matching refs:test_event
366 struct perf_pmu_test_event const *test_event, in compare_alias_to_test_event() argument
369 struct pmu_event const *event = &test_event->event; in compare_alias_to_test_event()
384 if (!is_same(alias->long_desc, test_event->alias_long_desc)) { in compare_alias_to_test_event()
387 test_event->alias_long_desc); in compare_alias_to_test_event()
397 if (!is_same(alias->str, test_event->alias_str)) { in compare_alias_to_test_event()
399 pmu_name, alias->str, test_event->alias_str); in compare_alias_to_test_event()
403 if (!is_same(alias->long_desc, test_event->alias_long_desc)) { in compare_alias_to_test_event()
405 pmu_name, alias->str, test_event->alias_long_desc); in compare_alias_to_test_event()
409 if (!is_same(alias->pmu_name, test_event->event.pmu) && in compare_alias_to_test_event()
412 pmu_name, alias->pmu_name, test_event->event.pmu); 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() local
434 struct pmu_event const *event = &test_event->event; in test__pmu_event_table_core_callback()
464 struct perf_pmu_test_event const *test_event = *test_event_table; in test__pmu_event_table_sys_callback() local
465 struct pmu_event const *event = &test_event->event; in test__pmu_event_table_sys_callback()
523 struct perf_pmu_test_event const *test_event; member
531 if (compare_alias_to_test_event(alias, args->test_event, alias->pmu->name)) in test_core_pmu_event_aliases_cb()
574 struct perf_pmu_test_event test_event = **test_event_table; in __test_core_pmu_event_aliases() local
575 struct pmu_event const *event = &test_event.event; in __test_core_pmu_event_aliases()
577 .test_event = &test_event, in __test_core_pmu_event_aliases()
582 test_event.event.pmu = pmu_name; in __test_core_pmu_event_aliases()
625 struct perf_pmu_test_event test_event = **table; in __test_uncore_pmu_event_aliases() local
626 struct pmu_event const *event = &test_event.event; in __test_uncore_pmu_event_aliases()
629 .test_event = &test_event, in __test_uncore_pmu_event_aliases()
633 if (strcmp(pmu_name, test_event.matching_pmu)) { in __test_uncore_pmu_event_aliases()
635 pmu_name, test_event.matching_pmu, pmu_name); in __test_uncore_pmu_event_aliases()