Home
last modified time | relevance | path

Searched refs:strbuf_addch (Results 1 – 11 of 11) sorted by relevance

/linux-6.15/tools/perf/
H A Dbuiltin-list.c332 strbuf_addch(buf, '\\'); in fix_escape_fprintf()
335 strbuf_addch(buf, s[s_pos]); in fix_escape_fprintf()
343 strbuf_addch(buf, '%'); in fix_escape_fprintf()
344 strbuf_addch(buf, fmt[fmt_pos]); in fix_escape_fprintf()
348 strbuf_addch(buf, fmt[fmt_pos]); in fix_escape_fprintf()
/linux-6.15/tools/perf/util/
H A Dstrbuf.h83 int strbuf_addch(struct strbuf *sb, int c);
H A Dmetricgroup.c569 ret = strbuf_addch(sb, '!'); in encode_metric_id()
573 ret = strbuf_addch(sb, '0' + (c - code_characters)); in encode_metric_id()
577 ret = strbuf_addch(sb, *x); in encode_metric_id()
603 ret = strbuf_addch(sb, c); in decode_metric_id()
650 ret = strbuf_addch(&sb, ':'); in decode_all_metric_ids()
698 ret = strbuf_addch(events, '{'); in metricgroup__build_event_string()
704 ret = strbuf_addch(events, ','); in metricgroup__build_event_string()
717 ret = strbuf_addch(events, '/'); in metricgroup__build_event_string()
761 ret = strbuf_addch(events, ','); in metricgroup__build_event_string()
H A Dstrbuf.c73 int strbuf_addch(struct strbuf *sb, int c) in strbuf_addch() function
H A Dannotate.c1874 if (strbuf_addch(&sb, '+')) in annotation_br_cntr_entry()
1877 if (strbuf_addch(&sb, ' ')) in annotation_br_cntr_entry()
1881 if ((i < br_cntr_nr - 1) && strbuf_addch(&sb, ',')) in annotation_br_cntr_entry()
1886 if (strbuf_addch(&sb, '|')) in annotation_br_cntr_entry()
1890 if (strbuf_addch(&sb, '-')) in annotation_br_cntr_entry()
1913 if (strbuf_addch(&sb, '+')) in annotation_br_cntr_entry()
1921 if (strbuf_addch(&sb, ' ')) in annotation_br_cntr_entry()
1926 if (!verbose && strbuf_addch(&sb, br_cntr_nr ? '|' : ' ')) in annotation_br_cntr_entry()
H A Dpmus.c590 strbuf_addch(&args->long_string, ','); in build_format_string()
592 strbuf_addch(&args->short_string, ','); in build_format_string()
H A Dprobe-event.c2166 err = strbuf_addch(buf, ' '); in synthesize_probe_trace_arg()
2189 err = strbuf_addch(buf, ')'); in synthesize_probe_trace_arg()
2663 ret = strbuf_addch(result, ')'); in perf_probe_event__sprintf()
H A Dparse-events.c1438 strbuf_addch(&sb, '/'); in parse_events_add_pmu()
2715 ret = strbuf_addch(sb, ','); in parse_events_terms__to_strbuf()
H A Dpython.c1196 strbuf_addch(&sb, ','); in pyrf_evlist__str()
H A Dprobe-finder.c1458 if (strbuf_addch(&buf, '\t') < 0) in collect_variables_cb()
/linux-6.15/tools/perf/bench/
H A Devlist-open-close.c211 err = strbuf_addch(&buf, i == n-1 ? '\0' : ','); in bench__repeat_event_string()