Searched refs:strbuf_detach (Results 1 – 10 of 10) sorted by relevance
/linux-6.3-rc2/tools/perf/util/ |
A D | strbuf.h | 61 char *strbuf_detach(struct strbuf *buf, size_t *);
|
A D | strbuf.c | 37 char *strbuf_detach(struct strbuf *sb, size_t *sz) in strbuf_detach() function
|
A D | probe-event.c | 1998 ret = strbuf_detach(&buf, NULL); in synthesize_perf_probe_arg() 2038 ret = strbuf_detach(&buf, NULL); in synthesize_perf_probe_point() 2069 ret = strbuf_detach(&buf, NULL); in synthesize_perf_probe_command() 2209 ret = strbuf_detach(&buf, NULL); in synthesize_probe_trace_command() 2320 pev->args[i].name = strbuf_detach(&buf, NULL); in convert_to_perf_probe_event() 3588 ret = strbuf_detach(&buf, NULL); in show_bootconfig_event()
|
A D | env.c | 350 env->pmu_mappings = strbuf_detach(&sb, NULL); in perf_env__read_pmu_mappings()
|
A D | probe-file.c | 901 ret = strbuf_detach(&buf, NULL); in synthesize_sdt_probe_command()
|
A D | header.c | 2575 ph->env.sibling_cores = strbuf_detach(&sb, NULL); in process_cpu_topology() 2594 ph->env.sibling_threads = strbuf_detach(&sb, NULL); in process_cpu_topology() 2658 ph->env.sibling_dies = strbuf_detach(&sb, NULL); in process_cpu_topology() 2761 ff->ph->env.pmu_mappings = strbuf_detach(&sb, NULL); in process_pmu_mappings()
|
A D | pmu.c | 1148 str = strbuf_detach(&buf, NULL); in pmu_formats_string()
|
A D | probe-finder.c | 1558 strbuf_detach(&buf, NULL)); in collect_variables_cb()
|
A D | sort.c | 3725 s = strbuf_detach(&sb, NULL); in sort_help()
|
/linux-6.3-rc2/tools/perf/bench/ |
A D | evlist-open-close.c | 218 return strbuf_detach(&buf, NULL); in bench__repeat_event_string()
|
Completed in 34 milliseconds