Home
last modified time | relevance | path

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

/linux-6.12.1/tools/lib/bpf/
Dusdt.c214 #define USDT_MAX_ARG_CNT 12 macro
218 struct usdt_arg_spec args[USDT_MAX_ARG_CNT];
1201 if (spec->arg_cnt >= USDT_MAX_ARG_CNT) { in parse_usdt_spec()
1203 USDT_MAX_ARG_CNT, note->provider, note->name, note->args); in parse_usdt_spec()