Lines Matching refs:e_snprintf
58 static int e_snprintf(char *str, size_t size, const char *format, ...)
61 static int e_snprintf(char *str, size_t size, const char *format, ...) in e_snprintf() function
262 ret = e_snprintf(buf, 64, "%s_%s", PERFPROBE_GROUP, ptr1); in convert_exec_to_group()
1494 ret = e_snprintf(tmp, len, "%s=%s", pa->name, pa->var); in synthesize_perf_probe_arg()
1496 ret = e_snprintf(tmp, len, "%s", pa->name ? pa->name : pa->var); in synthesize_perf_probe_arg()
1504 ret = e_snprintf(tmp, len, "%s", field->name); in synthesize_perf_probe_arg()
1506 ret = e_snprintf(tmp, len, "%s%s", in synthesize_perf_probe_arg()
1516 ret = e_snprintf(tmp, len, ":%s", pa->type); in synthesize_perf_probe_arg()
1542 ret = e_snprintf(offs, 32, "+%lu", pp->offset); in synthesize_perf_probe_point()
1547 ret = e_snprintf(line, 32, ":%d", pp->line); in synthesize_perf_probe_point()
1558 ret = e_snprintf(file, 32, "@%s", tmp); in synthesize_perf_probe_point()
1564 ret = e_snprintf(buf, MAX_CMDLEN, "%s%s%s%s%s", pp->function, in synthesize_perf_probe_point()
1568 ret = e_snprintf(buf, MAX_CMDLEN, "%s%s", file, line); in synthesize_perf_probe_point()
1591 ret = e_snprintf(&buf[len], MAX_CMDLEN - len, " %s",
1616 ret = e_snprintf(*buf, *buflen, "%+ld(", ref->offset); in __synthesize_probe_trace_arg_ref()
1637 ret = e_snprintf(buf, buflen, " %s=", arg->name); in synthesize_probe_trace_arg()
1639 ret = e_snprintf(buf, buflen, " "); in synthesize_probe_trace_arg()
1659 ret = e_snprintf(buf, buflen, "%s%+ld", arg->value, in synthesize_probe_trace_arg()
1662 ret = e_snprintf(buf, buflen, "%s", arg->value); in synthesize_probe_trace_arg()
1670 ret = e_snprintf(buf, buflen, ")"); in synthesize_probe_trace_arg()
1678 ret = e_snprintf(buf, buflen, ":%s", arg->type); in synthesize_probe_trace_arg()
1697 len = e_snprintf(buf, MAX_CMDLEN, "%c:%s/%s ", tp->retprobe ? 'r' : 'p', in synthesize_probe_trace_command()
1708 ret = e_snprintf(buf + len, MAX_CMDLEN - len, "%s:0x%lx", in synthesize_probe_trace_command()
1711 ret = e_snprintf(buf + len, MAX_CMDLEN - len, "%s%s%s+%lu", in synthesize_probe_trace_command()
1792 ret = e_snprintf(buf, 128, "0x%" PRIx64, (u64)tp->address); in convert_to_perf_probe_point()
1952 ret = e_snprintf(buf, PATH_MAX, "%s/%s%s", in open_probe_events()
2040 ret = e_snprintf(buf, PATH_MAX, "%s/kprobes/blacklist", __debugfs); in kprobe_blacklist__load()
2111 ret = e_snprintf(buf, 128, "%s:%s", pev->group, pev->event); in show_perf_probe_event()
2222 ret = e_snprintf(buf, 128, "%s:%s", tev.group, in get_probe_trace_event_names()
2271 ret = e_snprintf(buf, len, "%s", base); in get_new_event_name()
2287 ret = e_snprintf(buf, len, "%s_%d", base, i); in get_new_event_name()
2659 ret = e_snprintf(buf, 128, "-:%s", ent->s); in __del_trace_probe_event()
2756 ret = e_snprintf(buf, 128, "%s:%s", group, event); in del_perf_probe_events()