Replies: 1 comment 2 replies
-
Can you include the full error message generated by |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi, I have been learning eBPF recently. However, I came across a problem that I cannot solve.
I was trying to gather system calls using "raw_tracepoint/sys_enter. i use
PT_REGS_PARM2_CORE
andPT_REGS_PARM2
get fchmodat params.ebpf with PT_REGS_PARM2_CORE
When I
go generate
, I get following error:ebpf with PT_REGS_PARM2
When I execute my code after go build, I get following error
I have been googling and searching the web for a long time, however was not able to find solutions for this.
It would be very helpful for me if anybody might take a time off to save me...
Also, my kernel version is Linux 5.15.0-88-generic and arch is x86_64 for your information.
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions