Home
last modified time | relevance | path

Searched refs:unwind__flush_access (Results 1 – 3 of 3) sorted by relevance

/tools/perf/util/
Dunwind.h51 void unwind__flush_access(struct thread *thread);
61 static inline void unwind__flush_access(struct thread *thread __maybe_unused) {} in unwind__flush_access() function
82 static inline void unwind__flush_access(struct thread *thread __maybe_unused) {} in unwind__flush_access() function
Dunwind-libunwind.c65 void unwind__flush_access(struct thread *thread) in unwind__flush_access() function
Dthread.c201 unwind__flush_access(thread); in __thread__set_comm()