Home
last modified time | relevance | path

Searched refs:evlist_test (Results 1 – 1 of 1) sorted by relevance

/Linux-v6.1/tools/perf/tests/
Dparse-events.c1638 struct evlist_test { struct
1644 static const struct evlist_test test__events[] = { argument
1946 static const struct evlist_test test__events_pmu[] = {
1991 static const struct evlist_test test__hybrid_events[] = {
2039 static int test_event(const struct evlist_test *e) in test_event()
2107 static int test_events(const struct evlist_test *events, int cnt) in test_events()
2112 const struct evlist_test *e = &events[i]; in test_events()
2222 struct evlist_test e = { .name = NULL, }; in test__pmu_events()
2340 struct evlist_test e = { .name = NULL, }; in test__pmu_events_alias()