Home
last modified time | relevance | path

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

/openbmc/linux/lib/kunit/
H A Dattributes.c38 void *(*get_attr)(void *test_or_suite, bool is_test);
172 static void *attr_speed_get(void *test_or_suite, bool is_test) in attr_speed_get() argument
174 struct kunit_suite *suite = is_test ? NULL : test_or_suite; in attr_speed_get()
175 struct kunit_case *test = is_test ? test_or_suite : NULL; in attr_speed_get()
183 static void *attr_module_get(void *test_or_suite, bool is_test) in attr_module_get() argument
185 struct kunit_suite *suite = is_test ? NULL : test_or_suite; in attr_module_get()
186 struct kunit_case *test = is_test ? test_or_suite : NULL; in attr_module_get()
225 void kunit_print_attr(void *test_or_suite, bool is_test, unsigned int test_level) in kunit_print_attr() argument
231 struct kunit_suite *suite = is_test ? NULL : test_or_suite; in kunit_print_attr()
232 struct kunit_case *test = is_test ? test_or_suite : NULL; in kunit_print_attr()
[all …]
/openbmc/linux/include/kunit/
H A Dattributes.h31 void kunit_print_attr(void *test_or_suite, bool is_test, unsigned int test_level);
/openbmc/linux/tools/perf/util/
H A Dexpr.h12 bool is_test; member
H A Dexpr.l91 if (!sctx->is_test) in literal()
/openbmc/linux/tools/perf/tests/
H A Dpmu-events.c938 ctx->sctx.is_test = true; in metric_parse_fake()