Home
last modified time | relevance | path

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

/external/linux-tools-perf/src/tools/perf/util/
Dquote.c25 to_free = strbuf_detach(dst, NULL); in sq_quote_buf()
Dstrbuf.h55 extern char *strbuf_detach(struct strbuf *, size_t *);
Dexec_cmd.c21 path = strbuf_detach(&d, NULL); in system_path()
Dstrbuf.c36 char *strbuf_detach(struct strbuf *sb, size_t *sz) in strbuf_detach() function
Dheader.c1848 ph->env.cmdline = strbuf_detach(&sb, NULL); in process_cmdline()
1884 ph->env.sibling_cores = strbuf_detach(&sb, NULL); in process_cpu_topology()
1904 ph->env.sibling_threads = strbuf_detach(&sb, NULL); in process_cpu_topology()
1964 ph->env.numa_nodes = strbuf_detach(&sb, NULL); in process_numa_topology()
2014 ph->env.pmu_mappings = strbuf_detach(&sb, NULL); in process_pmu_mappings()