Home
last modified time | relevance | path

Searched refs:strbuf_addch (Results 1 – 4 of 4) sorted by relevance

/Linux-v5.10/tools/perf/util/
Dstrbuf.h83 int strbuf_addch(struct strbuf *sb, int c);
Dstrbuf.c73 int strbuf_addch(struct strbuf *sb, int c) in strbuf_addch() function
Dprobe-event.c2080 err = strbuf_addch(buf, ' '); in synthesize_probe_trace_arg()
2103 err = strbuf_addch(buf, ')'); in synthesize_probe_trace_arg()
2568 ret = strbuf_addch(result, ')'); in perf_probe_event__sprintf()
Dprobe-finder.c1530 if (strbuf_addch(&buf, '\t') < 0) in collect_variables_cb()