LLDB mainline
|
Public Member Functions | |
Error | SanityCheck () const |
bool | IsContextSwitchRecord () const |
bool | IsErrorRecord () const |
Public Attributes | |
uint32_t | type |
uint16_t | misc |
uint16_t | size |
Definition at line 28 of file PerfContextSwitchDecoder.cpp.
|
inline |
Definition at line 60 of file PerfContextSwitchDecoder.cpp.
References PERF_RECORD_SWITCH_CPU_WIDE, and type.
|
inline |
Definition at line 64 of file PerfContextSwitchDecoder.cpp.
References PERF_RECORD_LOST, PERF_RECORD_LOST_SAMPLES, PERF_RECORD_THROTTLE, PERF_RECORD_UNTHROTTLE, and type.
|
inline |
Definition at line 36 of file PerfContextSwitchDecoder.cpp.
References PERF_RECORD_MAX, size, and type.
uint16_t perf_event_header::misc |
Definition at line 30 of file PerfContextSwitchDecoder.cpp.
Referenced by PerfContextSwitchRecord::IsOut().
uint16_t perf_event_header::size |
Definition at line 31 of file PerfContextSwitchDecoder.cpp.
Referenced by SanityCheck().
uint32_t perf_event_header::type |
Definition at line 29 of file PerfContextSwitchDecoder.cpp.
Referenced by IsContextSwitchRecord(), IsErrorRecord(), and SanityCheck().