Searched refs:e_snprintf (Results 1 – 3 of 3) sorted by relevance
/linux-6.12.1/tools/perf/util/ |
D | probe-event.h | 188 int e_snprintf(char *str, size_t size, const char *format, ...) __printf(3, 4);
|
D | probe-file.c | 114 ret = e_snprintf(buf, PATH_MAX, "%s/%s", tracing_path_mount(), trace_file); in open_trace_file() 237 ret = e_snprintf(buf, 128, "%s:%s", tev.group, in __probe_file__get_namelist() 296 ret = e_snprintf(buf, 128, "-:%s", ent->s); in __del_trace_probe_event()
|
D | probe-event.c | 61 int e_snprintf(char *str, size_t size, const char *format, ...) in e_snprintf() function 238 ret = e_snprintf(buf, sizeof(buf), "%s_%s", PERFPROBE_GROUP, ptr1); in convert_exec_to_group() 2302 ret = e_snprintf(buf, 128, "0x%" PRIx64, tp->address); in convert_to_perf_probe_point() 2512 ret = e_snprintf(buf, PATH_MAX, "%s/kprobes/blacklist", __debugfs); in kprobe_blacklist__load() 2661 if (e_snprintf(tmp, 128, "%s:%s", tev->group, tev->event) < 0) in filter_probe_trace_event() 2758 ret = e_snprintf(buf, len, "%s%s", nbase, ret_event ? "__return" : ""); in get_new_event_name() 2778 ret = e_snprintf(buf, len, "%s_%d", nbase, i); in get_new_event_name()
|