Searched refs:strbuf_detach (Results 1 - 16 of 16) sorted by relevance
/kernel/linux/linux-5.10/tools/perf/util/ |
H A D | strbuf.h | 15 * `strbuf_detach' is the operation that detachs a buffer from its shell 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 | 1980 ret = strbuf_detach(&buf, NULL); in synthesize_perf_probe_arg() 2020 ret = strbuf_detach(&buf, NULL); in synthesize_perf_probe_point() 2051 ret = strbuf_detach(&buf, NULL); in synthesize_perf_probe_command() 2179 ret = strbuf_detach(&buf, NULL); in synthesize_probe_trace_command() 2290 pev->args[i].name = strbuf_detach(&buf, NULL); in convert_to_perf_probe_event()
|
H A D | probe-file.c | 832 ret = strbuf_detach(&buf, NULL); in synthesize_sdt_probe_command()
|
H A D | pmu.c | 1067 str = strbuf_detach(&buf, NULL); in pmu_formats_string()
|
H A D | probe-finder.c | 1542 strbuf_detach(&buf, NULL)); in collect_variables_cb()
|
H A D | sort.c | 3195 s = strbuf_detach(&sb, NULL); in sort_help()
|
/kernel/linux/linux-6.6/tools/perf/util/ |
H A D | strbuf.h | 15 * `strbuf_detach' is the operation that detaches a buffer from its shell 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 | 2008 ret = strbuf_detach(&buf, NULL); in synthesize_perf_probe_arg() 2048 ret = strbuf_detach(&buf, NULL); in synthesize_perf_probe_point() 2083 ret = strbuf_detach(&buf, NULL); in synthesize_perf_probe_command() 2223 ret = strbuf_detach(&buf, NULL); in synthesize_probe_trace_command() 2334 pev->args[i].name = strbuf_detach(&buf, NULL); in convert_to_perf_probe_event() 3607 ret = strbuf_detach(&buf, NULL); in show_bootconfig_event()
|
H A D | env.c | 361 env->pmu_mappings = strbuf_detach(&sb, NULL); in perf_env__read_pmu_mappings()
|
H A D | probe-file.c | 901 ret = strbuf_detach(&buf, NULL); in synthesize_sdt_probe_command()
|
H A D | pmu.c | 1225 str = strbuf_detach(&buf, NULL); in pmu_formats_string()
|
H A D | probe-finder.c | 1558 strbuf_detach(&buf, NULL)); in collect_variables_cb()
|
H A D | sort.c | 3769 s = strbuf_detach(&sb, NULL); in sort_help()
|
/kernel/linux/linux-6.6/tools/perf/bench/ |
H A D | evlist-open-close.c | 218 return strbuf_detach(&buf, NULL); in bench__repeat_event_string()
|
Completed in 33 milliseconds