Searched refs:strbuf_addstr (Results 1 – 3 of 3) sorted by relevance
86 static inline int strbuf_addstr(struct strbuf *sb, const char *s) { in strbuf_addstr() function
1863 err = strbuf_addstr(&buf, pa->name ?: pa->var); in synthesize_perf_probe_arg()1869 err = strbuf_addstr(&buf, field->name); in synthesize_perf_probe_arg()1899 if (strbuf_addstr(&buf, pp->function) < 0) in synthesize_perf_probe_point()1906 err = strbuf_addstr(&buf, "%return"); in synthesize_perf_probe_point()1942 if (!tmp || strbuf_addstr(&buf, tmp) < 0) in synthesize_perf_probe_command()2002 err = strbuf_addstr(buf, arg->value); in synthesize_probe_trace_arg()2436 ret = strbuf_addstr(result, buf); in perf_probe_event__sprintf()
959 return ret ? ret : strbuf_addstr(buf, tmp); in die_get_typename()