Replies: 1 comment
-
I can only answer your question partly, since you're omitting some key info and I'm not sure what you mean by 'event':
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I want to attach three or more hooks in one event,but i don't know how to load prog in user space by golang.
loadBpfObjects
andlink.xxx
once for each hook inmain.go
? So what's the difference between that and splitting it into multiple events?MAP
in multi hooks? Is the sameMAP
used by multi hooks?kprobe
andtracepoint
in one event.I found some examples of kernel space, but no examples of user space.
Any help would be appreciated!
By the way, how do I know what the parameters are for each type of hook function? Such as uretprobe
Beta Was this translation helpful? Give feedback.
All reactions