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

/linux-master/tools/lib/bpf/
H A Dusdt.bpf.h218 #define ___bpf_usdt_args2(x, args...) ___bpf_usdt_args1(args), ({ long _x; bpf_usdt_arg(ctx, 1, &_x); (void *)_x; }) macro
219 #define ___bpf_usdt_args3(x, args...) ___bpf_usdt_args2(args), ({ long _x; bpf_usdt_arg(ctx, 2, &_x); (void *)_x; })

Completed in 128 milliseconds