Home
last modified time | relevance | path

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

/Linux-v5.4/tools/perf/util/
Dunwind.h50 int unwind__prepare_access(struct map_groups *mg, struct map *map,
55 static inline int unwind__prepare_access(struct map_groups *mg __maybe_unused, in unwind__prepare_access() function
76 static inline int unwind__prepare_access(struct map_groups *mg __maybe_unused, in unwind__prepare_access() function
Dunwind-libunwind.c21 int unwind__prepare_access(struct map_groups *mg, struct map *map, in unwind__prepare_access() function
Dthread.c334 ret = unwind__prepare_access(thread->mg, map, NULL); in thread__insert_map()
354 err = unwind__prepare_access(thread->mg, map, &initialized); in __thread__prepare_access()
Dmap.c897 err = unwind__prepare_access(mg, new, NULL); in map_groups__clone()