Searched refs:strbuf_detach (Results 1 – 7 of 7) sorted by relevance
/Linux-v4.19/tools/perf/util/ |
D | strbuf.h | 61 char *strbuf_detach(struct strbuf *buf, size_t *);
|
D | strbuf.c | 31 char *strbuf_detach(struct strbuf *sb, size_t *sz) in strbuf_detach() function
|
D | probe-event.c | 1882 ret = strbuf_detach(&buf, NULL); in synthesize_perf_probe_arg() 1922 ret = strbuf_detach(&buf, NULL); in synthesize_perf_probe_point() 1953 ret = strbuf_detach(&buf, NULL); in synthesize_perf_probe_command() 2060 ret = strbuf_detach(&buf, NULL); in synthesize_probe_trace_command() 2171 pev->args[i].name = strbuf_detach(&buf, NULL); in convert_to_perf_probe_event()
|
D | probe-file.c | 801 ret = strbuf_detach(&buf, NULL); in synthesize_sdt_probe_command()
|
D | header.c | 2154 ph->env.sibling_cores = strbuf_detach(&sb, NULL); in process_cpu_topology() 2173 ph->env.sibling_threads = strbuf_detach(&sb, NULL); in process_cpu_topology() 2303 ff->ph->env.pmu_mappings = strbuf_detach(&sb, NULL); in process_pmu_mappings()
|
D | pmu.c | 987 str = strbuf_detach(&buf, NULL); in pmu_formats_string()
|
D | probe-finder.c | 1401 strbuf_detach(&buf, NULL)); in collect_variables_cb()
|