Searched refs:strbuf_add (Results 1 – 9 of 9) sorted by relevance
/openbmc/linux/tools/perf/util/ |
H A D | strbuf.h | 85 int strbuf_add(struct strbuf *buf, const void *, size_t); 87 return strbuf_add(sb, s, strlen(s)); in strbuf_addstr()
|
H A D | dwarf-aux.c | 1077 return strbuf_add(buf, "(function_type)", 15); in die_get_typename() 1110 ret = strbuf_add(buf, "(unknown_type)", 14); in die_get_varname() 1173 ret = strbuf_add(buf, "]>", 2); in die_get_var_innermost_scope() 1237 ret = strbuf_add(buf, "]>", 2); in die_get_var_range()
|
H A D | strbuf.c | 84 int strbuf_add(struct strbuf *sb, const void *data, size_t len) in strbuf_add() function
|
H A D | metricgroup.c | 714 ret = strbuf_add(events, id, sep - id); in metricgroup__build_event_string() 719 ret = strbuf_add(events, sep + 1, rsep - sep - 1); in metricgroup__build_event_string() 727 ret = strbuf_add(events, id, sep - id); in metricgroup__build_event_string()
|
H A D | env.c | 357 if (strbuf_add(&sb, "", 1) < 0) in perf_env__read_pmu_mappings()
|
H A D | probe-finder.c | 1537 ret2 = strbuf_add(&buf, in collect_variables_cb() 1540 ret2 = strbuf_add(&buf, "[EXT]\t", 6); in collect_variables_cb()
|
H A D | header.c | 2603 if (strbuf_add(&sb, str, strlen(str) + 1) < 0) in process_cpu_topology() 2622 if (strbuf_add(&sb, str, strlen(str) + 1) < 0) in process_cpu_topology() 2686 if (strbuf_add(&sb, str, strlen(str) + 1) < 0) in process_cpu_topology() 2785 if (strbuf_add(&sb, "", 1) < 0) in process_pmu_mappings()
|
H A D | probe-event.c | 2606 ret = strbuf_add(result, " with", 5); in perf_probe_event__sprintf()
|
/openbmc/linux/tools/perf/bench/ |
H A D | evlist-open-close.c | 205 err = strbuf_add(&buf, evstr, str_size); in bench__repeat_event_string()
|