Home
last modified time | relevance | path

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

/linux-6.3-rc2/tools/perf/util/
A Dunwind.h54 int unwind__prepare_access(struct maps *maps, struct map *map, bool *initialized);
58 static inline int unwind__prepare_access(struct maps *maps __maybe_unused, in unwind__prepare_access() function
80 static inline int unwind__prepare_access(struct maps *maps __maybe_unused, in unwind__prepare_access() function
A Dunwind-libunwind.c20 int unwind__prepare_access(struct maps *maps, struct map *map, bool *initialized) in unwind__prepare_access() function
A Dthread.c337 ret = unwind__prepare_access(thread->maps, map, NULL); in thread__insert_map()
357 err = unwind__prepare_access(thread->maps, map, &initialized); in __thread__prepare_access()
A Dmaps.c337 err = unwind__prepare_access(maps, new, NULL); in maps__clone()

Completed in 7 milliseconds