Lines Matching refs:tid
703 printf(" ... pid %d woke up %s/%d\n", sample->tid, comm, pid); in replay_wakeup_event()
706 waker = register_pid(sched, sample->tid, "<unknown>"); in replay_wakeup_event()
766 event->fork.tid); in replay_fork_event()
778 printf("... parent: %s/%d\n", thread__comm_str(parent), parent->tid); in replay_fork_event()
779 printf("... child: %s/%d\n", thread__comm_str(child), child->tid); in replay_fork_event()
782 register_pid(sched, parent->tid, thread__comm_str(parent)); in replay_fork_event()
783 register_pid(sched, child->tid, thread__comm_str(child)); in replay_fork_event()
1119 register_pid(sched, migrant->tid, thread__comm_str(migrant)); in latency_migrate_task_event()
1159 ret = printf(" %s:%d ", thread__comm_str(work_list->thread), work_list->thread->tid); in output_lat_thread()
1175 if (l->thread->tid < r->thread->tid) in pid_cmp()
1177 if (l->thread->tid > r->thread->tid) in pid_cmp()
1379 sched_in->shortname, thread__comm_str(sched_in), sched_in->tid); in map_switch_event()