Home
last modified time | relevance | path

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

/linux-6.3-rc2/tools/perf/util/
A Dstrbuf.h85 int strbuf_add(struct strbuf *buf, const void *, size_t);
87 return strbuf_add(sb, s, strlen(s)); in strbuf_addstr()
A Ddwarf-aux.c1075 return strbuf_add(buf, "(function_type)", 15); in die_get_typename()
1106 ret = strbuf_add(buf, " (unknown_type)", 14); in die_get_varname()
1169 ret = strbuf_add(buf, "]>", 2); in die_get_var_innermost_scope()
1233 ret = strbuf_add(buf, "]>", 2); in die_get_var_range()
A Dstrbuf.c84 int strbuf_add(struct strbuf *sb, const void *data, size_t len) in strbuf_add() function
A Dmetricgroup.c683 ret = strbuf_add(events, id, sep - id); in metricgroup__build_event_string()
688 ret = strbuf_add(events, sep + 1, rsep - sep - 1); in metricgroup__build_event_string()
696 ret = strbuf_add(events, id, sep - id); in metricgroup__build_event_string()
A Denv.c346 if (strbuf_add(&sb, "", 1) < 0) in perf_env__read_pmu_mappings()
A Dprobe-finder.c1537 ret2 = strbuf_add(&buf, in collect_variables_cb()
1540 ret2 = strbuf_add(&buf, "[EXT]\t", 6); in collect_variables_cb()
A Dheader.c2570 if (strbuf_add(&sb, str, strlen(str) + 1) < 0) in process_cpu_topology()
2589 if (strbuf_add(&sb, str, strlen(str) + 1) < 0) in process_cpu_topology()
2653 if (strbuf_add(&sb, str, strlen(str) + 1) < 0) in process_cpu_topology()
2752 if (strbuf_add(&sb, "", 1) < 0) in process_pmu_mappings()
A Dprobe-event.c2591 ret = strbuf_add(result, " with", 5); in perf_probe_event__sprintf()
/linux-6.3-rc2/tools/perf/bench/
A Devlist-open-close.c205 err = strbuf_add(&buf, evstr, str_size); in bench__repeat_event_string()

Completed in 27 milliseconds