Home
last modified time | relevance | path

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

/Linux-v6.6/tools/perf/util/
Dmaps.h61 int maps__clone(struct thread *thread, struct maps *parent);
Dthread.c395 return do_maps_clone ? maps__clone(thread, thread__maps(parent)) : 0; in thread__clone_maps()
Dmaps.c386 int maps__clone(struct thread *thread, struct maps *parent) in maps__clone() function
Dmachine.c457 err = maps__clone(thread, thread__maps(host_thread)); in findnew_guest_code()