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

Commit d66eb53f authored by Will McVicker's avatar Will McVicker
Browse files

ANDROID: GKI: perf: Add field for struct perf_event



Adds the new struct variable "readable_on_cpus" to reduce the ABI
diff. The Full feature is under commit f994cb43 ("perf/core:
Add support for PMUs that can be read from more than 1 CPU").

Bug: 148872640
Test: compile test
(cherry picked from commit f994cb43)
[Only cherry-picked the ABI difference]
Signed-off-by: default avatarWill McVicker <willmcvicker@google.com>
Change-Id: If46a71163efde2245e955b23da58550e21082e62
parent 37d63f24
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -648,6 +648,7 @@ struct perf_event {

	int				oncpu;
	int				cpu;
	cpumask_t			readable_on_cpus;

	struct list_head		owner_entry;
	struct task_struct		*owner;