Home
last modified time | relevance | path

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

/openbmc/linux/tools/perf/util/
H A Dstrbuf.h86 static inline int strbuf_addstr(struct strbuf *sb, const char *s) { in strbuf_addstr() function
H A Dmetricgroup.c653 ret = strbuf_addstr(&sb, modifier); in decode_all_metric_ids()
721 ret = strbuf_addstr(events, ",metric-id="); in metricgroup__build_event_string()
730 ret = strbuf_addstr(events, id); in metricgroup__build_event_string()
733 ret = strbuf_addstr(events, "/metric-id="); in metricgroup__build_event_string()
738 ret = strbuf_addstr(events, "/"); in metricgroup__build_event_string()
742 ret = strbuf_addstr(events, sep + 1); in metricgroup__build_event_string()
746 ret = strbuf_addstr(events, modifier); in metricgroup__build_event_string()
764 ret = strbuf_addstr(events, perf_tool_event__to_str(i)); in metricgroup__build_event_string()
H A Dprobe-event.c1990 err = strbuf_addstr(&buf, pa->name ?: pa->var); in synthesize_perf_probe_arg()
1996 err = strbuf_addstr(&buf, field->name); in synthesize_perf_probe_arg()
2026 if (strbuf_addstr(&buf, pp->function) < 0) in synthesize_perf_probe_point()
2033 err = strbuf_addstr(&buf, "%return"); in synthesize_perf_probe_point()
2069 if (!tmp || strbuf_addstr(&buf, tmp) < 0) { in synthesize_perf_probe_command()
2136 err = strbuf_addstr(buf, arg->value); in synthesize_probe_trace_arg()
2599 ret = strbuf_addstr(result, buf); in perf_probe_event__sprintf()
H A Ddwarf-aux.c1093 return ret ? ret : strbuf_addstr(buf, tmp); in die_get_typename()
H A Dsort.c3728 strbuf_addstr(sb, "\n\t\t\t "); in add_key()
3760 strbuf_addstr(&sb, prefix); in sort_help()
/openbmc/linux/tools/perf/
H A Dbuiltin-list.c286 strbuf_addstr(buf, s); in fix_escape_printf()
295 strbuf_addstr(buf, "\\n"); in fix_escape_printf()