Lines Matching refs:thread__tid
919 printf("... parent: %s/%d\n", thread__comm_str(parent), thread__tid(parent)); in replay_fork_event()
920 printf("... child: %s/%d\n", thread__comm_str(child), thread__tid(child)); in replay_fork_event()
923 register_pid(sched, thread__tid(parent), thread__comm_str(parent)); in replay_fork_event()
924 register_pid(sched, thread__tid(child), thread__comm_str(child)); in replay_fork_event()
1319 register_pid(sched, thread__tid(migrant), thread__comm_str(migrant)); in latency_migrate_task_event()
1367 thread__tid(work_list->thread)); in output_lat_thread()
1390 l_tid = thread__tid(l->thread); in pid_cmp()
1391 r_tid = thread__tid(r->thread); in pid_cmp()
1689 if (new_shortname || tr->comm_changed || (verbose > 0 && thread__tid(sched_in))) { in map_switch_event()
1696 tr->shortname, thread__comm_str(sched_in), thread__tid(sched_in)); in map_switch_event()
1958 pid_t tid = thread__tid(thread); in timehist_get_commstr()
2042 if (thread__tid(thread) == 0) in task_state_char()
2077 c = (thread__tid(thread) == 0) ? 'i' : 's'; in timehist_print_sample()
2104 if (thread__tid(thread) == 0) in timehist_print_sample()
2648 if (!sched->idle_hist || thread__tid(thread) == 0) { in timehist_sched_change_event()
2656 BUG_ON(thread__tid(thread) != 0); in timehist_sched_change_event()