Searched refs:strbuf_detach (Results 1 – 12 of 12) sorted by relevance
/linux/tools/perf/util/ |
H A D | strbuf.h | 61 char *strbuf_detach(struct strbuf *buf, size_t *);
|
H A D | strbuf.c | 37 char *strbuf_detach(struct strbuf *sb, size_t *sz) in strbuf_detach() function
|
H A D | probe-event.c | 2058 ret = strbuf_detach(&buf, NULL); in synthesize_perf_probe_arg() 2098 ret = strbuf_detach(&buf, NULL); in synthesize_perf_probe_point() 2133 ret = strbuf_detach(&buf, NULL); in synthesize_perf_probe_command() 2273 ret = strbuf_detach(&buf, NULL); in synthesize_probe_trace_command() 2382 pev->args[i].name = strbuf_detach(&buf, NULL); in convert_to_perf_probe_event() 3667 ret = strbuf_detach(&buf, NULL); in show_bootconfig_event()
|
H A D | annotate-data.c | 77 str = strbuf_detach(&sb, NULL); in pr_debug_type_name() 264 member->type_name = strbuf_detach(&sb, NULL); in __add_member_cb() 330 type_name = strbuf_detach(&sb, NULL); in dso__findnew_data_type()
|
H A D | env.c | 365 env->pmu_mappings = strbuf_detach(&sb, NULL); in perf_env__read_pmu_mappings()
|
H A D | probe-file.c | 882 ret = strbuf_detach(&buf, NULL); in synthesize_sdt_probe_command()
|
H A D | header.c | 2586 ph->env.sibling_cores = strbuf_detach(&sb, NULL); in process_cpu_topology() 2605 ph->env.sibling_threads = strbuf_detach(&sb, NULL); in process_cpu_topology() 2669 ph->env.sibling_dies = strbuf_detach(&sb, NULL); in process_cpu_topology() 2772 ff->ph->env.pmu_mappings = strbuf_detach(&sb, NULL); in process_pmu_mappings()
|
H A D | annotate.c | 1776 *str = strbuf_detach(&sb, NULL); in annotation_br_cntr_abbr_list() 1878 *str = strbuf_detach(&sb, NULL); in annotation_br_cntr_entry()
|
H A D | probe-finder.c | 1437 strbuf_detach(&buf, NULL)); in collect_variables_cb()
|
H A D | pmu.c | 1331 str = strbuf_detach(&buf, NULL); in pmu_resolve_param_term()
|
H A D | sort.c | 4144 s = strbuf_detach(&sb, NULL);
|
/linux/tools/perf/bench/ |
H A D | evlist-open-close.c | 218 return strbuf_detach(&buf, NULL); in bench__repeat_event_string()
|