strbuf_detach    2228 tools/perf/util/header.c 	ph->env.sibling_cores = strbuf_detach(&sb, NULL);
strbuf_detach    2247 tools/perf/util/header.c 	ph->env.sibling_threads = strbuf_detach(&sb, NULL);
strbuf_detach    2311 tools/perf/util/header.c 	ph->env.sibling_dies = strbuf_detach(&sb, NULL);
strbuf_detach    2414 tools/perf/util/header.c 	ff->ph->env.pmu_mappings = strbuf_detach(&sb, NULL);
strbuf_detach    1005 tools/perf/util/pmu.c 	str = strbuf_detach(&buf, NULL);
strbuf_detach    1893 tools/perf/util/probe-event.c 	ret = strbuf_detach(&buf, NULL);
strbuf_detach    1933 tools/perf/util/probe-event.c 		ret = strbuf_detach(&buf, NULL);
strbuf_detach    1964 tools/perf/util/probe-event.c 	ret = strbuf_detach(&buf, NULL);
strbuf_detach    2089 tools/perf/util/probe-event.c 	ret = strbuf_detach(&buf, NULL);
strbuf_detach    2200 tools/perf/util/probe-event.c 			pev->args[i].name = strbuf_detach(&buf, NULL);
strbuf_detach     811 tools/perf/util/probe-file.c 	ret = strbuf_detach(&buf, NULL);
strbuf_detach    1420 tools/perf/util/probe-finder.c 					strbuf_detach(&buf, NULL));
strbuf_detach    3161 tools/perf/util/sort.c 	s = strbuf_detach(&sb, NULL);
strbuf_detach      61 tools/perf/util/strbuf.h char *strbuf_detach(struct strbuf *buf, size_t *);