Home
last modified time | relevance | path

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

/external/perfetto/src/profiling/common/
Dunwind_support.h94 struct UnwindingMetadata { struct
99 UnwindingMetadata& operator=(const UnwindingMetadata&) = delete; argument
102 UnwindingMetadata& operator=(UnwindingMetadata&&) = default; argument
113 std::string empty_string_;
114 FDMaps fd_maps;
116 std::shared_ptr<unwindstack::Memory> fd_mem;
117 uint64_t reparses = 0;
120 std::unique_ptr<unwindstack::JitDebug> jit_debug;
121 std::unique_ptr<unwindstack::DexFiles> dex_files;
Dunwind_support.cc99 UnwindingMetadata::UnwindingMetadata(base::ScopedFile maps_fd, in UnwindingMetadata() function in perfetto::profiling::UnwindingMetadata