Devidas Jadhav
Devidas Jadhav
changing package name from libsystemd-journal-dev to libsystemd-dev. this has caused because in semaphoreci Ubuntu version bumped up from trusty to xenial.
this is port of killsnoop in libbpf. $ sudo ./killsnoop PID COMM SIG TPID RESULT 8473 bash 12 8456 -3 8562 featherpad 0 8456 -3 8562 featherpad 0 8456 -3...
this is my first commit toward getting gobpf program have similar feel as we have in python files in bcc.
Closes #221 I have tested this on vm. Test: ``` bash sudo mv /usr/bin/gcc{,old} make clean make ``` verified binary is executable and running as expected. Removed LIBPCAP_CC. As it...
Hi Is there a Vagrantfile for quick installation on VM ?
to test a PR I used `sigsnoop` with kill utility. got signal value 17. So I reverted that patch. same result. so I added `bpf_printk` and verified that value. it...