perf unwind arm64: Remove needless event.h & thread.h includes
authorArnaldo Carvalho de Melo <acme@redhat.com>
Tue, 25 Oct 2022 20:25:18 +0000 (17:25 -0300)
committerArnaldo Carvalho de Melo <acme@redhat.com>
Thu, 27 Oct 2022 19:37:26 +0000 (16:37 -0300)
commit743ef218c2fbe63502615a2044977041ee068322
tree81f9b2f48ef3abdd17727dc24c287587c914448e
parent0cef66a98420f1210be697ed47bd7417ed428847
perf unwind arm64: Remove needless event.h & thread.h includes

To reduce compile time and header dependency chains just add forward
declarations for pointer types and include linux/types.h for u64.

Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
tools/perf/util/arm64-frame-pointer-unwind-support.h