Hi i`m new to ebpf, and here is the problem i`m trying to solve I have a kernel module that is deployed on target machine, however i cannot deploy "h" files on that machine. I want to write ebpf program to trace behavior of my module, however i cannot use lib.bpf_module_create_c on target machine as headers are missing.
Is there a way to "compile" sample to BPF code on "host" machine, upload script and "bpf" code to target machine and execute it ? Thanks. _______________________________________________ iovisor-dev mailing list [email protected] https://lists.iovisor.org/mailman/listinfo/iovisor-dev
