comm__new          23 tools/perf/util/comm.h struct comm *comm__new(const char *str, u64 timestamp, bool exec);
comm__new          60 tools/perf/util/thread.c 		comm = comm__new(comm_str, 0, false);
comm__new         248 tools/perf/util/thread.c 		new = comm__new(str, timestamp, exec);