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

/linux-master/tools/lib/bpf/
H A Dusdt.bpf.h220 #define ___bpf_usdt_args4(x, args...) ___bpf_usdt_args3(args), ({ long _x; bpf_usdt_arg(ctx, 3, &_x); (void *)_x; }) macro
221 #define ___bpf_usdt_args5(x, args...) ___bpf_usdt_args4(args), ({ long _x; bpf_usdt_arg(ctx, 4, &_x); (void *)_x; })

Completed in 98 milliseconds