Searched refs:is_test (Results 1 - 5 of 5) sorted by relevance

/linux-master/include/kunit/
H A Dattributes.h31 void kunit_print_attr(void *test_or_suite, bool is_test, unsigned int test_level);
/linux-master/lib/kunit/
H A Dattributes.c38 void *(*get_attr)(void *test_or_suite, bool is_test);
213 static void *attr_speed_get(void *test_or_suite, bool is_test) argument
215 struct kunit_suite *suite = is_test ? NULL : test_or_suite;
216 struct kunit_case *test = is_test ? test_or_suite : NULL;
224 static void *attr_module_get(void *test_or_suite, bool is_test) argument
226 struct kunit_suite *suite = is_test ? NULL : test_or_suite;
227 struct kunit_case *test = is_test ? test_or_suite : NULL;
238 static void *attr_is_init_get(void *test_or_suite, bool is_test) argument
240 struct kunit_suite *suite = is_test ? NULL : test_or_suite;
241 struct kunit_case *test = is_test
285 kunit_print_attr(void *test_or_suite, bool is_test, unsigned int test_level) argument
[all...]
/linux-master/tools/perf/util/
H A Dexpr.h12 bool is_test; member in struct:expr_scanner_ctx
H A Dexpr.l91 if (!sctx->is_test)
/linux-master/tools/perf/tests/
H A Dpmu-events.c999 ctx->sctx.is_test = true;

Completed in 125 milliseconds