Home
last modified time | relevance | path

Searched refs:spawn_child (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/tools/perf/arch/x86/tests/
H A Dbp-modify.c30 static int spawn_child(void) in spawn_child() function
65 child = spawn_child(); in bp_modify1()
142 child = spawn_child(); in bp_modify2()
/kernel/linux/linux-6.6/tools/perf/arch/x86/tests/
H A Dbp-modify.c30 static int spawn_child(void) in spawn_child() function
65 child = spawn_child(); in bp_modify1()
142 child = spawn_child(); in bp_modify2()
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/prog_tests/
H A Duprobe_multi_test.c56 static struct child *spawn_child(void) in spawn_child() function
208 child = spawn_child(); in test_attach_api()
209 if (!ASSERT_OK_PTR(child, "spawn_child")) in test_attach_api()
322 child = spawn_child(); in test_link_api()
323 if (!ASSERT_OK_PTR(child, "spawn_child")) in test_link_api()
/kernel/linux/linux-6.6/tools/testing/selftests/cgroup/
H A Dtest_cpu.c235 pid_t (*spawn_child)(const struct cpu_hogger *child), in run_cpucg_weight_test()
266 pid_t pid = spawn_child(&children[i]); in run_cpucg_weight_test()

Completed in 3 milliseconds