Searched refs:next_tid (Results 1 – 2 of 2) sorted by relevance
131 pid_t next_tid, prev_tid; in process_sample_event() local143 next_tid = evsel__intval(evsel, &sample, "next_pid"); in process_sample_event()147 cpu, prev_tid, next_tid); in process_sample_event()161 switch_tracking->tids[cpu] = next_tid; in process_sample_event()
201 pid_t next_tid; member1328 ptq->next_tid = -1; in intel_pt_alloc_queue()2753 pid_t tid = ptq->next_tid; in intel_pt_next_tid()2766 ptq->next_tid = -1; in intel_pt_next_tid()3182 ptq->next_tid == -1) { in intel_pt_run_decoder()3391 ptq->next_tid = tid; in intel_pt_sync_switch()3413 ptq->next_tid = -1; in intel_pt_sync_switch()3456 ptq->next_tid = -1; in intel_pt_context_switch_in()
Completed in 14 milliseconds