Searched refs:clone_vm (Results 1 – 1 of 1) sorted by relevance
93 static int spawn_child_flag(struct child *child, bool clone_vm) in spawn_child_flag() argument99 if (clone_vm) { in spawn_child_flag()112 if (!clone_vm && child->pid == 0) in spawn_child_flag()967 static void run_pid_filter(struct uprobe_multi_pid_filter *skel, bool clone_vm, bool retprobe) in run_pid_filter() argument977 if (!ASSERT_OK(spawn_child_flag(&child[i], clone_vm), "spawn_child")) in run_pid_filter()1005 static void test_pid_filter_process(bool clone_vm) in test_pid_filter_process() argument1013 run_pid_filter(skel, clone_vm, false); in test_pid_filter_process()1014 run_pid_filter(skel, clone_vm, true); in test_pid_filter_process()