Home
last modified time | relevance | path

Searched defs:UnwindCache (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/external/pytorch/torch/csrc/profiler/unwind/
H A Dunwind.cpp128 struct UnwindCache { struct
129 Version currentVersion() { in currentVersion()
143 void refreshLibraries() { in refreshLibraries()
187 void checkRefresh(std::shared_lock<std::shared_timed_mutex>& rdlock) { in checkRefresh()
195 const Unwinder& unwinderFor( in unwinderFor()
220 const LibraryInfo* findLibraryFor(uint64_t addr) { in findLibraryFor()
237 const LibraryInfo& libraryFor(uint64_t addr) { in libraryFor()
249 torch::unwind::Stats stats() { in stats()
254 const LibraryInfo* searchFor(uint64_t addr) { in searchFor()
276 std::vector<LibraryInfo> all_libraries_;
[all …]