Add libbpf.c support for uprobes
authorBrenden Blanco <bblanco@plumgrid.com>
Thu, 28 Jan 2016 18:24:56 +0000 (10:24 -0800)
committerBrenden Blanco <bblanco@plumgrid.com>
Thu, 28 Jan 2016 18:30:02 +0000 (10:30 -0800)
commit68e2d149adf9f402d98edd834966d4c48a7a4d51
treea4819c1e6ec8329c68f0100b6a8d13c990ae0b3f
parent22c7f1b3353c57881de1b4937013ee8cbf63a4bc
Add libbpf.c support for uprobes

The base calling convention for uprobes is the same as kprobes, but just
the path in debug/tracing/ is slightly different. Add a new API for this
and slightly refactor the code.

Signed-off-by: Brenden Blanco <bblanco@plumgrid.com>
src/cc/libbpf.c
src/libbpf.h