Searched refs:tgids (Results 1 – 1 of 1) sorted by relevance
94 char *tgids = bf + 5; in perf_event__synthesize_comm() local95 while (*tgids && isspace(*tgids)) in perf_event__synthesize_comm()96 ++tgids; in perf_event__synthesize_comm()97 tgid = event->comm.pid = atoi(tgids); in perf_event__synthesize_comm()