Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/Trace/intel-pt/
H A DPerfContextSwitchDecoder.cpp87 struct ContextSwitchRecord { struct
88 uint64_t tsc;
90 bool is_out;
93 lldb::pid_t pid;
94 lldb::tid_t tid;
96 bool IsOut() const { return is_out; } in IsOut()
98 bool IsIn() const { return !is_out; } in IsIn()