Lines Matching refs:pid
91 pid_t pid;
208 speq->pid = -1;
257 speq->pid = thread__pid(speq->thread);
307 sample->pid = speq->pid;
668 * Update pid/tid info.
836 * A previous context-switch event has set pid/tid in the machine's context, so
837 * here we need to update the pid/tid in the thread and SPE queue.
883 pid_t pid, tid;
889 pid = event->context_switch.next_prev_pid;
896 return machine__set_current_tid(spe->machine, cpu, pid, tid);