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