Lines Matching refs:MAX_CMDLEN
50 #define MAX_CMDLEN 256 macro
1670 buf = zalloc(MAX_CMDLEN); in synthesize_perf_probe_point()
1698 ret = e_snprintf(buf, MAX_CMDLEN, "%s%s%s%s%s", pp->function, in synthesize_perf_probe_point()
1702 ret = e_snprintf(buf, MAX_CMDLEN, "%s%s", file, line); in synthesize_perf_probe_point()
1725 ret = e_snprintf(&buf[len], MAX_CMDLEN - len, " %s",
1827 buf = zalloc(MAX_CMDLEN); in synthesize_probe_trace_command()
1831 len = e_snprintf(buf, MAX_CMDLEN, "%c:%s/%s ", tp->retprobe ? 'r' : 'p', in synthesize_probe_trace_command()
1852 ret = e_snprintf(buf + len, MAX_CMDLEN - len, "%s:0x%lx", in synthesize_probe_trace_command()
1856 ret = e_snprintf(buf + len, MAX_CMDLEN - len, "%s%s0x%lx", in synthesize_probe_trace_command()
1860 ret = e_snprintf(buf + len, MAX_CMDLEN - len, "%s%s%s+%lu", in synthesize_probe_trace_command()
1870 MAX_CMDLEN - len); in synthesize_probe_trace_command()