summaryrefslogtreecommitdiff
path: root/tools/perf/util/auxtrace.h
diff options
context:
space:
mode:
authorSteven Rostedt (VMware) <rostedt@goodmis.org>2019-04-26 22:07:50 -0400
committerSteven Rostedt (VMware) <rostedt@goodmis.org>2019-04-26 22:07:50 -0400
commitc0f7fc241c43a35140df626cab528f6994c348c9 (patch)
tree6927e4037cb3ef6c44bcdfc417681baf25c8895a /tools/perf/util/auxtrace.h
parent517bdd31cc673e8ae4963682fca3ca44178bc518 (diff)
parentad387ec4bcdf087faaf084a3db8f681295463b01 (diff)
downloadlinux-rt-c0f7fc241c43a35140df626cab528f6994c348c9.tar.gz
Merge tag 'v4.9.170' into v4.9-rt
This is the 4.9.170 stable release
Diffstat (limited to 'tools/perf/util/auxtrace.h')
-rw-r--r--tools/perf/util/auxtrace.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/tools/perf/util/auxtrace.h b/tools/perf/util/auxtrace.h
index 26fb1ee5746a..1b6963e09934 100644
--- a/tools/perf/util/auxtrace.h
+++ b/tools/perf/util/auxtrace.h
@@ -37,6 +37,9 @@ struct record_opts;
struct auxtrace_info_event;
struct events_stats;
+/* Auxtrace records must have the same alignment as perf event records */
+#define PERF_AUXTRACE_RECORD_ALIGNMENT 8
+
enum auxtrace_type {
PERF_AUXTRACE_UNKNOWN,
PERF_AUXTRACE_INTEL_PT,