summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2022-06-10 01:17:16 +0000
committerAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2022-06-10 01:17:16 +0000
commitc61d252a80a7d805b28fdbab3510a0f7fef2a7f8 (patch)
treec5509fb9771d705785e19c2828343af782e59240
parentcc1d4a77258a9bd3903461389614185d7b2998e7 (diff)
parent8f4e41d679d67436ee3868cab8785a35b3cc613f (diff)
downloadnative-c61d252a80a7d805b28fdbab3510a0f7fef2a7f8.tar.gz
Snap for 8704672 from 8f4e41d679d67436ee3868cab8785a35b3cc613f to tm-release
Change-Id: Ibeadf7a3d730397c04e685a4692a4f3d8bab896f
-rw-r--r--services/gpuservice/gpuwork/bpfprogs/include/gpuwork/gpu_work.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/services/gpuservice/gpuwork/bpfprogs/include/gpuwork/gpu_work.h b/services/gpuservice/gpuwork/bpfprogs/include/gpuwork/gpu_work.h
index 57338f4c91..2affb60a0c 100644
--- a/services/gpuservice/gpuwork/bpfprogs/include/gpuwork/gpu_work.h
+++ b/services/gpuservice/gpuwork/bpfprogs/include/gpuwork/gpu_work.h
@@ -49,6 +49,8 @@ typedef struct {
// negative duration.
uint32_t error_count;
+ // Needed to make 32-bit arch struct size match 64-bit BPF arch struct size.
+ uint32_t padding0;
} UidTrackingInfo;
typedef struct {