Basic implementation of stacktrace table
authorBrenden Blanco <bblanco@plumgrid.com>
Fri, 4 Mar 2016 20:02:10 +0000 (12:02 -0800)
committerBrenden Blanco <bblanco@plumgrid.com>
Fri, 4 Mar 2016 20:03:50 +0000 (12:03 -0800)
commit9cafce2a04309d965bf55fad92dd306240a8156d
treec0d9d103c240a6fe3d1b91baa2583f96ff1270ef
parentb8d33cb6190efb049bd88f0a25127cf2170fcb2a
Basic implementation of stacktrace table

This is the initial implementation of bpf_get_stackid with python
helpers. This doesn't expose the different methods of calling
(kernel/user, fast, or reuse).

Signed-off-by: Brenden Blanco <bblanco@plumgrid.com>
src/cc/export/helpers.h
src/cc/frontends/clang/b_frontend_action.cc
src/python/bcc/table.py
tests/python/CMakeLists.txt
tests/python/test_stackid.py [new file with mode: 0755]