Searched refs:strbuf_addch (Results 1 – 8 of 8) sorted by relevance
/openbmc/linux/tools/perf/ |
H A D | builtin-list.c | 300 strbuf_addch(buf, '\\'); in fix_escape_printf() 303 strbuf_addch(buf, s[s_pos]); in fix_escape_printf() 311 strbuf_addch(buf, '%'); in fix_escape_printf() 312 strbuf_addch(buf, fmt[fmt_pos]); in fix_escape_printf() 316 strbuf_addch(buf, fmt[fmt_pos]); in fix_escape_printf()
|
/openbmc/linux/tools/perf/util/ |
H A D | metricgroup.c | 568 ret = strbuf_addch(sb, '!'); in encode_metric_id() 572 ret = strbuf_addch(sb, '0' + (c - code_characters)); in encode_metric_id() 576 ret = strbuf_addch(sb, *x); in encode_metric_id() 602 ret = strbuf_addch(sb, c); in decode_metric_id() 649 ret = strbuf_addch(&sb, ':'); in decode_all_metric_ids() 697 ret = strbuf_addch(events, '{'); in metricgroup__build_event_string() 703 ret = strbuf_addch(events, ','); in metricgroup__build_event_string() 716 ret = strbuf_addch(events, '/'); in metricgroup__build_event_string() 760 ret = strbuf_addch(events, ','); in metricgroup__build_event_string()
|
H A D | strbuf.h | 83 int strbuf_addch(struct strbuf *sb, int c);
|
H A D | strbuf.c | 73 int strbuf_addch(struct strbuf *sb, int c) in strbuf_addch() function
|
H A D | probe-event.c | 2117 err = strbuf_addch(buf, ' '); in synthesize_probe_trace_arg() 2140 err = strbuf_addch(buf, ')'); in synthesize_probe_trace_arg() 2616 ret = strbuf_addch(result, ')'); in perf_probe_event__sprintf()
|
H A D | parse-events.c | 1404 strbuf_addch(&sb, '/'); in parse_events_add_pmu() 2602 ret = strbuf_addch(sb, ','); in parse_events_term__to_strbuf()
|
H A D | probe-finder.c | 1553 if (strbuf_addch(&buf, '\t') < 0) in collect_variables_cb()
|
/openbmc/linux/tools/perf/bench/ |
H A D | evlist-open-close.c | 211 err = strbuf_addch(&buf, i == n-1 ? '\0' : ','); in bench__repeat_event_string()
|