Searched refs:strbuf_addch (Results 1 – 12 of 12) sorted by relevance
| /linux/tools/perf/ |
| H A D | builtin-list.c | 339 strbuf_addch(buf, '\\'); in fix_escape_fprintf() 342 strbuf_addch(buf, s[s_pos]); in fix_escape_fprintf() 350 strbuf_addch(buf, '%'); in fix_escape_fprintf() 351 strbuf_addch(buf, fmt[fmt_pos]); in fix_escape_fprintf() 355 strbuf_addch(buf, fmt[fmt_pos]); in fix_escape_fprintf()
|
| /linux/tools/perf/util/ |
| H A D | metricgroup.c | 459 ret = strbuf_addch(sb, '!'); in encode_metric_id() 463 ret = strbuf_addch(sb, '0' + (c - code_characters)); in encode_metric_id() 467 ret = strbuf_addch(sb, *x); in encode_metric_id() 493 ret = strbuf_addch(sb, c); in decode_metric_id() 540 ret = strbuf_addch(&sb, ':'); in decode_all_metric_ids() 588 ret = strbuf_addch(events, '{'); in metricgroup__build_event_string() 594 ret = strbuf_addch(events, ','); in metricgroup__build_event_string() 607 ret = strbuf_addch(events, '/'); in metricgroup__build_event_string() 651 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 | annotate.c | 1914 if (strbuf_addch(&sb, '+')) in annotation_br_cntr_entry() 1917 if (strbuf_addch(&sb, ' ')) in annotation_br_cntr_entry() 1921 if ((i < br_cntr_nr - 1) && strbuf_addch(&sb, ',')) in annotation_br_cntr_entry() 1926 if (strbuf_addch(&sb, '|')) in annotation_br_cntr_entry() 1930 if (strbuf_addch(&sb, '-')) in annotation_br_cntr_entry() 1953 if (strbuf_addch(&sb, '+')) 1961 if (strbuf_addch(&sb, ' ')) in disasm_line__snprint_type_info() 1966 if (!verbose && strbuf_addch(&sb, br_cntr_nr ? '|' : ' ')) in disasm_line__snprint_type_info()
|
| H A D | pmus.c | 708 strbuf_addch(&args->long_string, ','); in build_format_string() 710 strbuf_addch(&args->short_string, ','); in build_format_string()
|
| H A D | evlist.c | 2649 strbuf_addch(sb, '}'); in evlist__uniquify_evsel_names() 2652 strbuf_addch(sb, ','); in evlist__uniquify_evsel_names() 2659 strbuf_addch(sb, '{'); in evlist__has_bpf_output() 2666 strbuf_addch(sb, '}'); in evlist__has_bpf_output()
|
| H A D | probe-event.c | 2169 err = strbuf_addch(buf, ' '); in synthesize_probe_trace_arg() 2192 err = strbuf_addch(buf, ')'); in synthesize_probe_trace_arg() 2667 ret = strbuf_addch(result, ')'); in perf_probe_event__sprintf()
|
| H A D | parse-events.c | 1516 strbuf_addch(&sb, '/'); in parse_events_add_pmu() 2875 ret = strbuf_addch(sb, ','); in config_terms_list()
|
| H A D | probe-finder.c | 1485 if (strbuf_addch(&buf, '\t') < 0) in available_var_finder_overlap()
|
| H A D | python.c | 3251 strbuf_addch(&sb, ',');
|
| /linux/tools/perf/bench/ |
| H A D | evlist-open-close.c | 206 err = strbuf_addch(&buf, i == n-1 ? '\0' : ','); in bench__repeat_event_string() 208 pr_err("strbuf_addch: %s\n", str_error_r(err, sbuf, sizeof(sbuf))); in bench__repeat_event_string()
|