Searched refs:strbuf_detach (Results 1 – 7 of 7) sorted by relevance
/linux-4.4.14/tools/perf/util/ |
D | quote.c | 25 to_free = strbuf_detach(dst, NULL); in sq_quote_buf()
|
D | strbuf.h | 56 extern char *strbuf_detach(struct strbuf *, size_t *);
|
D | exec_cmd.c | 21 path = strbuf_detach(&d, NULL); in system_path()
|
D | strbuf.c | 36 char *strbuf_detach(struct strbuf *sb, size_t *sz) in strbuf_detach() function
|
D | header.c | 1614 ph->env.sibling_cores = strbuf_detach(&sb, NULL); in process_cpu_topology() 1636 ph->env.sibling_threads = strbuf_detach(&sb, NULL); in process_cpu_topology() 1739 ph->env.numa_nodes = strbuf_detach(&sb, NULL); in process_numa_topology() 1792 ph->env.pmu_mappings = strbuf_detach(&sb, NULL); in process_pmu_mappings()
|
D | pmu.c | 646 str = strbuf_detach(&buf, NULL); in pmu_formats_string()
|
D | probe-finder.c | 1322 strbuf_detach(&buf, NULL)); in collect_variables_cb()
|