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 maps__fixup_overlappings(thread__maps(thread), map, stderr); in thread__insert_map()
345 return maps__insert(thread__maps(thread), map); in thread__insert_map()
352 struct maps *maps = thread__maps(thread); in __thread__prepare_access()
358 err = unwind__prepare_access(thread__maps(thread), rb_node->map, &initialized); in __thread__prepare_access()
384 if (thread__maps(thread) == thread__maps(parent)) { in thread__clone_maps()
391 return do_maps_clone ? maps__clone(thread, thread__maps(parent)) : 0; in thread__clone_maps()