Searched refs:strbuf_addch (Results 1 – 10 of 10) sorted by relevance
/linux/tools/perf/ |
H A D | builtin-list.c | 332 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/tools/perf/util/ |
H A D | strbuf.h | 83 int strbuf_addch(struct strbuf *sb, int c);
|
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.c | 73 int strbuf_addch(struct strbuf *sb, int c) in strbuf_addch() function
|
H A D | annotate.c | 1823 if (strbuf_addch(&sb, '+')) in annotation_br_cntr_entry() 1826 if (strbuf_addch(&sb, ' ')) in annotation_br_cntr_entry() 1830 if ((i < br_cntr_nr - 1) && strbuf_addch(&sb, ',')) in annotation_br_cntr_entry() 1835 if (strbuf_addch(&sb, '|')) in annotation_br_cntr_entry() 1839 if (strbuf_addch(&sb, '-')) in annotation_br_cntr_entry() 1862 if (strbuf_addch(&sb, '+')) in annotation_br_cntr_entry() 1870 if (strbuf_addch(&sb, ' ')) in annotation_br_cntr_entry() 1875 if (!verbose && strbuf_addch(&sb, br_cntr_nr ? '|' : ' ')) in annotation_br_cntr_entry()
|
H A D | pmus.c | 540 strbuf_addch(&args->long_string, ','); in build_format_string() 542 strbuf_addch(&args->short_string, ','); in build_format_string()
|
H A D | probe-event.c | 2129 err = strbuf_addch(buf, ' '); in synthesize_probe_trace_arg() 2152 err = strbuf_addch(buf, ')'); in synthesize_probe_trace_arg() 2626 ret = strbuf_addch(result, ')'); in perf_probe_event__sprintf()
|
H A D | parse-events.c | 1466 strbuf_addch(&sb, '/'); in parse_events_add_pmu() 2692 ret = strbuf_addch(sb, ','); in parse_events_terms__to_strbuf()
|
H A D | probe-finder.c | 1429 if (strbuf_addch(&buf, '\t') < 0) in collect_variables_cb()
|
/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()
|