Searched refs:MAX_PROBE_ARGS (Results 1 – 3 of 3) sorted by relevance
11 #define MAX_PROBE_ARGS 128 macro
1231 .max_args = MAX_PROBE_ARGS, .ret = 0}; in expand_probe_args()1290 args = zalloc(sizeof(struct perf_probe_arg) * MAX_PROBE_ARGS); in add_probe_trace_event()
1659 if (argc - 1 > MAX_PROBE_ARGS) { in parse_perf_probe_command()