Home
last modified time | relevance | path

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

/external/linux-tools-perf/util/
Dprobe-event.c51 #define MAX_CMDLEN 256 macro
1109 buf = zalloc(MAX_CMDLEN); in synthesize_perf_probe_point()
1137 ret = e_snprintf(buf, MAX_CMDLEN, "%s%s%s%s%s", pp->function, in synthesize_perf_probe_point()
1141 ret = e_snprintf(buf, MAX_CMDLEN, "%s%s", file, line); in synthesize_perf_probe_point()
1166 ret = e_snprintf(&buf[len], MAX_CMDLEN - len, " %s",
1268 buf = zalloc(MAX_CMDLEN); in synthesize_probe_trace_command()
1272 len = e_snprintf(buf, MAX_CMDLEN, "%c:%s/%s %s+%lu", in synthesize_probe_trace_command()
1281 MAX_CMDLEN - len); in synthesize_probe_trace_command()
1437 char buf[MAX_CMDLEN]; in get_probe_trace_command_rawlist()
1445 p = fgets(buf, MAX_CMDLEN, fp); in get_probe_trace_command_rawlist()