| H A D | tracing_struct.c | 11 struct bpf_testmod_struct_arg_2 { struct 30 struct bpf_testmod_struct_arg_2 arg; in BPF_PROG2() argument 45 int BPF_PROG2(test_struct_arg_1, struct bpf_testmod_struct_arg_2, a, int, b, int, c) in BPF_PROG2() 55 int BPF_PROG2(test_struct_arg_2, struct bpf_testmod_struct_arg_2, a, int, b, int, c, int, ret) in BPF_PROG2() 74 int BPF_PROG2(test_struct_arg_3, int, a, struct bpf_testmod_struct_arg_2, b, int, c) 84 int BPF_PROG2(test_struct_arg_4, int, a, struct bpf_testmod_struct_arg_2, b, int, c, int, ret) 91 int BPF_PROG2(test_struct_arg_5, int, a, int, b, struct bpf_testmod_struct_arg_2, c) 101 int BPF_PROG2(test_struct_arg_6, int, a, int, b, struct bpf_testmod_struct_arg_2, c, int, ret) in BPF_PROG2() 109 int, c, int, d, struct bpf_testmod_struct_arg_2, e) in BPF_PROG2() 122 int, c, int, d, struct bpf_testmod_struct_arg_2, in BPF_PROG2() 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 94 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 107 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...] |