Searched refs:context_switch_record (Results 1 – 1 of 1) sorted by relevance
263 const PerfContextSwitchRecord &context_switch_record = in DecodePerfContextSwitchTrace() local267 tsc_conversion.ToTSC(context_switch_record.time_in_nanos), in DecodePerfContextSwitchTrace()268 context_switch_record.IsOut(), in DecodePerfContextSwitchTrace()269 static_cast<lldb::pid_t>(context_switch_record.pid), in DecodePerfContextSwitchTrace()270 static_cast<lldb::tid_t>(context_switch_record.tid)}; in DecodePerfContextSwitchTrace()313 const PerfContextSwitchRecord &context_switch_record = in FilterProcessesFromContextSwitchTrace() local316 if (pids.count(context_switch_record.pid)) in FilterProcessesFromContextSwitchTrace()