Home | History | Annotate | Download | only in ftrace

Lines Matching refs:Cmd

192     PERFETTO_DCHECK(thread_sync_->cmd == FtraceThreadSync::kQuit);
307 // EINTR: signal interruption, likely from main thread to issue a new cmd.
317 FtraceThreadSync::Cmd cmd;
323 // we can distinguish spurious wakeups from actual cmd requests.
325 PERFETTO_METATRACE("wait cmd", cpu);
329 cmd = thread_sync->cmd;
342 switch (cmd) {
351 // - FtraceController interrupts us with a signal for a new cmd
384 } // switch(cmd)