tracee using wrong argument for attaching tracepoints #1146
Ankurk99
started this conversation in
Development
Replies: 1 comment 1 reply
-
Libbpfgo recently changed this API in aquasecurity/libbpfgo#77 |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Issue in: tracee-ebpf
The AttachTracepoint() function (from libbpfgo) takes two arguments: event category and event name. But, currently tracee is providing only one argument i.e. probe.event to the function.
This event string contains both the category and event name separated by a backslash '/' , which can be separated and provided as individual arguments to the AttachTracepoint() function.
Beta Was this translation helpful? Give feedback.
All reactions