Home
last modified time | relevance | path

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

/external/linux-tools-perf/src/tools/perf/tests/
Dpmu.c23 static struct parse_events_term test_terms[] = { variable
130 for (i = 0; i < ARRAY_SIZE(test_terms); i++) in test_terms_list()
131 list_add_tail(&test_terms[i].list, &terms); in test_terms_list()
Dparse-events.c1435 static int test_terms(struct terms_test *terms, unsigned cnt) in test_terms() function
1534 ret1 = test_terms(test__terms, ARRAY_SIZE(test__terms)); in test__parse_events()