Home
last modified time | relevance | path

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

/tools/perf/util/
Dprobe-finder.h11 #define MAX_PROBE_ARGS 128 macro
Dprobe-finder.c1231 .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()
Dprobe-event.c1659 if (argc - 1 > MAX_PROBE_ARGS) { in parse_perf_probe_command()