Lines Matching refs:thread__maps
32 thread__set_maps(thread, maps__get(thread__maps(leader))); in thread__init_maps()
37 return thread__maps(thread) ? 0 : -1; in thread__init_maps()
95 if (thread__maps(thread)) { in thread__delete()
96 maps__put(thread__maps(thread)); in thread__delete()
247 unwind__flush_access(thread__maps(thread)); in ____thread__set_comm()
333 maps__fprintf(thread__maps(thread), fp); in thread__fprintf()
340 ret = unwind__prepare_access(thread__maps(thread), map, NULL); in thread__insert_map()
344 return maps__fixup_overlap_and_insert(thread__maps(thread), map); in thread__insert_map()
369 args.maps = thread__maps(thread); in thread__prepare_access()
370 maps__for_each_map(thread__maps(thread), thread__prepare_access_maps_cb, &args); in thread__prepare_access()
382 if (maps__equal(thread__maps(thread), thread__maps(parent))) { in thread__clone_maps()
389 return do_maps_clone ? maps__copy_from(thread__maps(thread), thread__maps(parent)) : 0; in thread__clone_maps()