thread__comm_str  960 tools/perf/builtin-kmem.c 	dump_printf(" ... thread: %s:%d\n", thread__comm_str(thread), thread->tid);
thread__comm_str  775 tools/perf/builtin-lock.c 		pr_info("%10d: %s\n", st->tid, thread__comm_str(t));
thread__comm_str  760 tools/perf/builtin-report.c 	fprintf(fp, "%s\n", thread__comm_str(thread));
thread__comm_str  893 tools/perf/builtin-sched.c 		printf("... parent: %s/%d\n", thread__comm_str(parent), parent->tid);
thread__comm_str  894 tools/perf/builtin-sched.c 		printf("...  child: %s/%d\n", thread__comm_str(child), child->tid);
thread__comm_str  897 tools/perf/builtin-sched.c 	register_pid(sched, parent->tid, thread__comm_str(parent));
thread__comm_str  898 tools/perf/builtin-sched.c 	register_pid(sched, child->tid, thread__comm_str(child));
thread__comm_str 1292 tools/perf/builtin-sched.c 		register_pid(sched, migrant->tid, thread__comm_str(migrant));
thread__comm_str 1329 tools/perf/builtin-sched.c 	if (!strcmp(thread__comm_str(work_list->thread), "swapper"))
thread__comm_str 1336 tools/perf/builtin-sched.c 		ret = printf("  %s:(%d) ", thread__comm_str(work_list->thread), work_list->num_merged);
thread__comm_str 1338 tools/perf/builtin-sched.c 		ret = printf("  %s:%d ", thread__comm_str(work_list->thread), work_list->thread->tid);
thread__comm_str 1580 tools/perf/builtin-sched.c 		if (!strcmp(thread__comm_str(sched_in), "swapper")) {
thread__comm_str 1648 tools/perf/builtin-sched.c 		       tr->shortname, thread__comm_str(sched_in), sched_in->tid);
thread__comm_str 1905 tools/perf/builtin-sched.c 	const char *comm = thread__comm_str(thread);
thread__comm_str 3087 tools/perf/builtin-sched.c 	const char *comm = thread__comm_str(data->thread), *this_comm;
thread__comm_str 3096 tools/perf/builtin-sched.c 		this_comm = thread__comm_str(this->thread);
thread__comm_str  636 tools/perf/builtin-script.c 			printed += fprintf(fp, "%8.8s ", thread__comm_str(thread));
thread__comm_str  638 tools/perf/builtin-script.c 			printed += fprintf(fp, "%s ", thread__comm_str(thread));
thread__comm_str  640 tools/perf/builtin-script.c 			printed += fprintf(fp, "%16s ", thread__comm_str(thread));
thread__comm_str 1338 tools/perf/builtin-trace.c 			printed += fprintf(fp, "%.14s/", thread__comm_str(thread));
thread__comm_str 1911 tools/perf/builtin-trace.c 				   thread__comm_str(thread),
thread__comm_str 2199 tools/perf/builtin-trace.c 				fprintf(trace->output, " (%s)", thread__comm_str(child));
thread__comm_str 3170 tools/perf/builtin-trace.c 		if (!strcmp(thread__comm_str(parent), "sshd") ||
thread__comm_str 3171 tools/perf/builtin-trace.c 		    strstarts(thread__comm_str(parent), "gnome-terminal")) {
thread__comm_str 3735 tools/perf/builtin-trace.c 	printed += fprintf(fp, " %s (%d), ", thread__comm_str(thread), thread->tid);
thread__comm_str  183 tools/perf/tests/hists_common.c 				i, thread__comm_str(he->thread),
thread__comm_str  210 tools/perf/tests/hists_common.c 				i, thread__comm_str(he->thread), he->thread->tid,
thread__comm_str  152 tools/perf/tests/hists_cumulate.c #define COMM(he)  (thread__comm_str(he->thread))
thread__comm_str  118 tools/perf/tests/hists_output.c #define COMM(he)  (thread__comm_str(he->thread))
thread__comm_str   16 tools/perf/trace/beauty/pid.c 					     " (%s)", thread__comm_str(thread));
thread__comm_str 2434 tools/perf/ui/browsers/hists.c 					   thread->comm_set ? thread__comm_str(thread) : "",
thread__comm_str 2438 tools/perf/ui/browsers/hists.c 					   thread->comm_set ? thread__comm_str(thread) : "");
thread__comm_str 2464 tools/perf/ui/browsers/hists.c 			       thread->comm_set ? thread__comm_str(thread) : "",
thread__comm_str 2469 tools/perf/ui/browsers/hists.c 			       thread->comm_set ? thread__comm_str(thread) : "");
thread__comm_str 2555 tools/perf/ui/browsers/hists.c 		len += strlen(thread__comm_str(act->thread));
thread__comm_str 2565 tools/perf/ui/browsers/hists.c 			  thread__comm_str(act->thread));
thread__comm_str 2610 tools/perf/ui/browsers/hists.c 			     thread__comm_str(thread), tstr) < 0)
thread__comm_str  566 tools/perf/util/event.c 	dump_printf(" ... thread: %s:%d\n", thread__comm_str(thread), thread->tid);
thread__comm_str 2686 tools/perf/util/hist.c 				     (thread->comm_set ? thread__comm_str(thread) : ""),
thread__comm_str 2691 tools/perf/util/hist.c 				     (thread->comm_set ? thread__comm_str(thread) : ""));
thread__comm_str  352 tools/perf/util/scripting-engines/trace-event-perl.c 	const char *comm = thread__comm_str(thread);
thread__comm_str  769 tools/perf/util/scripting-engines/trace-event-python.c 			_PyUnicode_FromString(thread__comm_str(al->thread)));
thread__comm_str  807 tools/perf/util/scripting-engines/trace-event-python.c 	const char *comm = thread__comm_str(al->thread);
thread__comm_str  100 tools/perf/util/sort.c 	const char *comm = thread__comm_str(he->thread);
thread__comm_str  315 tools/perf/util/thread.c 		const char *comm = thread__comm_str(thread);
thread__comm_str  326 tools/perf/util/thread.c 	return fprintf(fp, "Thread %d %s\n", thread->tid, thread__comm_str(thread)) +
thread__comm_str  394 tools/perf/util/thread.c 		const char *comm = thread__comm_str(parent);
thread__comm_str   92 tools/perf/util/thread.h const char *thread__comm_str(struct thread *thread);
thread__comm_str  128 tools/perf/util/thread.h 	    !strlist__has_entry(symbol_conf.comm_list, thread__comm_str(thread))) {