Searched refs:strbuf_detach (Results 1 – 8 of 8) sorted by relevance
| /Linux-v5.4/tools/perf/util/ |
| D | strbuf.h | 61 char *strbuf_detach(struct strbuf *buf, size_t *);
|
| D | strbuf.c | 37 char *strbuf_detach(struct strbuf *sb, size_t *sz) in strbuf_detach() function
|
| D | probe-event.c | 1894 ret = strbuf_detach(&buf, NULL); in synthesize_perf_probe_arg() 1934 ret = strbuf_detach(&buf, NULL); in synthesize_perf_probe_point() 1965 ret = strbuf_detach(&buf, NULL); in synthesize_perf_probe_command() 2090 ret = strbuf_detach(&buf, NULL); in synthesize_probe_trace_command() 2201 pev->args[i].name = strbuf_detach(&buf, NULL); in convert_to_perf_probe_event()
|
| D | header.c | 2237 ph->env.sibling_cores = strbuf_detach(&sb, NULL); in process_cpu_topology() 2256 ph->env.sibling_threads = strbuf_detach(&sb, NULL); in process_cpu_topology() 2320 ph->env.sibling_dies = strbuf_detach(&sb, NULL); in process_cpu_topology() 2423 ff->ph->env.pmu_mappings = strbuf_detach(&sb, NULL); in process_pmu_mappings()
|
| D | probe-file.c | 808 ret = strbuf_detach(&buf, NULL); in synthesize_sdt_probe_command()
|
| D | pmu.c | 1005 str = strbuf_detach(&buf, NULL); in pmu_formats_string()
|
| D | probe-finder.c | 1412 strbuf_detach(&buf, NULL)); in collect_variables_cb()
|
| D | sort.c | 3161 s = strbuf_detach(&sb, NULL); in sort_help()
|