Searched refs:strbuf_detach (Results 1 - 5 of 5) sorted by relevance

/linux-4.1.27/tools/perf/util/
H A Dquote.c25 to_free = strbuf_detach(dst, NULL); sq_quote_buf()
H A Dstrbuf.h14 * `strbuf_detach' is the operation that detachs a buffer from its shell
55 extern char *strbuf_detach(struct strbuf *, size_t *);
H A Dexec_cmd.c21 path = strbuf_detach(&d, NULL); system_path()
H A Dstrbuf.c36 char *strbuf_detach(struct strbuf *sb, size_t *sz) strbuf_detach() function
H A Dheader.c1556 ph->env.cmdline = strbuf_detach(&sb, NULL); process_cmdline()
1592 ph->env.sibling_cores = strbuf_detach(&sb, NULL); process_cpu_topology()
1612 ph->env.sibling_threads = strbuf_detach(&sb, NULL); process_cpu_topology()
1672 ph->env.numa_nodes = strbuf_detach(&sb, NULL); process_numa_topology()
1722 ph->env.pmu_mappings = strbuf_detach(&sb, NULL); process_pmu_mappings()

Completed in 56 milliseconds