Home
last modified time | relevance | path

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

/linux-6.12.1/tools/perf/util/
Dprobe-finder.h13 #define MAX_PROBE_ARGS 128 macro
Dprobe-finder.c1202 .max_args = MAX_PROBE_ARGS, .ret = 0}; in expand_probe_args()
1280 args = zalloc(sizeof(struct perf_probe_arg) * MAX_PROBE_ARGS); in add_probe_trace_event()
Dprobe-event.c1790 if (argc - 1 > MAX_PROBE_ARGS) { in parse_perf_probe_command()