Home
last modified time | relevance | path

Searched refs:strbuf_add (Results 1 – 10 of 10) sorted by relevance

/linux-6.15/tools/perf/util/
H A Dstrbuf.h85 int strbuf_add(struct strbuf *buf, const void *, size_t);
87 return strbuf_add(sb, s, strlen(s)); in strbuf_addstr()
H A Dstrbuf.c84 int strbuf_add(struct strbuf *sb, const void *data, size_t len) in strbuf_add() function
H A Ddwarf-aux.c1119 return strbuf_add(buf, "(function_type)", 15); in die_get_typename_from_type()
1179 ret = strbuf_add(buf, "(unknown_type)", 14); in die_get_varname()
1304 ret = strbuf_add(buf, "]>", 2); in die_get_var_innermost_scope()
1368 ret = strbuf_add(buf, "]>", 2); in die_get_var_range()
H A Dmetricgroup.c715 ret = strbuf_add(events, id, sep - id); in metricgroup__build_event_string()
720 ret = strbuf_add(events, sep + 1, rsep - sep - 1); in metricgroup__build_event_string()
728 ret = strbuf_add(events, id, sep - id); in metricgroup__build_event_string()
H A Denv.c369 if (strbuf_add(&sb, "", 1) < 0) in perf_env__read_pmu_mappings()
H A Dprobe-finder.c1446 ret2 = strbuf_add(&buf, in collect_variables_cb()
1449 ret2 = strbuf_add(&buf, "[EXT]\t", 6); in collect_variables_cb()
H A Dheader.c2582 if (strbuf_add(&sb, str, strlen(str) + 1) < 0) in process_cpu_topology()
2601 if (strbuf_add(&sb, str, strlen(str) + 1) < 0) in process_cpu_topology()
2665 if (strbuf_add(&sb, str, strlen(str) + 1) < 0) in process_cpu_topology()
2764 if (strbuf_add(&sb, "", 1) < 0) in process_pmu_mappings()
H A Dannotate-data.c363 strbuf_add(&sb, "(unknown type)", 14); in dso__findnew_data_type()
H A Dprobe-event.c2653 ret = strbuf_add(result, " with", 5); in perf_probe_event__sprintf()
/linux-6.15/tools/perf/bench/
H A Devlist-open-close.c205 err = strbuf_add(&buf, evstr, str_size); in bench__repeat_event_string()