Searched refs:strbuf_detach (Results 1 – 13 of 13) 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 | 2061 ret = strbuf_detach(&buf, NULL); in synthesize_perf_probe_arg() 2101 ret = strbuf_detach(&buf, NULL); in synthesize_perf_probe_point() 2136 ret = strbuf_detach(&buf, NULL); in synthesize_perf_probe_command() 2276 ret = strbuf_detach(&buf, NULL); in synthesize_probe_trace_command() 2385 pev->args[i].name = strbuf_detach(&buf, NULL); in convert_to_perf_probe_event() 3688 ret = strbuf_detach(&buf, NULL); in show_bootconfig_event()
|
| H A D | annotate-data.c | 82 str = strbuf_detach(&sb, NULL); in pr_debug_type_name() 272 member->type_name = strbuf_detach(&sb, NULL); in __add_member_cb() 374 type_name = strbuf_detach(&sb, NULL); in dso__findnew_data_type()
|
| H A D | env.c | 489 env->pmu_mappings = strbuf_detach(&sb, NULL); in __perf_env__read_core_pmu_caps()
|
| H A D | probe-file.c | 883 ret = strbuf_detach(&buf, NULL); in synthesize_sdt_probe_command()
|
| H A D | header.c | 3098 env->sibling_cores = strbuf_detach(&sb, NULL); in process_auxtrace() 3123 env->sibling_threads = strbuf_detach(&sb, NULL); in process_cache() 3178 env->sibling_dies = strbuf_detach(&sb, NULL); in process_mem_topology() 3309 env->pmu_mappings = strbuf_detach(&sb, NULL); in process_hybrid_topology()
|
| H A D | annotate.c | 1844 *str = strbuf_detach(&sb, NULL); in annotation_br_cntr_abbr_list() 1946 *str = strbuf_detach(&sb, NULL); in annotation_br_cntr_entry()
|
| H A D | probe-finder.c | 1494 strbuf_detach(&buf, NULL)); in available_var_finder_overlap()
|
| H A D | pmu.c | 1482 str = strbuf_detach(&buf, NULL);
|
| H A D | sort.c | 4488 s = strbuf_detach(&sb, NULL);
|
| /linux/tools/perf/bench/ |
| H A D | evlist-open-close.c | 212 return strbuf_detach(&buf, NULL); in bench__repeat_event_string()
|
| /linux/tools/perf/arch/x86/tests/ |
| H A D | amd-ibs-period.c | 113 cmd = strbuf_detach(&sb, NULL); in dummy_workload_2()
|