Searched refs:strbuf_addstr (Results 1 – 4 of 4) sorted by relevance
| /OK3568_Linux_fs/kernel/tools/perf/util/ |
| H A D | strbuf.h | 86 static inline int strbuf_addstr(struct strbuf *sb, const char *s) { in strbuf_addstr() function
|
| H A D | probe-event.c | 1961 err = strbuf_addstr(&buf, pa->name ?: pa->var); in synthesize_perf_probe_arg() 1967 err = strbuf_addstr(&buf, field->name); in synthesize_perf_probe_arg() 1997 if (strbuf_addstr(&buf, pp->function) < 0) in synthesize_perf_probe_point() 2004 err = strbuf_addstr(&buf, "%return"); in synthesize_perf_probe_point() 2040 if (!tmp || strbuf_addstr(&buf, tmp) < 0) in synthesize_perf_probe_command() 2103 err = strbuf_addstr(buf, arg->value); in synthesize_probe_trace_arg() 2555 ret = strbuf_addstr(result, buf); in perf_probe_event__sprintf()
|
| H A D | dwarf-aux.c | 1080 return ret ? ret : strbuf_addstr(buf, tmp); in die_get_typename()
|
| H A D | sort.c | 3155 strbuf_addstr(sb, "\n\t\t\t "); in add_key() 3187 strbuf_addstr(&sb, prefix); in sort_help()
|