Home
last modified time | relevance | path

Searched refs:is_out (Results 1 – 1 of 1) sorted by relevance

/openbsd/gnu/llvm/lldb/source/Plugins/Trace/intel-pt/
H A DPerfContextSwitchDecoder.cpp90 bool is_out; member
96 bool IsOut() const { return is_out; } in IsOut()
98 bool IsIn() const { return !is_out; } in IsIn()