linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* perf record doesn't work on rtd129x SoC
@ 2019-12-04  4:55 Wang YanQing
  2019-12-04  7:28 ` Andreas Färber
  0 siblings, 1 reply; 6+ messages in thread
From: Wang YanQing @ 2019-12-04  4:55 UTC (permalink / raw)
  To: afaerber; +Cc: linux-kernel, linux-soc, linux-realtek-soc

Hi Andreas Färber!

I use "perf record" to debug performance issue on RTD1296 SOC, it does't work, but
the "perf stat" is ok!

After some dig in the kernel, I find the reason is no pmu overflow interrupt, I think
below pmu configuration isn't right for RTD1296:
"
        arm_pmu: arm-pmu {
                compatible = "arm,cortex-a53-pmu";
                interrupts = <GIC_SPI 48 IRQ_TYPE_LEVEL_HIGH>;
        };
"

We need 4 PMU SPI for RTD1296 (4 cores), and I guess the 48 isn't right too.

Any suggestion is welcome.

Thanks!




^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2019-12-09  9:31 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-12-04  4:55 perf record doesn't work on rtd129x SoC Wang YanQing
2019-12-04  7:28 ` Andreas Färber
2019-12-04 11:20   ` Robin Murphy
2019-12-04 11:38     ` Marc Zyngier
2019-12-04 14:51     ` Robin Murphy
2019-12-09  9:18       ` Wang YanQing

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).