public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 0/2] perf/arm-cmn: Add support for tertiary match group
@ 2024-03-07 23:09 Ilkka Koskinen
  2024-03-07 23:09 ` [PATCH v2 1/2] perf/arm-cmn: Decouple wp_config registers from filter group number Ilkka Koskinen
  2024-03-07 23:09 ` [PATCH v2 2/2] perf/arm-cmn: Enable support for tertiary match group Ilkka Koskinen
  0 siblings, 2 replies; 5+ messages in thread
From: Ilkka Koskinen @ 2024-03-07 23:09 UTC (permalink / raw)
  To: Robin Murphy, Will Deacon
  Cc: Mark Rutland, Jing Zhang, Ilkka Koskinen, linux-arm-kernel,
	linux-kernel

Tertiary match group was added to CMN-650 and newer implementations.
This patchset makes the parameters model specific to support properly
various models. Also, wp_config registers and filter groups numbers are
decoupled to enable the new match group.

v2:
	* Use bitmap to track which WPs/DTMs are used by the event
	* Dropped model specific parameters
	* Addressed other Robin's comments regarding to sysfs, sanity-check
	  of wp arguments, and wp_combine check

v1:
	https://lore.kernel.org/all/20240126221215.1537377-1-ilkka@os.amperecomputing.com/

Ilkka Koskinen (2):
  perf/arm-cmn: Decouple wp_config registers from filter group number
  perf/arm-cmn: Enable support for tertiary match group

 drivers/perf/arm-cmn.c | 144 +++++++++++++++++++++++++++++++++--------
 1 file changed, 118 insertions(+), 26 deletions(-)

-- 
2.43.2


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

end of thread, other threads:[~2024-03-25 22:04 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-03-07 23:09 [PATCH v2 0/2] perf/arm-cmn: Add support for tertiary match group Ilkka Koskinen
2024-03-07 23:09 ` [PATCH v2 1/2] perf/arm-cmn: Decouple wp_config registers from filter group number Ilkka Koskinen
2024-03-08 14:35   ` Robin Murphy
2024-03-25 22:03     ` Ilkka Koskinen
2024-03-07 23:09 ` [PATCH v2 2/2] perf/arm-cmn: Enable support for tertiary match group Ilkka Koskinen

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox