Home
last modified time | relevance | path

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

/linux-6.3-rc2/tools/perf/util/
A Dstrbuf.h86 static inline int strbuf_addstr(struct strbuf *sb, const char *s) { in strbuf_addstr() function
A Dmetricgroup.c622 ret = strbuf_addstr(&sb, modifier); in decode_all_metric_ids()
690 ret = strbuf_addstr(events, ",metric-id="); in metricgroup__build_event_string()
699 ret = strbuf_addstr(events, id); in metricgroup__build_event_string()
702 ret = strbuf_addstr(events, "/metric-id="); in metricgroup__build_event_string()
707 ret = strbuf_addstr(events, "/"); in metricgroup__build_event_string()
711 ret = strbuf_addstr(events, sep + 1); in metricgroup__build_event_string()
715 ret = strbuf_addstr(events, modifier); in metricgroup__build_event_string()
733 ret = strbuf_addstr(events, perf_tool_event__to_str(i)); in metricgroup__build_event_string()
A 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()
A Ddwarf-aux.c1089 return ret ? ret : strbuf_addstr(buf, tmp); in die_get_typename()
A Dsort.c3684 strbuf_addstr(sb, "\n\t\t\t "); in add_key()
3716 strbuf_addstr(&sb, prefix); in sort_help()
/linux-6.3-rc2/tools/perf/
A Dbuiltin-list.c263 strbuf_addstr(buf, s); in fix_escape_printf()
272 strbuf_addstr(buf, "\\n"); in fix_escape_printf()

Completed in 25 milliseconds