Home
last modified time | relevance | path

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

/developtools/profiler/device/plugins/native_daemon/include/
Dhook_record.h34 struct RawStack { struct
35 std::unique_ptr<uint8_t[]> baseStackData = nullptr; // save the shared memory data
36 BaseStackRawData* stackContext = nullptr; // points to the foundation type data
37 union {
41 uint8_t* data = nullptr; // fp mode data is ip, dwarf mode data is regs
42 uint32_t stackSize = 0;
66 using RawStackPtr = std::shared_ptr<RawStack>; argument