diff options
author | Arnaldo Carvalho de Melo <acme@redhat.com> | 2015-03-02 17:45:49 +0300 |
---|---|---|
committer | Arnaldo Carvalho de Melo <acme@redhat.com> | 2015-03-02 17:45:49 +0300 |
commit | 33be4ef116511f1079c4c3bf4b5547faf7439301 (patch) | |
tree | ce074111ea317b6c9f0274c2aecd513ce78353a3 /tools/perf/util/evlist.h | |
parent | 788b94ba6c223d4ce955218d59075cd1edb92692 (diff) | |
parent | 021f5f12f2ab44874193c68fb19eea154493f83a (diff) | |
download | linux-33be4ef116511f1079c4c3bf4b5547faf7439301.tar.xz |
Merge 'tip/perf/urgent' into perf/core to pick fixes
Needed to build perf/core buildable in some cases.
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
Diffstat (limited to 'tools/perf/util/evlist.h')
-rw-r--r-- | tools/perf/util/evlist.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/perf/util/evlist.h b/tools/perf/util/evlist.h index d4768a30f884..f07c984465f0 100644 --- a/tools/perf/util/evlist.h +++ b/tools/perf/util/evlist.h @@ -28,7 +28,7 @@ struct perf_mmap { int mask; int refcnt; unsigned int prev; - char event_copy[PERF_SAMPLE_MAX_SIZE]; + char event_copy[PERF_SAMPLE_MAX_SIZE] __attribute__((aligned(8))); }; struct perf_evlist { |