Searched refs:spawn_child (Results 1 – 1 of 1) sorted by relevance
/external/bcc/tests/cc/ |
D | test_c_api.cc | 39 static pid_t spawn_child(void *, bool, bool, int (*)(void *)); 270 child = spawn_child(0, true, true, mntns_func); 338 static pid_t spawn_child(void *map_addr, bool own_pidns, bool own_mntns, in spawn_child() function 365 child = spawn_child(map_addr, /* own_pidns */ false, false, perf_map_func); 385 child = spawn_child(map_addr, /* own_pidns */ true, false, perf_map_func); 401 child = spawn_child(map_addr, /* own_pidns */ true, true, 417 child = spawn_child(map_addr, /* own_pidns */ true, true,
|