Home
last modified time | relevance | path

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

/Linux-v6.1/tools/perf/util/
Dstrbuf.h86 static inline int strbuf_addstr(struct strbuf *sb, const char *s) { in strbuf_addstr() function
Dmetricgroup.c738 ret = strbuf_addstr(&sb, modifier); in decode_all_metric_ids()
806 ret = strbuf_addstr(events, ",metric-id="); in metricgroup__build_event_string()
815 ret = strbuf_addstr(events, id); in metricgroup__build_event_string()
818 ret = strbuf_addstr(events, "/metric-id="); in metricgroup__build_event_string()
823 ret = strbuf_addstr(events, "/"); in metricgroup__build_event_string()
827 ret = strbuf_addstr(events, sep + 1); in metricgroup__build_event_string()
831 ret = strbuf_addstr(events, modifier); in metricgroup__build_event_string()
849 ret = strbuf_addstr(events, perf_tool_event__to_str(i)); in metricgroup__build_event_string()
Dprobe-event.c1979 err = strbuf_addstr(&buf, pa->name ?: pa->var); in synthesize_perf_probe_arg()
1985 err = strbuf_addstr(&buf, field->name); in synthesize_perf_probe_arg()
2015 if (strbuf_addstr(&buf, pp->function) < 0) in synthesize_perf_probe_point()
2022 err = strbuf_addstr(&buf, "%return"); in synthesize_perf_probe_point()
2058 if (!tmp || strbuf_addstr(&buf, tmp) < 0) in synthesize_perf_probe_command()
2121 err = strbuf_addstr(buf, arg->value); in synthesize_probe_trace_arg()
2584 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.c3512 strbuf_addstr(sb, "\n\t\t\t "); in add_key()
3544 strbuf_addstr(&sb, prefix); in sort_help()