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':
|
0 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.
Uh oh!
There was an error while loading. Please reload this page.
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.
loadBpfObjectsandlink.xxxonce for each hook inmain.go? So what's the difference between that and splitting it into multiple events?MAPin multi hooks? Is the sameMAPused by multi hooks?kprobeandtracepointin 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
All reactions