Searched refs:maps__copy_from (Results 1 - 4 of 4) sorted by relevance

/linux-master/tools/perf/util/
H A Dmaps.h25 int maps__copy_from(struct maps *maps, struct maps *parent);
H A Dthread.c393 return do_maps_clone ? maps__copy_from(thread__maps(thread), thread__maps(parent)) : 0;
H A Dmaps.c868 int maps__copy_from(struct maps *dest, struct maps *parent) function
H A Dmachine.c403 err = maps__copy_from(thread__maps(thread), thread__maps(host_thread));

Completed in 127 milliseconds