Home
last modified time | relevance | path

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

/Linux-v4.19/tools/perf/util/
Dstrbuf.h83 int strbuf_addch(struct strbuf *sb, int c);
Dstrbuf.c67 int strbuf_addch(struct strbuf *sb, int c) in strbuf_addch() function
Dprobe-event.c1983 err = strbuf_addch(buf, ' '); in synthesize_probe_trace_arg()
2006 err = strbuf_addch(buf, ')'); in synthesize_probe_trace_arg()
2453 ret = strbuf_addch(result, ')'); in perf_probe_event__sprintf()
Dprobe-finder.c1392 if (strbuf_addch(&buf, '\t') < 0) in collect_variables_cb()