Home
last modified time | relevance | path

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

/Linux-v5.15/tools/perf/util/
Dstrbuf.c20 int strbuf_init(struct strbuf *sb, ssize_t hint) in strbuf_init() function
33 strbuf_init(sb, 0); in strbuf_release()
42 strbuf_init(sb, 0); in strbuf_detach()
Dstrbuf.h59 int strbuf_init(struct strbuf *buf, ssize_t hint);
Dprobe-event.c1968 if (strbuf_init(&buf, 64) < 0) in synthesize_perf_probe_arg()
2006 if (strbuf_init(&buf, 64) < 0) in synthesize_perf_probe_point()
2045 if (strbuf_init(&buf, 64)) in synthesize_perf_probe_command()
2188 if (strbuf_init(&buf, 32) < 0) in synthesize_probe_trace_command()
2312 if ((ret = strbuf_init(&buf, 32)) < 0) in convert_to_perf_probe_event()
3573 if (strbuf_init(&buf, 32) < 0) in show_bootconfig_event()
Denv.c327 if (strbuf_init(&sb, 128 * pmu_num) < 0) in perf_env__read_pmu_mappings()
Dprobe-file.c835 if (strbuf_init(&buf, 32) < 0) in synthesize_sdt_probe_command()
Dmetricgroup.c1177 strbuf_init(events, 100); in metricgroup__add_metric_list()
Dheader.c2489 if (strbuf_init(&sb, 128) < 0) in process_cpu_topology()
2666 if (strbuf_init(&sb, 128) < 0) in process_pmu_mappings()
3174 if (strbuf_init(&sb, 128) < 0) in process_per_cpu_pmu_caps()
Dprobe-finder.c1523 if (strbuf_init(&buf, 64) < 0) in collect_variables_cb()
Dsort.c3379 strbuf_init(&sb, 300); in sort_help()
/Linux-v5.15/tools/perf/bench/
Devlist-open-close.c190 err = strbuf_init(&buf, final_size); in bench__repeat_event_string()