Home
last modified time | relevance | path

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

/Linux-v4.19/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.c945 return strbuf_add(buf, "(function_type)", 15); in die_get_typename()
976 ret = strbuf_add(buf, " (unknown_type)", 14); in die_get_varname()
1039 ret = strbuf_add(buf, "]>", 2); in die_get_var_innermost_scope()
1103 ret = strbuf_add(buf, "]>", 2); in die_get_var_range()
Dstrbuf.c78 int strbuf_add(struct strbuf *sb, const void *data, size_t len) in strbuf_add() function
Dprobe-finder.c1380 ret2 = strbuf_add(&buf, in collect_variables_cb()
1383 ret2 = strbuf_add(&buf, "[EXT]\t", 6); in collect_variables_cb()
Dheader.c2149 if (strbuf_add(&sb, str, strlen(str) + 1) < 0) in process_cpu_topology()
2168 if (strbuf_add(&sb, str, strlen(str) + 1) < 0) in process_cpu_topology()
2294 if (strbuf_add(&sb, "", 1) < 0) in process_pmu_mappings()
Dprobe-event.c2443 ret = strbuf_add(result, " with", 5); in perf_probe_event__sprintf()