Home
last modified time | relevance | path

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

/linux-5.19.10/tools/perf/util/
Dprobe-finder.h13 #define MAX_PROBE_ARGS 128 macro
Dprobe-finder.c1313 .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()
Dprobe-event.c1764 if (argc - 1 > MAX_PROBE_ARGS) { in parse_perf_probe_command()