Home
last modified time | relevance | path

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

/Linux-v6.6/tools/perf/util/
Dstrbuf.h86 static inline int strbuf_addstr(struct strbuf *sb, const char *s) { in strbuf_addstr() function
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()
Dprobe-event.c1989 err = strbuf_addstr(&buf, pa->name ?: pa->var); in synthesize_perf_probe_arg()
1995 err = strbuf_addstr(&buf, field->name); in synthesize_perf_probe_arg()
2025 if (strbuf_addstr(&buf, pp->function) < 0) in synthesize_perf_probe_point()
2032 err = strbuf_addstr(&buf, "%return"); in synthesize_perf_probe_point()
2068 if (!tmp || strbuf_addstr(&buf, tmp) < 0) { in synthesize_perf_probe_command()
2135 err = strbuf_addstr(buf, arg->value); in synthesize_probe_trace_arg()
2598 ret = strbuf_addstr(result, buf); in perf_probe_event__sprintf()
Ddwarf-aux.c1093 return ret ? ret : strbuf_addstr(buf, tmp); in die_get_typename()
Dsort.c3728 strbuf_addstr(sb, "\n\t\t\t "); in add_key()
3760 strbuf_addstr(&sb, prefix); in sort_help()
/Linux-v6.6/tools/perf/
Dbuiltin-list.c286 strbuf_addstr(buf, s); in fix_escape_printf()
295 strbuf_addstr(buf, "\\n"); in fix_escape_printf()