Home
last modified time | relevance | path

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

/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.c1995 ret = strbuf_detach(&buf, NULL); in synthesize_perf_probe_arg()
2035 ret = strbuf_detach(&buf, NULL); in synthesize_perf_probe_point()
2066 ret = strbuf_detach(&buf, NULL); in synthesize_perf_probe_command()
2206 ret = strbuf_detach(&buf, NULL); in synthesize_probe_trace_command()
2317 pev->args[i].name = strbuf_detach(&buf, NULL); in convert_to_perf_probe_event()
3585 ret = strbuf_detach(&buf, NULL); in show_bootconfig_event()
Denv.c357 env->pmu_mappings = strbuf_detach(&sb, NULL); in perf_env__read_pmu_mappings()
Dheader.c2503 ph->env.sibling_cores = strbuf_detach(&sb, NULL); in process_cpu_topology()
2522 ph->env.sibling_threads = strbuf_detach(&sb, NULL); in process_cpu_topology()
2586 ph->env.sibling_dies = strbuf_detach(&sb, NULL); in process_cpu_topology()
2689 ff->ph->env.pmu_mappings = strbuf_detach(&sb, NULL); in process_pmu_mappings()
3199 *cpu_pmu_caps = strbuf_detach(&sb, NULL); in process_per_cpu_pmu_caps()
Dprobe-file.c901 ret = strbuf_detach(&buf, NULL); in synthesize_sdt_probe_command()
Dpmu.c1255 str = strbuf_detach(&buf, NULL); in pmu_formats_string()
Dprobe-finder.c1549 strbuf_detach(&buf, NULL)); in collect_variables_cb()
Dsort.c3368 s = strbuf_detach(&sb, NULL); in sort_help()
/tools/perf/bench/
Devlist-open-close.c211 return strbuf_detach(&buf, NULL); in bench__repeat_event_string()