Searched refs:strbuf_add (Results 1 – 8 of 8) sorted by relevance
/Linux-v5.15/tools/perf/util/ |
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()
|
D | dwarf-aux.c | 1066 return strbuf_add(buf, "(function_type)", 15); in die_get_typename() 1097 ret = strbuf_add(buf, " (unknown_type)", 14); in die_get_varname() 1160 ret = strbuf_add(buf, "]>", 2); in die_get_var_innermost_scope() 1224 ret = strbuf_add(buf, "]>", 2); in die_get_var_range()
|
D | strbuf.c | 84 int strbuf_add(struct strbuf *sb, const void *data, size_t len) in strbuf_add() function
|
D | env.c | 336 if (strbuf_add(&sb, "", 1) < 0) in perf_env__read_pmu_mappings()
|
D | header.c | 2498 if (strbuf_add(&sb, str, strlen(str) + 1) < 0) in process_cpu_topology() 2517 if (strbuf_add(&sb, str, strlen(str) + 1) < 0) in process_cpu_topology() 2581 if (strbuf_add(&sb, str, strlen(str) + 1) < 0) in process_cpu_topology() 2680 if (strbuf_add(&sb, "", 1) < 0) in process_pmu_mappings() 3190 if (strbuf_add(&sb, "", 1) < 0) in process_per_cpu_pmu_caps()
|
D | probe-finder.c | 1528 ret2 = strbuf_add(&buf, in collect_variables_cb() 1531 ret2 = strbuf_add(&buf, "[EXT]\t", 6); in collect_variables_cb()
|
D | probe-event.c | 2586 ret = strbuf_add(result, " with", 5); in perf_probe_event__sprintf()
|
/Linux-v5.15/tools/perf/bench/ |
D | evlist-open-close.c | 198 err = strbuf_add(&buf, evstr, str_size); in bench__repeat_event_string()
|