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

/linux-master/tools/perf/util/
H A Dthread.c376 static int thread__clone_maps(struct thread *thread, struct thread *parent, bool do_maps_clone) argument
389 return do_maps_clone ? maps__copy_from(thread__maps(thread), thread__maps(parent)) : 0;
392 int thread__fork(struct thread *thread, struct thread *parent, u64 timestamp, bool do_maps_clone) argument
405 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.c1831 bool do_maps_clone = true; local
1875 do_maps_clone = false;
1878 thread__fork(thread, parent, sample->time, do_maps_clone) < 0) {

Completed in 142 milliseconds