Lines Matching refs:thread__comm_str
897 printf("... parent: %s/%d\n", thread__comm_str(parent), parent->tid); in replay_fork_event()
898 printf("... child: %s/%d\n", thread__comm_str(child), child->tid); in replay_fork_event()
901 register_pid(sched, parent->tid, thread__comm_str(parent)); in replay_fork_event()
902 register_pid(sched, child->tid, thread__comm_str(child)); in replay_fork_event()
1297 register_pid(sched, migrant->tid, thread__comm_str(migrant)); in latency_migrate_task_event()
1334 if (!strcmp(thread__comm_str(work_list->thread), "swapper")) in output_lat_thread()
1341 ret = printf(" %s:(%d) ", thread__comm_str(work_list->thread), work_list->num_merged); in output_lat_thread()
1343 ret = printf(" %s:%d ", thread__comm_str(work_list->thread), work_list->thread->tid); in output_lat_thread()
1586 if (!strcmp(thread__comm_str(sched_in), "swapper")) { in map_switch_event()
1654 tr->shortname, thread__comm_str(sched_in), sched_in->tid); in map_switch_event()
1910 const char *comm = thread__comm_str(thread); in timehist_get_commstr()
3117 const char *comm = thread__comm_str(data->thread), *this_comm; in __merge_work_atoms()
3126 this_comm = thread__comm_str(this->thread); in __merge_work_atoms()