Searched refs:strbuf_addstr (Results 1 – 8 of 8) sorted by relevance
/linux-6.12.1/tools/perf/util/ |
D | strbuf.h | 86 static inline int strbuf_addstr(struct strbuf *sb, const char *s) { in strbuf_addstr() function
|
D | metricgroup.c | 653 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()
|
D | probe-event.c | 2002 err = strbuf_addstr(&buf, pa->name ?: pa->var); in synthesize_perf_probe_arg() 2008 err = strbuf_addstr(&buf, field->name); in synthesize_perf_probe_arg() 2038 if (strbuf_addstr(&buf, pp->function) < 0) in synthesize_perf_probe_point() 2045 err = strbuf_addstr(&buf, "%return"); in synthesize_perf_probe_point() 2081 if (!tmp || strbuf_addstr(&buf, tmp) < 0) { in synthesize_perf_probe_command() 2148 err = strbuf_addstr(buf, arg->value); in synthesize_probe_trace_arg() 2609 ret = strbuf_addstr(result, buf); in perf_probe_event__sprintf()
|
D | annotate.c | 1812 if (strbuf_addstr(&sb, pos->abbr_name)) in annotation_br_cntr_entry() 1816 if (strbuf_addstr(&sb, "=-")) in annotation_br_cntr_entry() 1857 if (strbuf_addstr(&sb, pos->abbr_name)) in annotation_br_cntr_entry()
|
D | dwarf-aux.c | 1142 return strbuf_addstr(buf, tmp); in die_get_typename_from_type()
|
D | sort.c | 3990 strbuf_addstr(sb, "\n\t\t\t "); in add_key() 4022 strbuf_addstr(&sb, prefix); in sort_help()
|
/linux-6.12.1/tools/perf/ |
D | builtin-list.c | 315 strbuf_addstr(buf, s); in fix_escape_fprintf() 324 strbuf_addstr(buf, "\\n"); in fix_escape_fprintf() 327 strbuf_addstr(buf, "\\r"); in fix_escape_fprintf()
|
/linux-6.12.1/tools/perf/tests/ |
D | builtin-test.c | 327 strbuf_addstr(&err_output, buf); in finish_test()
|