Symbol: bpf_usdt_arg
tools/lib/bpf/usdt.bpf.h
289
#define ___bpf_usdt_args1(x) ___bpf_usdt_args0(), ({ long _x; bpf_usdt_arg(ctx, 0, &_x); _x; })
tools/lib/bpf/usdt.bpf.h
290
#define ___bpf_usdt_args2(x, args...) ___bpf_usdt_args1(args), ({ long _x; bpf_usdt_arg(ctx, 1, &_x); _x; })
tools/lib/bpf/usdt.bpf.h
291
#define ___bpf_usdt_args3(x, args...) ___bpf_usdt_args2(args), ({ long _x; bpf_usdt_arg(ctx, 2, &_x); _x; })
tools/lib/bpf/usdt.bpf.h
292
#define ___bpf_usdt_args4(x, args...) ___bpf_usdt_args3(args), ({ long _x; bpf_usdt_arg(ctx, 3, &_x); _x; })
tools/lib/bpf/usdt.bpf.h
293
#define ___bpf_usdt_args5(x, args...) ___bpf_usdt_args4(args), ({ long _x; bpf_usdt_arg(ctx, 4, &_x); _x; })
tools/lib/bpf/usdt.bpf.h
294
#define ___bpf_usdt_args6(x, args...) ___bpf_usdt_args5(args), ({ long _x; bpf_usdt_arg(ctx, 5, &_x); _x; })
tools/lib/bpf/usdt.bpf.h
295
#define ___bpf_usdt_args7(x, args...) ___bpf_usdt_args6(args), ({ long _x; bpf_usdt_arg(ctx, 6, &_x); _x; })
tools/lib/bpf/usdt.bpf.h
296
#define ___bpf_usdt_args8(x, args...) ___bpf_usdt_args7(args), ({ long _x; bpf_usdt_arg(ctx, 7, &_x); _x; })
tools/lib/bpf/usdt.bpf.h
297
#define ___bpf_usdt_args9(x, args...) ___bpf_usdt_args8(args), ({ long _x; bpf_usdt_arg(ctx, 8, &_x); _x; })
tools/lib/bpf/usdt.bpf.h
298
#define ___bpf_usdt_args10(x, args...) ___bpf_usdt_args9(args), ({ long _x; bpf_usdt_arg(ctx, 9, &_x); _x; })
tools/lib/bpf/usdt.bpf.h
299
#define ___bpf_usdt_args11(x, args...) ___bpf_usdt_args10(args), ({ long _x; bpf_usdt_arg(ctx, 10, &_x); _x; })
tools/lib/bpf/usdt.bpf.h
300
#define ___bpf_usdt_args12(x, args...) ___bpf_usdt_args11(args), ({ long _x; bpf_usdt_arg(ctx, 11, &_x); _x; })
tools/testing/selftests/bpf/progs/test_usdt.c
134
usdt_sib_arg_ret = bpf_usdt_arg(ctx, 0, &tmp);
tools/testing/selftests/bpf/progs/test_usdt.c
29
usdt0_arg_ret = bpf_usdt_arg(ctx, bpf_get_prandom_u32(), &tmp);
tools/testing/selftests/bpf/progs/test_usdt.c
54
usdt3_arg_rets[0] = bpf_usdt_arg(ctx, 0, &tmp);
tools/testing/selftests/bpf/progs/test_usdt.c
58
usdt3_arg_rets[1] = bpf_usdt_arg(ctx, 1, &tmp);
tools/testing/selftests/bpf/progs/test_usdt.c
62
usdt3_arg_rets[2] = bpf_usdt_arg(ctx, 2, &tmp);