Lines Matching refs:tid
78 pid_t tid; member
143 sample->tid, 0, "Lost trace data"); in intel_bts_lost()
165 btsq->tid = -1; in intel_bts_alloc_queue()
188 btsq->tid = queue->tid; in intel_bts_setup_queue()
284 sample.tid = btsq->tid; in intel_bts_synth_branch_sample()
330 thread = machine__find_thread(machine, -1, btsq->tid); in intel_bts_get_next_insn()
357 pid_t tid, u64 ip) in intel_bts_synth_error() argument
363 INTEL_BTS_ERR_NOINSN, cpu, pid, tid, ip, in intel_bts_synth_error()
398 btsq->pid, btsq->tid, in intel_bts_get_branch_type()
462 btsq->tid); in intel_bts_process_queue()
467 btsq->tid); in intel_bts_process_queue()
541 static int intel_bts_process_tid_exit(struct intel_bts *bts, pid_t tid) in intel_bts_process_tid_exit() argument
550 if (btsq && btsq->tid == tid) in intel_bts_process_tid_exit()
626 err = intel_bts_process_tid_exit(bts, event->fork.tid); in intel_bts_process_event()