Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 13ac7037 authored by Linux Build Service Account's avatar Linux Build Service Account Committed by Gerrit - the friendly Code Review server
Browse files

Merge "profiler: Reorder the bandwidth counter structure"

parents 71a04ed9 44f87d8f
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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;
};