this_comm        3087 tools/perf/builtin-sched.c 	const char *comm = thread__comm_str(data->thread), *this_comm;
this_comm        3096 tools/perf/builtin-sched.c 		this_comm = thread__comm_str(this->thread);
this_comm        3097 tools/perf/builtin-sched.c 		cmp = strcmp(comm, this_comm);