Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/Trace/intel-pt/
H A DPerfContextSwitchDecoder.cpp264 const PerfContextSwitchRecord &context_switch_record = in DecodePerfContextSwitchTrace() local
268 tsc_conversion.ToTSC(context_switch_record.time_in_nanos), in DecodePerfContextSwitchTrace()
269 context_switch_record.IsOut(), in DecodePerfContextSwitchTrace()
270 static_cast<lldb::pid_t>(context_switch_record.pid), in DecodePerfContextSwitchTrace()
271 static_cast<lldb::tid_t>(context_switch_record.tid)}; in DecodePerfContextSwitchTrace()
314 const PerfContextSwitchRecord &context_switch_record = in FilterProcessesFromContextSwitchTrace() local
317 if (pids.count(context_switch_record.pid)) in FilterProcessesFromContextSwitchTrace()