Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/tools/perf/util/
Dstrbuf.h61 char *strbuf_detach(struct strbuf *buf, size_t *);
Dstrbuf.c37 char *strbuf_detach(struct strbuf *sb, size_t *sz) in strbuf_detach() function
Dprobe-event.c1980 ret = strbuf_detach(&buf, NULL); in synthesize_perf_probe_arg()
2020 ret = strbuf_detach(&buf, NULL); in synthesize_perf_probe_point()
2051 ret = strbuf_detach(&buf, NULL); in synthesize_perf_probe_command()
2179 ret = strbuf_detach(&buf, NULL); in synthesize_probe_trace_command()
2290 pev->args[i].name = strbuf_detach(&buf, NULL); in convert_to_perf_probe_event()
Dheader.c2397 ph->env.sibling_cores = strbuf_detach(&sb, NULL); in process_cpu_topology()
2416 ph->env.sibling_threads = strbuf_detach(&sb, NULL); in process_cpu_topology()
2480 ph->env.sibling_dies = strbuf_detach(&sb, NULL); in process_cpu_topology()
2583 ff->ph->env.pmu_mappings = strbuf_detach(&sb, NULL); in process_pmu_mappings()
3057 ff->ph->env.cpu_pmu_caps = strbuf_detach(&sb, NULL); in process_cpu_pmu_caps()
Dprobe-file.c832 ret = strbuf_detach(&buf, NULL); in synthesize_sdt_probe_command()
Dpmu.c1067 str = strbuf_detach(&buf, NULL); in pmu_formats_string()
Dprobe-finder.c1542 strbuf_detach(&buf, NULL)); in collect_variables_cb()
Dsort.c3196 s = strbuf_detach(&sb, NULL); in sort_help()