Searched refs:test_function (Results 1 – 13 of 13) sorted by relevance
/openbmc/linux/tools/testing/selftests/powerpc/ |
H A D | harness.c | 27 int run_test(int (test_function)(void), const char *name) in run_test() 39 exit(test_function()); in run_test() 104 int test_harness(int (test_function)(void), const char *name) in test_harness() 123 rc = run_test(test_function, name); in test_harness()
|
/openbmc/linux/tools/perf/tests/ |
H A D | bp_account.c | 37 static noinline int test_function(void) in test_function() function 94 attr_mod.bp_addr = (unsigned long) test_function; in bp_accounting() 116 void *addr = is_x ? (void *)test_function : (void *)&the_var; in detect_cnt() 172 fd[i] = bp_event((void *)test_function, &attr); in detect_share()
|
H A D | bp_signal_overflow.c | 33 static noinline int test_function(void) in test_function() function 90 pe.bp_addr = (unsigned long) test_function; in test__bp_signal_overflow() 116 test_function(); in test__bp_signal_overflow()
|
H A D | bp_signal.c | 62 static noinline int test_function(void) in test_function() function 253 test_function(); in test__bp_signal()
|
H A D | builtin-test.c | 179 static test_fnptr test_function(const struct test_suite *t, int subtest) in test_function() function 243 err = test_function(test, subtest)(test, subtest); in run_test()
|
/openbmc/linux/tools/testing/selftests/powerpc/pmu/ |
H A D | lib.c | 103 pid_t eat_cpu(int (test_function)(void)) in eat_cpu() 128 rc = test_function(); in eat_cpu()
|
H A D | lib.h | 29 extern pid_t eat_cpu(int (test_function)(void));
|
/openbmc/linux/tools/testing/selftests/mm/ |
H A D | mlock2-tests.c | 495 static int test_mlockall(int (test_function)(bool call_mlock)) in test_mlockall() 504 ret = test_function(false); in test_mlockall()
|
/openbmc/qemu/tests/qemu-iotests/ |
H A D | iotests.py | 1673 def execute_test(*args, test_function=None, **kwargs): argument 1677 if not test_function: 1680 test_function() 1698 def script_main(test_function, *args, **kwargs): argument 1701 execute_test(*args, test_function=test_function, **kwargs)
|
/openbmc/linux/tools/testing/selftests/powerpc/include/ |
H A D | utils.h | 35 int test_harness(int (test_function)(void), const char *name);
|
/openbmc/qemu/docs/devel/testing/ |
H A D | functional.rst | 284 def test_function(self):
|
/openbmc/linux/Documentation/dev-tools/ |
H A D | kselftest.rst | 366 static int __init test_function()
|
/openbmc/openbmc/poky/meta/recipes-kernel/lttng/lttng-tools/ |
H A D | 0001-tests-add-check_skip_kernel_test-to-check-root-user-.patch | 1065 …ent-rule-matches --type=kernel:uprobe --location=${uprobe_elf_binary}:test_function --event-name=m…
|