* "bus-cycles" perf event mapping
@ 2015-07-18 4:10 ranganath ramachandra
2015-07-21 10:56 ` Mark Rutland
0 siblings, 1 reply; 2+ messages in thread
From: ranganath ramachandra @ 2015-07-18 4:10 UTC (permalink / raw)
To: linux-arm-kernel
Hi,
Should PERF_COUNT_HW_BUS_CYCLES be mapped to ARMV8_PMUV3_PERFCTR_BUS_CYCLES
or is there any specific reason for not doing so ?
ranga
^ permalink raw reply [flat|nested] 2+ messages in thread
* "bus-cycles" perf event mapping
2015-07-18 4:10 "bus-cycles" perf event mapping ranganath ramachandra
@ 2015-07-21 10:56 ` Mark Rutland
0 siblings, 0 replies; 2+ messages in thread
From: Mark Rutland @ 2015-07-21 10:56 UTC (permalink / raw)
To: linux-arm-kernel
On Sat, Jul 18, 2015 at 05:10:37AM +0100, ranganath ramachandra wrote:
> Hi,
>
> Should PERF_COUNT_HW_BUS_CYCLES be mapped to ARMV8_PMUV3_PERFCTR_BUS_CYCLES
> or is there any specific reason for not doing so ?
I assume you're asknig about why it's not in armv8_pmuv3_perf_map?
We only list those events required by PMUv3, which are guaranteed to be
implemented by any PMUv3 compliant implementation.
While 0x1D / BUS_CYCLES has been allocated a common event number, it is
not required by PMUv3 and may not be implemented. In the latest ARM ARM
(ARM DDI 0487A.g) you can find the required events listed in D5.10.6
"Required events".
Thanks,
Mark.
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2015-07-21 10:56 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-07-18 4:10 "bus-cycles" perf event mapping ranganath ramachandra
2015-07-21 10:56 ` Mark Rutland
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).