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

/linux-master/tools/lib/bpf/
H A Dusdt.bpf.h223 #define ___bpf_usdt_args7(x, args...) ___bpf_usdt_args6(args), ({ long _x; bpf_usdt_arg(ctx, 6, &_x); (void *)_x; }) macro
224 #define ___bpf_usdt_args8(x, args...) ___bpf_usdt_args7(args), ({ long _x; bpf_usdt_arg(ctx, 7, &_x); (void *)_x; })

Completed in 125 milliseconds