Loading arch/arm/boot/dts/msmsamarium.dtsi +11 −0 Original line number Diff line number Diff line Loading @@ -1704,6 +1704,17 @@ <55 512 3936000 393600>, <55 512 3936000 393600>; }; cpu-pmu { compatible = "qcom,krait-pmu"; qcom,irq-is-percpu; interrupts = <1 7 0xf00>; }; l2-pmu { compatible = "qcom,l2-pmu"; interrupts = <0 1 0>; }; }; &gdsc_venus { Loading arch/arm/mach-msm/perf_debug.c +1 −0 Original line number Diff line number Diff line Loading @@ -33,6 +33,7 @@ static char *descriptions = " 8 Perf: Make per-process counters configurable\n" " 9 msm: perf: Add L2 support for tracecounters\n" "10 ARM: dts: msm: add perf-events support for apq8084\n" "11 ARM: dts: msm: add perf-events support for msmsamarium\n" ; static ssize_t desc_read(struct file *fp, char __user *buf, Loading Loading
arch/arm/boot/dts/msmsamarium.dtsi +11 −0 Original line number Diff line number Diff line Loading @@ -1704,6 +1704,17 @@ <55 512 3936000 393600>, <55 512 3936000 393600>; }; cpu-pmu { compatible = "qcom,krait-pmu"; qcom,irq-is-percpu; interrupts = <1 7 0xf00>; }; l2-pmu { compatible = "qcom,l2-pmu"; interrupts = <0 1 0>; }; }; &gdsc_venus { Loading
arch/arm/mach-msm/perf_debug.c +1 −0 Original line number Diff line number Diff line Loading @@ -33,6 +33,7 @@ static char *descriptions = " 8 Perf: Make per-process counters configurable\n" " 9 msm: perf: Add L2 support for tracecounters\n" "10 ARM: dts: msm: add perf-events support for apq8084\n" "11 ARM: dts: msm: add perf-events support for msmsamarium\n" ; static ssize_t desc_read(struct file *fp, char __user *buf, Loading