Searched refs:e_snprintf (Results 1 – 1 of 1) sorted by relevance
/linux/tools/perf/util/ |
H A D | probe-event.c | 65 int e_snprintf(char *str, size_t size, const char *format, ...) in e_snprintf() function 242 ret = e_snprintf(buf, sizeof(buf), "%s_%s", PERFPROBE_GROUP, ptr1); in convert_exec_to_group() 2339 ret = e_snprintf(buf, 128, "0x%" PRIx64, tp->address); in convert_to_perf_probe_point() 2549 ret = e_snprintf(buf, PATH_MAX, "%s/kprobes/blacklist", __debugfs); in kprobe_blacklist__load() 2698 if (e_snprintf(tmp, 128, "%s:%s", tev->group, tev->event) < 0) in filter_probe_trace_event() 2809 ret = e_snprintf(buf, len, "%s%s", nbase, ret_event ? "__return" : ""); in get_new_event_name() 2832 ret = e_snprintf(buf, len, "%s_%d", nbase, i); in get_new_event_name()
|