Home
last modified time | relevance | path

Searched defs:test_event (Results 1 – 2 of 2) sorted by relevance

/Linux-v6.1/tools/perf/tests/
Dpmu-events.c373 struct perf_pmu_test_event const *test_event, 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
474 struct perf_pmu_test_event const *test_event = *test_event_table; in test__pmu_event_table_sys_callback() local
529 static struct perf_pmu_alias *find_alias(const char *test_event, struct list_head *aliases) in find_alias()
564 struct perf_pmu_test_event const *test_event = *test_event_table; in __test_core_pmu_event_aliases() local
629 struct perf_pmu_test_event const *test_event = *table; in __test_uncore_pmu_event_aliases() local
Dparse-events.c2039 static int test_event(const struct evlist_test *e) in test_event() function