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

Commit 11713211 authored by qctecmdr Service's avatar qctecmdr Service Committed by Gerrit - the friendly Code Review server
Browse files

Merge "perf: llcc: Preserve events across CPU hotplugs"

parents 1030fff6 361ced01
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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");