Searched refs:e_snprintf (Results 1 – 3 of 3) sorted by relevance
/Linux-v5.15/tools/perf/util/ |
D | probe-event.h | 189 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 | 57 int e_snprintf(char *str, size_t size, const char *format, ...) in e_snprintf() function 215 ret = e_snprintf(buf, 64, "%s_%s", PERFPROBE_GROUP, ptr1); in convert_exec_to_group() 2272 ret = e_snprintf(buf, 128, "0x%" PRIx64, tp->address); in convert_to_perf_probe_point() 2482 ret = e_snprintf(buf, PATH_MAX, "%s/kprobes/blacklist", __debugfs); in kprobe_blacklist__load() 2631 if (e_snprintf(tmp, 128, "%s:%s", tev->group, tev->event) < 0) in filter_probe_trace_event() 2728 ret = e_snprintf(buf, len, "%s%s", nbase, ret_event ? "__return" : ""); in get_new_event_name() 2748 ret = e_snprintf(buf, len, "%s_%d", nbase, i); in get_new_event_name()
|