I am trying to implement the eBPF program documented on
here. I was able to get the kernel side code example(myschedtp.c) loaded on my pixel 4a, but the documentation doesn't mention how to compile and run the program in
this subsection. Does the user space code also have to compiled along with the build? Or is there a way to cross compiled and simply push it onto the device?