Home
last modified time | relevance | path

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

/tools/perf/util/
Dunwind.h45 int unwind__prepare_access(struct thread *thread, struct map *map,
50 static inline int unwind__prepare_access(struct thread *thread __maybe_unused, in unwind__prepare_access() function
71 static inline int unwind__prepare_access(struct thread *thread __maybe_unused, in unwind__prepare_access() function
Dunwind-libunwind.c17 int unwind__prepare_access(struct thread *thread, struct map *map, in unwind__prepare_access() function
Dthread.c203 ret = unwind__prepare_access(thread, map, NULL); in thread__insert_map()
225 err = unwind__prepare_access(thread, map, &initialized); in __thread__prepare_access()
Dmap.c761 err = unwind__prepare_access(thread, new, NULL); in map_groups__clone()