arm: handling size type differences between arm host and bpf 22/158022/3
authorAdrian Szyndela <adrian.s@samsung.com>
Thu, 26 Oct 2017 10:21:21 +0000 (10:21 +0000)
committerAdrian Szyndela <adrian.s@samsung.com>
Thu, 9 Nov 2017 12:11:14 +0000 (13:11 +0100)
commit806aa9e6386e7c9f342d536cc0dc66210b7ffbe0
tree368087e8ff798c6d5c1dcb30a8571212503d878b
parent2a7e071b8743b6212b28f68746915ec3cdd1a25c
arm: handling size type differences between arm host and bpf

Change-Id: I977bb03332040df8f49c06645abca7233a90aaac
16 files changed:
packaging/bcc-tools.spec
src/cc/CMakeLists.txt
src/cc/export/helpers.h
src/cc/export/host32.h [new file with mode: 0644]
src/cc/export/host64.h [new file with mode: 0644]
src/cc/exported_files.cc
src/cc/frontends/clang/loader.cc
src/cc/hostcompat/linux/sched.h [new file with mode: 0644]
src/cc/hostcompat/uapi/linux/ptrace.h [new file with mode: 0644]
tools/dbus-connection-message-size.c
tools/dbus-glib-top.py
tools/dbus-latency.c
tools/dbus-message-size.c
tools/dbus-message-type.c
tools/dbus-messages-sent.py
tools/dbus-top.c