Replies: 1 comment
-
@guozijing This doesn't look very related to ebpf-go itself, you may have more luck with this kind of question on StackOverflow. |
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
-
Bellow is my code to get the args for syscall sched_setaffinity, but I can not get the right args for this syscall. can anyone help me?
The second parms for sched_setsffinity should be 16 in my example commands, "taskset -c 1 ls", but i will get a large number from ebpf.
Beta Was this translation helpful? Give feedback.
All reactions