Searched refs:do_maps_clone (Results 1 - 3 of 3) sorted by relevance

/linux-master/tools/perf/util/
H A Dthread.c380 static int thread__clone_maps(struct thread *thread, struct thread *parent, bool do_maps_clone) argument
393 return do_maps_clone ? maps__copy_from(thread__maps(thread), thread__maps(parent)) : 0;
396 int thread__fork(struct thread *thread, struct thread *parent, u64 timestamp, bool do_maps_clone) argument
409 return thread__clone_maps(thread, parent, do_maps_clone);
H A Dthread.h108 int thread__fork(struct thread *thread, struct thread *parent, u64 timestamp, bool do_maps_clone);
H A Dmachine.c1919 bool do_maps_clone = true; local
1963 do_maps_clone = false;
1966 thread__fork(thread, parent, sample->time, do_maps_clone) < 0) {

Completed in 158 milliseconds