Home
last modified time | relevance | path

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

/Linux-v4.19/tools/perf/util/
Dunwind.h49 int unwind__prepare_access(struct thread *thread, struct map *map,
54 static inline int unwind__prepare_access(struct thread *thread __maybe_unused, in unwind__prepare_access() function
75 static inline int unwind__prepare_access(struct thread *thread __maybe_unused, in unwind__prepare_access() function
Dunwind-libunwind.c18 int unwind__prepare_access(struct thread *thread, struct map *map, in unwind__prepare_access() function
Dthread.c292 ret = unwind__prepare_access(thread, map, NULL); in thread__insert_map()
312 err = unwind__prepare_access(thread, map, &initialized); in __thread__prepare_access()
Dmap.c795 err = unwind__prepare_access(thread, new, NULL); in map_groups__clone()