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()
99 if (thread__maps(thread)) { in thread__delete()
100 maps__put(thread__maps(thread)); in thread__delete()
251 unwind__flush_access(thread__maps(thread)); in ____thread__set_comm()
337 maps__fprintf(thread__maps(thread), fp); in thread__fprintf()
344 ret = unwind__prepare_access(thread__maps(thread), map, NULL); in thread__insert_map()
348 maps__fixup_overlappings(thread__maps(thread), map, stderr); in thread__insert_map()
349 return maps__insert(thread__maps(thread), map); in thread__insert_map()
356 struct maps *maps = thread__maps(thread); in __thread__prepare_access()
362 err = unwind__prepare_access(thread__maps(thread), rb_node->map, &initialized); in __thread__prepare_access()
388 if (thread__maps(thread) == thread__maps(parent)) { in thread__clone_maps()
395 return do_maps_clone ? maps__clone(thread, thread__maps(parent)) : 0; in thread__clone_maps()