Home
last modified time | relevance | path

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

/linux/tools/perf/util/
A Dstrbuf.h61 char *strbuf_detach(struct strbuf *buf, size_t *);
A Dstrbuf.c37 char *strbuf_detach(struct strbuf *sb, size_t *sz) in strbuf_detach() function
A Dprobe-event.c1993 ret = strbuf_detach(&buf, NULL); in synthesize_perf_probe_arg()
2033 ret = strbuf_detach(&buf, NULL); in synthesize_perf_probe_point()
2064 ret = strbuf_detach(&buf, NULL); in synthesize_perf_probe_command()
2204 ret = strbuf_detach(&buf, NULL); in synthesize_probe_trace_command()
2315 pev->args[i].name = strbuf_detach(&buf, NULL); in convert_to_perf_probe_event()
3580 ret = strbuf_detach(&buf, NULL); in show_bootconfig_event()
A Denv.c344 env->pmu_mappings = strbuf_detach(&sb, NULL); in perf_env__read_pmu_mappings()
A Dheader.c2505 ph->env.sibling_cores = strbuf_detach(&sb, NULL); in process_cpu_topology()
2524 ph->env.sibling_threads = strbuf_detach(&sb, NULL); in process_cpu_topology()
2588 ph->env.sibling_dies = strbuf_detach(&sb, NULL); in process_cpu_topology()
2691 ff->ph->env.pmu_mappings = strbuf_detach(&sb, NULL); in process_pmu_mappings()
3201 *cpu_pmu_caps = strbuf_detach(&sb, NULL); in process_per_cpu_pmu_caps()
A Dprobe-file.c901 ret = strbuf_detach(&buf, NULL); in synthesize_sdt_probe_command()
A Dpmu.c1238 str = strbuf_detach(&buf, NULL); in pmu_formats_string()
A Dprobe-finder.c1549 strbuf_detach(&buf, NULL)); in collect_variables_cb()
A Dsort.c3369 s = strbuf_detach(&sb, NULL); in sort_help()
/linux/tools/perf/bench/
A Devlist-open-close.c218 return strbuf_detach(&buf, NULL); in bench__repeat_event_string()

Completed in 40 milliseconds