Home
last modified time | relevance | path

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

/Linux-v5.10/tools/perf/util/
Dstrbuf.h85 int strbuf_add(struct strbuf *buf, const void *, size_t);
87 return strbuf_add(sb, s, strlen(s)); in strbuf_addstr()
Ddwarf-aux.c1062 return strbuf_add(buf, "(function_type)", 15); in die_get_typename()
1093 ret = strbuf_add(buf, " (unknown_type)", 14); in die_get_varname()
1156 ret = strbuf_add(buf, "]>", 2); in die_get_var_innermost_scope()
1220 ret = strbuf_add(buf, "]>", 2); in die_get_var_range()
Dstrbuf.c84 int strbuf_add(struct strbuf *sb, const void *data, size_t len) in strbuf_add() function
Dheader.c2392 if (strbuf_add(&sb, str, strlen(str) + 1) < 0) in process_cpu_topology()
2411 if (strbuf_add(&sb, str, strlen(str) + 1) < 0) in process_cpu_topology()
2475 if (strbuf_add(&sb, str, strlen(str) + 1) < 0) in process_cpu_topology()
2574 if (strbuf_add(&sb, "", 1) < 0) in process_pmu_mappings()
3048 if (strbuf_add(&sb, "", 1) < 0) in process_cpu_pmu_caps()
Dprobe-finder.c1518 ret2 = strbuf_add(&buf, in collect_variables_cb()
1521 ret2 = strbuf_add(&buf, "[EXT]\t", 6); in collect_variables_cb()
Dprobe-event.c2558 ret = strbuf_add(result, " with", 5); in perf_probe_event__sprintf()