Home
last modified time | relevance | path

Searched refs:maps__fixup_overlap_and_insert (Results 1 – 4 of 4) sorted by relevance

/linux-6.15/tools/perf/util/
H A Dmaps.h69 int maps__fixup_overlap_and_insert(struct maps *maps, struct map *new);
H A Dthread.c348 return maps__fixup_overlap_and_insert(thread__maps(thread), map); in thread__insert_map()
H A Dmaps.c970 int maps__fixup_overlap_and_insert(struct maps *maps, struct map *new) in maps__fixup_overlap_and_insert() function
H A Dmachine.c721 err = maps__fixup_overlap_and_insert(machine__kernel_maps(machine), map); in machine__process_ksymbol_register()