Searched refs:test_events (Results 1 - 3 of 3) sorted by relevance

/linux-master/drivers/hid/
H A Dhid-uclogic-core-test.c31 static struct uclogic_raw_event_hook_test test_events[] = { variable in typeref:struct:uclogic_raw_event_hook_test
91 for (n = 0; n < ARRAY_SIZE(test_events); n++) {
92 res = uclogic_exec_event_hook(&p, &test_events[n].event[0],
93 test_events[n].size);
94 KUNIT_ASSERT_EQ(test, res, test_events[n].expected);
/linux-master/tools/perf/arch/x86/tests/
H A Dhybrid.c285 static int test_events(const struct evlist_test *events, int cnt) function
309 return test_events(test__hybrid_events, ARRAY_SIZE(test__hybrid_events));
/linux-master/tools/perf/tests/
H A Dparse-events.c2557 static int test_events(const struct evlist_test *events, int cnt) function
2578 return test_events(test__events, ARRAY_SIZE(test__events));
2743 return test_events(test__events_pmu, ARRAY_SIZE(test__events_pmu));

Completed in 219 milliseconds