Lines Matching defs:pid
72 pid_t pid;
137 INTEL_BTS_ERR_LOST, sample->cpu, sample->pid,
159 btsq->pid = -1;
286 sample.pid = btsq->pid;
344 static int intel_bts_synth_error(struct intel_bts *bts, int cpu, pid_t pid,
351 INTEL_BTS_ERR_NOINSN, cpu, pid, tid, ip,
386 btsq->pid, btsq->tid,
455 if (btsq->pid == -1) {
459 btsq->pid = thread__pid(thread);
461 thread = machine__findnew_thread(btsq->bts->machine, btsq->pid,