Searched refs:strbuf_add (Results 1 – 10 of 10) sorted by relevance
/linux/tools/perf/util/ |
H A 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()
|
H A D | strbuf.c | 84 int strbuf_add(struct strbuf *sb, const void *data, size_t len) in strbuf_add() function
|
H A D | metricgroup.c | 594 ret = strbuf_add(events, id, sep - id); in metricgroup__build_event_string() 599 ret = strbuf_add(events, sep + 1, rsep - sep - 1); in metricgroup__build_event_string() 607 ret = strbuf_add(events, id, sep - id); in metricgroup__build_event_string()
|
H A D | env.c | 385 if (strbuf_add(&sb, "", 1) < 0) in perf_env__read_pmu_mappings()
|
H A D | probe-finder.c | 1447 ret2 = strbuf_add(&buf, in collect_variables_cb() 1450 ret2 = strbuf_add(&buf, "[EXT]\t", 6); in collect_variables_cb()
|
H A D | header.c | 2601 if (strbuf_add(&sb, str, strlen(str) + 1) < 0) in process_cpu_topology() 2620 if (strbuf_add(&sb, str, strlen(str) + 1) < 0) in process_cpu_topology() 2669 if (strbuf_add(&sb, str, strlen(str) + 1) < 0) in process_cpu_topology() 2770 if (strbuf_add(&sb, "", 1) < 0) in process_pmu_mappings()
|
H A D | annotate-data.c | 363 strbuf_add(&sb, "(unknown type)", 14); in dso__findnew_data_type()
|
H A D | probe-event.c | 2657 ret = strbuf_add(result, " with", 5); in perf_probe_event__sprintf()
|
/linux/tools/perf/arch/x86/tests/ |
H A D | amd-ibs-period.c | 111 strbuf_add(&sb, taskset, strlen(taskset)); in dummy_workload_2() 112 strbuf_add(&sb, perf, strlen(perf)); in dummy_workload_2() 113 strbuf_add(&sb, bench, strlen(bench)); in dummy_workload_2()
|
/linux/tools/perf/bench/ |
H A D | evlist-open-close.c | 198 err = strbuf_add(&buf, evstr, str_size); in bench__repeat_event_string()
|