H A D | tracing_struct.c | 30 BPF_PROG2(test_struct_arg_1,struct bpf_testmod_struct_arg_2,a,int,b,int,c) BPF_PROG2() argument 40 BPF_PROG2(test_struct_arg_2,struct bpf_testmod_struct_arg_2,a,int,b,int,c,int,ret) BPF_PROG2() argument 59 BPF_PROG2(test_struct_arg_3,int,a,struct bpf_testmod_struct_arg_2,b,int,c) BPF_PROG2() argument 69 BPF_PROG2(test_struct_arg_4,int,a,struct bpf_testmod_struct_arg_2,b,int,c,int,ret) BPF_PROG2() argument 76 BPF_PROG2(test_struct_arg_5,int,a,int,b,struct bpf_testmod_struct_arg_2,c) BPF_PROG2() argument 86 BPF_PROG2(test_struct_arg_6,int,a,int,b,struct bpf_testmod_struct_arg_2,c,int,ret) BPF_PROG2() argument 93 BPF_PROG2(test_struct_arg_7,struct bpf_testmod_struct_arg_1,a,int,b,int,c,int,d,struct bpf_testmod_struct_arg_2,e) BPF_PROG2() argument 106 BPF_PROG2(test_struct_arg_8,struct bpf_testmod_struct_arg_1,a,int,b,int,c,int,d,struct bpf_testmod_struct_arg_2,e,int,ret) BPF_PROG2() argument [all...] |
H A D | bpf_core_read.h | 359 #define ___last4(a, b, c, x) x argument 360 #define ___last5(a, b, c, d, x) x argument 361 #define ___last6(a, b, c, d, e, x) x argument 362 #define ___last7(a, b, c, d, e, f, x) x argument 363 #define ___last8(a, b, c, d, e, f, g, x) x argument 364 #define ___last9(a, b, c, d, e, f, g, h, x) x argument 365 #define ___last10(a, b, c, d, e, f, g, h, i, x) x argument 370 #define ___nolast4(a, b, c, _) a, b, c argument 371 #define ___nolast5(a, b, c, argument 372 ___nolast6(a,b,c,d,e,_) global() argument 373 ___nolast7(a,b,c,d,e,f,_) global() argument 374 ___nolast8(a,b,c,d,e,f,g,_) global() argument 375 ___nolast9(a,b,c,d,e,f,g,h,_) global() argument 376 ___nolast10(a,b,c,d,e,f,g,h,i,_) global() argument 381 ___arrow3(a,b,c) global() argument 382 ___arrow4(a,b,c,d) global() argument 383 ___arrow5(a,b,c,d,e) global() argument 384 ___arrow6(a,b,c,d,e,f) global() argument 385 ___arrow7(a,b,c,d,e,f,g) global() argument 386 ___arrow8(a,b,c,d,e,f,g,h) global() argument 387 ___arrow9(a,b,c,d,e,f,g,h,i) global() argument 388 ___arrow10(a,b,c,d,e,f,g,h,i,j) global() argument [all...] |