MAX_PROBE_ARGS
if (argc - 1 > MAX_PROBE_ARGS) {
.max_args = MAX_PROBE_ARGS, .ret = 0};
args = calloc(MAX_PROBE_ARGS, sizeof(struct perf_probe_arg));