Home
last modified time | relevance | path

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

/linux-5.19.10/tools/perf/util/
Dstrbuf.h86 static inline int strbuf_addstr(struct strbuf *sb, const char *s) { in strbuf_addstr() function
Dmetricgroup.c709 ret = strbuf_addstr(&sb, modifier); in decode_all_metric_ids()
777 ret = strbuf_addstr(events, ",metric-id="); in metricgroup__build_event_string()
786 ret = strbuf_addstr(events, id); in metricgroup__build_event_string()
789 ret = strbuf_addstr(events, "/metric-id="); in metricgroup__build_event_string()
794 ret = strbuf_addstr(events, "/"); in metricgroup__build_event_string()
798 ret = strbuf_addstr(events, sep + 1); in metricgroup__build_event_string()
802 ret = strbuf_addstr(events, modifier); in metricgroup__build_event_string()
820 ret = strbuf_addstr(events, perf_tool_event__to_str(i)); in metricgroup__build_event_string()
Dprobe-event.c1976 err = strbuf_addstr(&buf, pa->name ?: pa->var); in synthesize_perf_probe_arg()
1982 err = strbuf_addstr(&buf, field->name); in synthesize_perf_probe_arg()
2012 if (strbuf_addstr(&buf, pp->function) < 0) in synthesize_perf_probe_point()
2019 err = strbuf_addstr(&buf, "%return"); in synthesize_perf_probe_point()
2055 if (!tmp || strbuf_addstr(&buf, tmp) < 0) in synthesize_perf_probe_command()
2118 err = strbuf_addstr(buf, arg->value); in synthesize_probe_trace_arg()
2581 ret = strbuf_addstr(result, buf); in perf_probe_event__sprintf()
Ddwarf-aux.c1080 return ret ? ret : strbuf_addstr(buf, tmp); in die_get_typename()
Dsort.c3474 strbuf_addstr(sb, "\n\t\t\t "); in add_key()
3506 strbuf_addstr(&sb, prefix); in sort_help()