From cf1db28018a504c49e260a9fae68a37c4e02fc38 Mon Sep 17 00:00:00 2001 From: Jaiju Yesudasan Date: Mon, 27 Mar 2017 14:25:28 +0530 Subject: profiler: Reorder the bandwidth counter structure Reorder the bandwidth counter structure so that it will consistent with TZ.The order from TZ is: Total, CPU, GPU. This will allow consistency with userspace as well. Change-Id: Icb84662820f9c0f21061d10cfb49c0cfd62bd81a Signed-off-by: Jaiju Yesudasan --- include/soc/qcom/profiler.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/soc/qcom/profiler.h b/include/soc/qcom/profiler.h index c53b510fc149..ffcf6ec91187 100644 --- a/include/soc/qcom/profiler.h +++ b/include/soc/qcom/profiler.h @@ -17,15 +17,15 @@ struct profiler_bw_cntrs_req { uint32_t total; - uint32_t gpu; uint32_t cpu; + uint32_t gpu; uint32_t cmd; }; struct compat_profiler_bw_cntrs_req { compat_uint_t total; - compat_uint_t gpu; compat_uint_t cpu; + compat_uint_t gpu; compat_uint_t cmd; }; -- cgit v1.2.3