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