Lines Matching defs:tid
81 pid_t tid;
197 speq->tid = -1;
238 sample->tid = speq->tid;
491 pid_t tid;
493 tid = machine__get_current_tid(spe->machine, speq->cpu);
494 if (tid != -1) {
495 speq->tid = tid;
498 speq->tid = queue->tid;
500 if ((!speq->thread) && (speq->tid != -1)) {
502 speq->tid);
562 static int arm_spe_process_timeless_queues(struct arm_spe *spe, pid_t tid,
573 if (speq && (tid == -1 || speq->tid == tid)) {
614 event->fork.tid,