Home
last modified time | relevance | path

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

/openbmc/linux/tools/perf/util/
H A Dmaps.h71 int maps__clone(struct thread *thread, struct maps *parent);
H A Dthread.c391 return do_maps_clone ? maps__clone(thread, thread__maps(parent)) : 0; in thread__clone_maps()
H A Dmaps.c386 int maps__clone(struct thread *thread, struct maps *parent) in maps__clone() function
H A Dmachine.c457 err = maps__clone(thread, thread__maps(host_thread)); in findnew_guest_code()