Symbol: strbuf_detach
tools/perf/arch/x86/tests/amd-ibs-period.c
114
cmd = strbuf_detach(&sb, NULL);
tools/perf/bench/evlist-open-close.c
212
return strbuf_detach(&buf, NULL);
tools/perf/util/annotate-data.c
268
member->type_name = strbuf_detach(&sb, NULL);
tools/perf/util/annotate-data.c
368
type_name = strbuf_detach(&sb, NULL);
tools/perf/util/annotate-data.c
81
str = strbuf_detach(&sb, NULL);
tools/perf/util/annotate.c
1845
*str = strbuf_detach(&sb, NULL);
tools/perf/util/annotate.c
1947
*str = strbuf_detach(&sb, NULL);
tools/perf/util/env.c
418
env->pmu_mappings = strbuf_detach(&sb, NULL);
tools/perf/util/header.c
2820
env->sibling_cores = strbuf_detach(&sb, NULL);
tools/perf/util/header.c
2839
env->sibling_threads = strbuf_detach(&sb, NULL);
tools/perf/util/header.c
2888
env->sibling_dies = strbuf_detach(&sb, NULL);
tools/perf/util/header.c
2995
env->pmu_mappings = strbuf_detach(&sb, NULL);
tools/perf/util/pmu.c
1476
str = strbuf_detach(&buf, NULL);
tools/perf/util/probe-event.c
2062
ret = strbuf_detach(&buf, NULL);
tools/perf/util/probe-event.c
2102
ret = strbuf_detach(&buf, NULL);
tools/perf/util/probe-event.c
2137
ret = strbuf_detach(&buf, NULL);
tools/perf/util/probe-event.c
2277
ret = strbuf_detach(&buf, NULL);
tools/perf/util/probe-event.c
2386
pev->args[i].name = strbuf_detach(&buf, NULL);
tools/perf/util/probe-event.c
3690
ret = strbuf_detach(&buf, NULL);
tools/perf/util/probe-file.c
883
ret = strbuf_detach(&buf, NULL);
tools/perf/util/probe-finder.c
1468
strbuf_detach(&buf, NULL));
tools/perf/util/sort.c
4344
s = strbuf_detach(&sb, NULL);
tools/perf/util/strbuf.h
61
char *strbuf_detach(struct strbuf *buf, size_t *);