Home
last modified time | relevance | path

Searched refs:maps__clone (Results 1 – 4 of 4) sorted by relevance

/linux-6.1.9/tools/perf/util/
Dmaps.h63 int maps__clone(struct thread *thread, struct maps *parent);
Dmaps.c321 int maps__clone(struct thread *thread, struct maps *parent) in maps__clone() function
Dthread.c389 return do_maps_clone ? maps__clone(thread, parent->maps) : 0; in thread__clone_maps()
Dmachine.c450 err = maps__clone(thread, host_thread->maps); in findnew_guest_code()