Home
last modified time | relevance | path

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

/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.c1995 err = strbuf_addch(buf, ' '); in synthesize_probe_trace_arg()
2018 err = strbuf_addch(buf, ')'); in synthesize_probe_trace_arg()
2483 ret = strbuf_addch(result, ')'); in perf_probe_event__sprintf()
Dprobe-finder.c1406 if (strbuf_addch(&buf, '\t') < 0) in collect_variables_cb()