Home
last modified time | relevance | path

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

/linux/tools/perf/arch/x86/tests/
H A Dhybrid.c184 struct evlist_test { struct
190 static const struct evlist_test test__hybrid_events[] = { argument
243 static int test_event(const struct evlist_test *e) in test_event()
285 static int test_events(const struct evlist_test *events, int cnt) in test_events()
290 const struct evlist_test *e = &events[i]; in test_events()
/linux/tools/perf/tests/
H A Dparse-events.c1959 struct evlist_test { struct
1965 static const struct evlist_test test__events[] = { argument
2359 static const struct evlist_test test__events_pmu[] = {
2535 static int test_event(const struct evlist_test *e) in test_event()
2604 static int test_events(const struct evlist_test *events, int cnt) in test_events()
2610 struct evlist_test e = events[i]; in test_events()
2718 struct evlist_test e = { .name = NULL, }; in test__pmu_events()
2879 struct evlist_test e = { .name = NULL, }; in test__pmu_events_alias()