Searched refs:context_switch_record (Results 1 – 1 of 1) sorted by relevance
264 const PerfContextSwitchRecord &context_switch_record = in DecodePerfContextSwitchTrace() local268 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() local317 if (pids.count(context_switch_record.pid)) in FilterProcessesFromContextSwitchTrace()