tgids              78 tools/perf/util/synthetic-events.c 	char *name, *tgids, *ppids;
tgids             101 tools/perf/util/synthetic-events.c 	tgids = strstr(bf, "Tgid:");
tgids             121 tools/perf/util/synthetic-events.c 	if (tgids) {
tgids             122 tools/perf/util/synthetic-events.c 		tgids += 5;  /* strlen("Tgid:") */
tgids             123 tools/perf/util/synthetic-events.c 		*tgid = atoi(tgids);