Searched refs:___bpf_usdt_args9 (Results 1 - 1 of 1) sorted by relevance

/linux-master/tools/lib/bpf/
H A Dusdt.bpf.h225 #define ___bpf_usdt_args9(x, args...) ___bpf_usdt_args8(args), ({ long _x; bpf_usdt_arg(ctx, 8, &_x); (void *)_x; }) macro
226 #define ___bpf_usdt_args10(x, args...) ___bpf_usdt_args9(args), ({ long _x; bpf_usdt_arg(ctx, 9, &_x); (void *)_x; })

Completed in 86 milliseconds