Home
last modified time | relevance | path

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

/external/linux-tools-perf/perf-3.12.0/tools/perf/util/
Dprobe-event.c49 #define MAX_CMDLEN 256 macro
1242 buf = zalloc(MAX_CMDLEN); in synthesize_perf_probe_point()
1270 ret = e_snprintf(buf, MAX_CMDLEN, "%s%s%s%s%s", pp->function, in synthesize_perf_probe_point()
1274 ret = e_snprintf(buf, MAX_CMDLEN, "%s%s", file, line); in synthesize_perf_probe_point()
1299 ret = e_snprintf(&buf[len], MAX_CMDLEN - len, " %s",
1401 buf = zalloc(MAX_CMDLEN); in synthesize_probe_trace_command()
1406 len = e_snprintf(buf, MAX_CMDLEN, "%c:%s/%s %s:%s", in synthesize_probe_trace_command()
1411 len = e_snprintf(buf, MAX_CMDLEN, "%c:%s/%s %s%s%s+%lu", in synthesize_probe_trace_command()
1422 MAX_CMDLEN - len); in synthesize_probe_trace_command()
1607 char buf[MAX_CMDLEN]; in get_probe_trace_command_rawlist()
[all …]