usdt: resolve usdt arguments
This patch introduces initial support for USDT arguments through the argX builtins. For example: `./bpftrace -e 'usdt:bin:probe { printf("%s\n", str(arg0)); }'` Ref: https://github.com/iovisor/bpftrace/issues/33
Showing
src/utils-inl.h
0 → 100644
src/utils.h
0 → 100644
tests/utils.cpp
0 → 100644
Please register or sign in to comment