Home
last modified time | relevance | path

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

/Linux-v5.15/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.c2097 err = strbuf_addch(buf, ' '); in synthesize_probe_trace_arg()
2120 err = strbuf_addch(buf, ')'); in synthesize_probe_trace_arg()
2596 ret = strbuf_addch(result, ')'); in perf_probe_event__sprintf()
Dprobe-finder.c1540 if (strbuf_addch(&buf, '\t') < 0) in collect_variables_cb()
/Linux-v5.15/tools/perf/bench/
Devlist-open-close.c204 err = strbuf_addch(&buf, i == n-1 ? '\0' : ','); in bench__repeat_event_string()