Home
last modified time | relevance | path

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

/developtools/profiler/device/plugins/native_daemon/include/
Dstack_data_repeater.h34 struct RawStack { struct
35 std::unique_ptr<uint8_t[]> baseStackData = nullptr; // save the shared memory data
36 BaseStackRawData* stackConext = nullptr; // points to the foundation type data
37 union {
63 bool PutRawStack(const std::shared_ptr<RawStack>& rawData, bool isRecordAccurately); argument
/developtools/profiler/device/plugins/native_daemon/src/
Dstack_data_repeater.cpp55 bool StackDataRepeater::PutRawStackArray(std::array<std::shared_ptr<RawStack>, CACHE_ARRAY_SIZE>& r… in PutRawStackArray()