Lines Matching refs:MAX_CMDLEN
50 #define MAX_CMDLEN 256 macro
1536 buf = zalloc(MAX_CMDLEN); 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",
1693 buf = zalloc(MAX_CMDLEN); in synthesize_probe_trace_command()
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()
1721 MAX_CMDLEN - len); in synthesize_probe_trace_command()
1982 char buf[MAX_CMDLEN]; in get_probe_trace_command_rawlist()
1990 p = fgets(buf, MAX_CMDLEN, fp); in get_probe_trace_command_rawlist()