Searched refs:test_event (Results 1 – 3 of 3) sorted by relevance
/openbmc/linux/tools/perf/tests/ |
H A D | pmu-events.c | 351 struct perf_pmu_test_event const *test_event, in compare_alias_to_test_event() argument 354 struct pmu_event const *event = &test_event->event; in compare_alias_to_test_event() 369 if (!is_same(alias->long_desc, test_event->alias_long_desc)) { in compare_alias_to_test_event() 372 test_event->alias_long_desc); in compare_alias_to_test_event() 382 if (!is_same(alias->str, test_event->alias_str)) { in compare_alias_to_test_event() 384 pmu_name, alias->str, test_event->alias_str); in compare_alias_to_test_event() 388 if (!is_same(alias->long_desc, test_event->alias_long_desc)) { in compare_alias_to_test_event() 390 pmu_name, alias->str, test_event->alias_long_desc); in compare_alias_to_test_event() 394 if (!is_same(alias->pmu_name, test_event->event.pmu) && in compare_alias_to_test_event() 397 pmu_name, alias->pmu_name, test_event->event.pmu); in compare_alias_to_test_event() [all …]
|
H A D | parse-events.c | 2376 static int test_event(const struct evlist_test *e) in test_event() function 2453 test_ret = test_event(e); in test_events() 2551 test_ret = test_event(&e); in test__pmu_events() 2577 test_ret = test_event(&e); in test__pmu_events() 2672 return test_event(&e); in test__pmu_events_alias()
|
/openbmc/linux/tools/perf/arch/x86/tests/ |
H A D | hybrid.c | 220 static int test_event(const struct evlist_test *e) in test_event() function 272 test_ret = test_event(e); in test_events()
|