Home
last modified time | relevance | path

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

/Linux-v6.1/tools/perf/util/
Dthread.c377 static int thread__clone_maps(struct thread *thread, struct thread *parent, bool do_maps_clone) in thread__clone_maps() argument
389 return do_maps_clone ? maps__clone(thread, parent->maps) : 0; in thread__clone_maps()
392 int thread__fork(struct thread *thread, struct thread *parent, u64 timestamp, bool do_maps_clone) in thread__fork() argument
405 return thread__clone_maps(thread, parent, do_maps_clone); in thread__fork()
Dthread.h108 int thread__fork(struct thread *thread, struct thread *parent, u64 timestamp, bool do_maps_clone);
Dmachine.c2034 bool do_maps_clone = true; in machine__process_fork_event() local
2078 do_maps_clone = false; in machine__process_fork_event()
2081 thread__fork(thread, parent, sample->time, do_maps_clone) < 0) { in machine__process_fork_event()