summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/sched-migration.py
diff options
context:
space:
mode:
authorGreg Hackmann <ghackmann@google.com>2014-03-26 16:43:23 -0700
committerJohn Stultz <john.stultz@linaro.org>2016-02-16 13:53:19 -0800
commit9d84e01be114263942b18a3894684a99f8a22ce7 (patch)
treedbaf19b88852f094e77bb04de331391f373ec126 /tools/perf/scripts/python/sched-migration.py
parent41bda719aa49b512ea43f8f1dfbf6fdbfdf5addb (diff)
video: adf: ensure consistent alignment on userspace facing structs
64-bit types in structs create alignment problems when a 32-bit x86 userspace talks to an x86_64 kernel. In most cases the 64-bit types can be replaced with 32-bit ones, since they're being used for fds and should have been __s32 in the first place. For adf_vsync_event, alignment can be enforced by making the timestamp an __aligned_u64. Change-Id: I87cf73d8f57730bd7bb43ffce6b7b411eb0ff198 Signed-off-by: Greg Hackmann <ghackmann@google.com>
Diffstat (limited to 'tools/perf/scripts/python/sched-migration.py')
0 files changed, 0 insertions, 0 deletions