We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fd27b18 commit 483d7a3Copy full SHA for 483d7a3
tools/lib/bpf/bpf_tracing.h
@@ -390,7 +390,7 @@ ____##name(struct pt_regs *ctx, ##args)
390
391
#define ___bpf_kretprobe_args0() ctx
392
#define ___bpf_kretprobe_args1(x) \
393
- ___bpf_kretprobe_args0(), (void *)PT_REGS_RET(ctx)
+ ___bpf_kretprobe_args0(), (void *)PT_REGS_RC(ctx)
394
#define ___bpf_kretprobe_args(args...) \
395
___bpf_apply(___bpf_kretprobe_args, ___bpf_narg(args))(args)
396
0 commit comments