Searched defs:SampleInfo (Results 1 – 1 of 1) sorted by relevance
30 struct SampleInfo { struct31 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