Lines Matching refs:thread__maps
35 thread__set_maps(thread, maps__get(thread__maps(leader))); in thread__init_maps()
40 return thread__maps(thread) ? 0 : -1; in thread__init_maps()
100 if (thread__maps(thread)) { in thread__delete()
101 maps__put(thread__maps(thread)); in thread__delete()
268 unwind__flush_access(thread__maps(thread)); in ____thread__set_comm()
355 maps__fprintf(thread__maps(thread), fp); in thread__fprintf()
362 ret = unwind__prepare_access(thread__maps(thread), map, NULL); in thread__insert_map()
366 return maps__fixup_overlap_and_insert(thread__maps(thread), map); in thread__insert_map()
391 args.maps = thread__maps(thread); in thread__prepare_access()
392 maps__for_each_map(thread__maps(thread), thread__prepare_access_maps_cb, &args); in thread__prepare_access()
404 if (maps__equal(thread__maps(thread), thread__maps(parent))) { in thread__clone_maps()
411 return do_maps_clone ? maps__copy_from(thread__maps(thread), thread__maps(parent)) : 0; in thread__clone_maps()
503 e_machine = maps__for_each_map(thread__maps(thread), in thread__e_machine()