Add bpf-run command line tool
authorBrenden Blanco <bblanco@plumgrid.com>
Mon, 17 Aug 2015 16:37:30 +0000 (09:37 -0700)
committerBrenden Blanco <bblanco@plumgrid.com>
Mon, 17 Aug 2015 16:37:30 +0000 (09:37 -0700)
commitf1edfe43a7606d1585d92931389b63cb93133b0c
treefd17a34261f2b97e8415dbc54d7ecee09bc67faa
parentada05c2517ff4a85b3e3c0645b38fb1f967b096b
Add bpf-run command line tool

Example usage:
sudo bpf-run -p sys_clone -c 'bpf_trace_printk("Hello, World!\n");' -t

Signed-off-by: Brenden Blanco <bblanco@plumgrid.com>
src/python/CMakeLists.txt
src/python/MANIFEST
src/python/bpf-run [new file with mode: 0755]
src/python/setup.py.in