mirror of
https://github.com/rd-stuffs/msm-4.14.git
synced 2025-02-20 11:45:48 +08:00
Merge "perf: llcc: Preserve events across CPU hotplugs"
This commit is contained in:
commit
11713211e0
@ -148,6 +148,7 @@ static int qcom_llcc_pmu_probe(struct platform_device *pdev)
|
||||
.start = qcom_llcc_event_start,
|
||||
.stop = qcom_llcc_event_stop,
|
||||
.read = qcom_llcc_event_read,
|
||||
.events_across_hotplug = 1,
|
||||
};
|
||||
|
||||
res = platform_get_resource_byname(pdev, IORESOURCE_MEM, "lagg-base");
|
||||
|
Loading…
x
Reference in New Issue
Block a user