Searched refs:do_maps_clone (Results  1 – 3 of 3) sorted by relevance
| /Linux-v5.4/tools/perf/util/ | 
| D | thread.c | 376 				    bool do_maps_clone)  in thread__clone_map_groups()  argument388 	return do_maps_clone ? map_groups__clone(thread, parent->mg) : 0;  in thread__clone_map_groups()
 391 int thread__fork(struct thread *thread, struct thread *parent, u64 timestamp, bool do_maps_clone)  in thread__fork()  argument
 404 	return thread__clone_map_groups(thread, parent, do_maps_clone);  in thread__fork()
 
 | 
| D | thread.h | 94 int thread__fork(struct thread *thread, struct thread *parent, u64 timestamp, bool do_maps_clone);
 | 
| D | machine.c | 1826 	bool do_maps_clone = true;  in machine__process_fork_event()  local1870 		do_maps_clone = false;  in machine__process_fork_event()
 1873 	    thread__fork(thread, parent, sample->time, do_maps_clone) < 0) {  in machine__process_fork_event()
 
 |