Home
last modified time | relevance | path

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

/linux-6.15/tools/testing/selftests/bpf/prog_tests/
H A Duprobe_multi_test.c104 static int spawn_child_flag(struct child *child, bool clone_vm) in spawn_child_flag() argument
110 if (clone_vm) { in spawn_child_flag()
123 if (!clone_vm && child->pid == 0) in spawn_child_flag()
1069 static void run_pid_filter(struct uprobe_multi_pid_filter *skel, bool clone_vm, bool retprobe) in run_pid_filter() argument
1079 if (!ASSERT_OK(spawn_child_flag(&child[i], clone_vm), "spawn_child")) in run_pid_filter()
1107 static void test_pid_filter_process(bool clone_vm) in test_pid_filter_process() argument
1115 run_pid_filter(skel, clone_vm, false); in test_pid_filter_process()
1116 run_pid_filter(skel, clone_vm, true); in test_pid_filter_process()