Home
last modified time | relevance | path

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

/aosp_15_r20/external/perfetto/src/profiling/common/
H A Dunwind_support.h93 struct UnwindingMetadata { struct
98 UnwindingMetadata& operator=(const UnwindingMetadata&) = delete; argument
101 UnwindingMetadata& operator=(UnwindingMetadata&&) = default; argument
112 std::string empty_string_;
113 FDMaps fd_maps;
115 std::shared_ptr<unwindstack::Memory> fd_mem;
116 uint64_t reparses = 0;
119 std::unique_ptr<unwindstack::JitDebug> jit_debug;
120 std::unique_ptr<unwindstack::DexFiles> dex_files;
H A Dunwind_support.cc94 UnwindingMetadata::UnwindingMetadata(base::ScopedFile maps_fd, in UnwindingMetadata() function in perfetto::profiling::UnwindingMetadata