Searched refs:clone_vm (Results 1 – 1 of 1) sorted by relevance
106 static int spawn_child_flag(struct child *child, bool clone_vm) in spawn_child_flag() argument112 if (clone_vm) { in spawn_child_flag()125 if (!clone_vm && child->pid == 0) in spawn_child_flag()1073 static void run_pid_filter(struct uprobe_multi_pid_filter *skel, bool clone_vm, bool retprobe) in run_pid_filter() argument1083 if (!ASSERT_OK(spawn_child_flag(&child[i], clone_vm), "spawn_child")) in run_pid_filter()1111 static void test_pid_filter_process(bool clone_vm) in test_pid_filter_process() argument1119 run_pid_filter(skel, clone_vm, false); in test_pid_filter_process()1120 run_pid_filter(skel, clone_vm, true); in test_pid_filter_process()