Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/static_core/runtime/tooling/sampler/
Dsample_info.h30 struct SampleInfo { struct
31 enum class ThreadStatus : uint32_t { UNDECLARED = 0, RUNNING = 1, SUSPENDED = 2 };
33 struct ManagedStackFrameId {
39 struct StackInfo {
65 bool operator==(const SampleInfo &lhs, const SampleInfo &rhs); argument