Symbol: strbuf_detach
tools/perf/arch/x86/tests/amd-ibs-period.c
113
cmd = strbuf_detach(&sb, NULL);
tools/perf/bench/evlist-open-close.c
212
return strbuf_detach(&buf, NULL);
tools/perf/tests/builtin-test.c
414
res = strbuf_detach(&buf, NULL);
tools/perf/util/annotate-data.c
272
member->type_name = strbuf_detach(&sb, NULL);
tools/perf/util/annotate-data.c
374
type_name = strbuf_detach(&sb, NULL);
tools/perf/util/annotate-data.c
82
str = strbuf_detach(&sb, NULL);
tools/perf/util/annotate.c
1844
*str = strbuf_detach(&sb, NULL);
tools/perf/util/annotate.c
1946
*str = strbuf_detach(&sb, NULL);
tools/perf/util/env.c
489
env->pmu_mappings = strbuf_detach(&sb, NULL);
tools/perf/util/header.c
3098
env->sibling_cores = strbuf_detach(&sb, NULL);
tools/perf/util/header.c
3123
env->sibling_threads = strbuf_detach(&sb, NULL);
tools/perf/util/header.c
3178
env->sibling_dies = strbuf_detach(&sb, NULL);
tools/perf/util/header.c
3309
env->pmu_mappings = strbuf_detach(&sb, NULL);
tools/perf/util/pmu.c
1482
str = strbuf_detach(&buf, NULL);
tools/perf/util/probe-event.c
2061
ret = strbuf_detach(&buf, NULL);
tools/perf/util/probe-event.c
2101
ret = strbuf_detach(&buf, NULL);
tools/perf/util/probe-event.c
2136
ret = strbuf_detach(&buf, NULL);
tools/perf/util/probe-event.c
2276
ret = strbuf_detach(&buf, NULL);
tools/perf/util/probe-event.c
2385
pev->args[i].name = strbuf_detach(&buf, NULL);
tools/perf/util/probe-event.c
3688
ret = strbuf_detach(&buf, NULL);
tools/perf/util/probe-file.c
883
ret = strbuf_detach(&buf, NULL);
tools/perf/util/probe-finder.c
1494
strbuf_detach(&buf, NULL));
tools/perf/util/sort.c
4488
s = strbuf_detach(&sb, NULL);
tools/perf/util/strbuf.h
61
char *strbuf_detach(struct strbuf *buf, size_t *);