Home
last modified time | relevance | path

Searched refs:e_snprintf (Results 1 – 3 of 3) sorted by relevance

/tools/perf/util/
Dprobe-event.h169 int e_snprintf(char *str, size_t size, const char *format, ...)
Dprobe-file.c78 ret = e_snprintf(buf, PATH_MAX, "%s/%s", in open_probe_events()
202 ret = e_snprintf(buf, 128, "%s:%s", tev.group, in __probe_file__get_namelist()
258 ret = e_snprintf(buf, 128, "-:%s", ent->s); in __del_trace_probe_event()
Dprobe-event.c58 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()
2121 ret = e_snprintf(buf, 128, "0x%" PRIx64, (u64)tp->address); in convert_to_perf_probe_point()
2331 ret = e_snprintf(buf, PATH_MAX, "%s/kprobes/blacklist", __debugfs); in kprobe_blacklist__load()
2481 if (e_snprintf(tmp, 128, "%s:%s", tev->group, tev->event) < 0) in filter_probe_trace_event()
2577 ret = e_snprintf(buf, len, "%s", nbase); in get_new_event_name()
2597 ret = e_snprintf(buf, len, "%s_%d", nbase, i); in get_new_event_name()