Lines Matching refs:thread__comm_str
906 printf("... parent: %s/%d\n", thread__comm_str(parent), thread__tid(parent));
907 printf("... child: %s/%d\n", thread__comm_str(child), thread__tid(child));
910 register_pid(sched, thread__tid(parent), thread__comm_str(parent));
911 register_pid(sched, thread__tid(child), thread__comm_str(child));
1320 register_pid(sched, thread__tid(migrant), thread__comm_str(migrant));
1357 if (!strcmp(thread__comm_str(work_list->thread), "swapper"))
1364 ret = printf(" %s:(%d) ", thread__comm_str(work_list->thread),
1367 ret = printf(" %s:%d ", thread__comm_str(work_list->thread),
1697 str = thread__comm_str(sched_in);
1700 if (!strcmp(thread__comm_str(sched_in), "swapper")) {
1731 str = thread__comm_str(sched_in);
1737 if (!sched_match_task(sched, thread__comm_str(sched_out)))
1743 str = thread__comm_str(sched_out);
1761 tr->shortname, thread__comm_str(sched_in), thread__tid(sched_in));
2053 const char *comm = thread__comm_str(thread);
3430 const char *comm = thread__comm_str(data->thread), *this_comm;
3439 this_comm = thread__comm_str(this->thread);