cc: introduce helpers to access pt_regs in an arch-independent manner
authorNaveen N. Rao <naveen.n.rao@linux.vnet.ibm.com>
Tue, 3 May 2016 09:24:21 +0000 (14:54 +0530)
committerNaveen N. Rao <naveen.n.rao@linux.vnet.ibm.com>
Thu, 5 May 2016 14:32:06 +0000 (20:02 +0530)
commit4afa96a71c5dbfc4c507c3355e20baa6c184a3a8
tree74fa1d2d3577be8e36823f9e84ba92bee76ce220
parent6acf4b674fefa7072e700afded515f0a0df548b1
cc: introduce helpers to access pt_regs in an arch-independent manner

Convert some of the examples and tools to use the new helpers.

Signed-off-by: Naveen N. Rao <naveen.n.rao@linux.vnet.ibm.com>
34 files changed:
examples/lua/bashreadline.c
examples/lua/memleak.lua
examples/lua/strlen_count.lua
examples/tracing/strlen_count.py
examples/tracing/strlen_hist.py
examples/tracing/strlen_snoop.py
examples/tracing/tcpv4connect.py
src/cc/export/helpers.h
src/python/bcc/tracepoint.py
tests/python/test_trace2.c
tests/python/test_trace2.py
tests/python/test_trace3.c
tools/argdist.py
tools/bashreadline.py
tools/btrfsslower.py
tools/cachestat.py
tools/dcsnoop.py
tools/dcstat.py
tools/execsnoop.py
tools/ext4slower.py
tools/funccount.py
tools/funclatency.py
tools/gethostlatency.py
tools/killsnoop.py
tools/memleak.py
tools/opensnoop.py
tools/softirqs.py
tools/statsnoop.py
tools/tcpaccept.py
tools/tcpconnect.py
tools/trace.py
tools/vfscount.py
tools/xfsslower.py
tools/zfsslower.py