bpf_testmod_test_read_ctx
.read_ctx_sz = sizeof(struct bpf_testmod_test_read_ctx),\
i += ((struct bpf_testmod_test_read_ctx *)ctx)->len; \
struct bpf_testmod_test_read_ctx *read_ctx)
out->read_ctx_sz = bpf_core_type_size(struct bpf_testmod_test_read_ctx);
out->read_ctx_exists = bpf_core_type_exists(struct bpf_testmod_test_read_ctx);
struct bpf_testmod_test_read_ctx *read_ctx)
out->read_ctx_sz = bpf_core_type_size(struct bpf_testmod_test_read_ctx);
out->read_ctx_exists = bpf_core_type_exists(struct bpf_testmod_test_read_ctx);
struct task_struct *task, struct bpf_testmod_test_read_ctx *read_ctx)
struct task_struct *task, struct bpf_testmod_test_read_ctx *read_ctx)
int BPF_PROG(handle_tp_btf_nullable_bare1, struct bpf_testmod_test_read_ctx *nullable_ctx)
int BPF_PROG(handle_tp_btf_nullable_bare2, struct bpf_testmod_test_read_ctx *nullable_ctx)
TP_PROTO(struct task_struct *task, struct bpf_testmod_test_read_ctx *ctx),
TP_PROTO(struct bpf_testmod_test_read_ctx *ctx__nullable),
struct bpf_testmod_test_read_ctx ctx = {