Home
last modified time | relevance | path

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

/Linux-v5.10/tools/perf/util/
Dstrbuf.h86 static inline int strbuf_addstr(struct strbuf *sb, const char *s) { in strbuf_addstr() function
Dprobe-event.c1957 err = strbuf_addstr(&buf, pa->name ?: pa->var); in synthesize_perf_probe_arg()
1963 err = strbuf_addstr(&buf, field->name); in synthesize_perf_probe_arg()
1993 if (strbuf_addstr(&buf, pp->function) < 0) in synthesize_perf_probe_point()
2000 err = strbuf_addstr(&buf, "%return"); in synthesize_perf_probe_point()
2036 if (!tmp || strbuf_addstr(&buf, tmp) < 0) in synthesize_perf_probe_command()
2099 err = strbuf_addstr(buf, arg->value); in synthesize_probe_trace_arg()
2551 ret = strbuf_addstr(result, buf); in perf_probe_event__sprintf()
Ddwarf-aux.c1076 return ret ? ret : strbuf_addstr(buf, tmp); in die_get_typename()
Dsort.c3155 strbuf_addstr(sb, "\n\t\t\t "); in add_key()
3187 strbuf_addstr(&sb, prefix); in sort_help()