Lines Matching refs:thread__comm_str
911 printf("... parent: %s/%d\n", thread__comm_str(parent), thread__tid(parent)); in replay_fork_event()
912 printf("... child: %s/%d\n", thread__comm_str(child), thread__tid(child)); in replay_fork_event()
915 register_pid(sched, thread__tid(parent), thread__comm_str(parent)); in replay_fork_event()
916 register_pid(sched, thread__tid(child), thread__comm_str(child)); in replay_fork_event()
1310 register_pid(sched, thread__tid(migrant), thread__comm_str(migrant)); in latency_migrate_task_event()
1347 if (!strcmp(thread__comm_str(work_list->thread), "swapper")) in output_lat_thread()
1354 ret = printf(" %s:(%d) ", thread__comm_str(work_list->thread), in output_lat_thread()
1357 ret = printf(" %s:%d ", thread__comm_str(work_list->thread), in output_lat_thread()
1683 str = thread__comm_str(sched_in); in map_switch_event()
1686 if (!strcmp(thread__comm_str(sched_in), "swapper")) { in map_switch_event()
1717 str = thread__comm_str(sched_in); in map_switch_event()
1723 if (!sched_match_task(sched, thread__comm_str(sched_out))) in map_switch_event()
1729 str = thread__comm_str(sched_out); in map_switch_event()
1747 tr->shortname, thread__comm_str(sched_in), thread__tid(sched_in)); in map_switch_event()
2031 const char *comm = thread__comm_str(thread); in timehist_get_commstr()
3358 const char *comm = thread__comm_str(data->thread), *this_comm; in __merge_work_atoms()
3367 this_comm = thread__comm_str(this->thread); in __merge_work_atoms()