mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-08 03:40:35 +09:00
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 f994cb43aa705 ("perf/core:
Add support for PMUs that can be read from more than 1 CPU").
Bug: 148872640
Test: compile test
(cherry picked from commit f994cb43aa705bb5301c83dae36a1f12fe11c3cd)
[Only cherry-picked the ABI difference]
Signed-off-by: Will McVicker <willmcvicker@google.com>
Change-Id: If46a71163efde2245e955b23da58550e21082e62
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user