sdtgrp            777 tools/perf/util/probe-file.c 					const char *sdtgrp)
sdtgrp            788 tools/perf/util/probe-file.c 			sdtgrp, note->name, pathname,
sdtgrp            823 tools/perf/util/probe-file.c 	char sdtgrp[64];
sdtgrp            833 tools/perf/util/probe-file.c 		ret = snprintf(sdtgrp, 64, "sdt_%s", note->provider);
sdtgrp            837 tools/perf/util/probe-file.c 		entry = probe_cache__find_by_name(pcache, sdtgrp, note->name);
sdtgrp            845 tools/perf/util/probe-file.c 			ret = asprintf(&entry->spev, "%s:%s=%s", sdtgrp,
sdtgrp            850 tools/perf/util/probe-file.c 			entry->pev.group = strdup(sdtgrp);
sdtgrp            853 tools/perf/util/probe-file.c 		buf = synthesize_sdt_probe_command(note, pathname, sdtgrp);