Home
last modified time | relevance | path

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

/openbmc/linux/tools/perf/tests/
H A Dpmu.c29 static struct parse_events_term test_terms[] = { variable
136 for (i = 0; i < ARRAY_SIZE(test_terms); i++) in test_terms_list()
137 list_add_tail(&test_terms[i].list, &terms); in test_terms_list()
H A Dparse-events.c2488 static int test_terms(const struct terms_test *terms, int cnt) in test_terms() function
2506 return test_terms(test__terms, ARRAY_SIZE(test__terms)); in test__terms2()