linux-perf-users.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/3] Add PMC support for Zhaoxin Yongfeng architecture
@ 2023-03-23  2:40 silviazhao
  2023-03-23  2:40 ` [PATCH 1/3] x86/cpu/zhaoxin: Introduce macros for Zhaoxin family numbers silviazhao
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: silviazhao @ 2023-03-23  2:40 UTC (permalink / raw)
  To: peterz, mingo, acme, mark.rutland, alexander.shishkin, jolsa,
	namhyung, irogers, adrian.hunter, tglx, bp, dave.hansen, x86, hpa,
	linux-perf-users, linux-kernel
  Cc: cobechen, louisqi, silviazhao, cooperyan

Add PMC support for Zhaoxin Yongfeng architecture.
Dave Hansen suggested to use macros instead of open-coded model numbers.
So create arch/x86/include/asm/zhaoxin-family.h to introduce macros for
Zhaoxin family numbers.
https://lkml.org/lkml/2023/3/16/841

silviazhao (3):
  x86/cpu/zhaoxin: Introduce macros for Zhaoxin family numbers
  perf/x86/zhaoxin: Replace open-coded model number with macros
  perf/x86/zhaoxin: Add Yongfeng support

 arch/x86/events/zhaoxin/core.c        | 55 ++++++++++++++++++---------
 arch/x86/include/asm/zhaoxin-family.h | 19 +++++++++
 2 files changed, 57 insertions(+), 17 deletions(-)
 create mode 100644 arch/x86/include/asm/zhaoxin-family.h

-- 
2.17.1


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

end of thread, other threads:[~2023-05-09  8:46 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-03-23  2:40 [PATCH 0/3] Add PMC support for Zhaoxin Yongfeng architecture silviazhao
2023-03-23  2:40 ` [PATCH 1/3] x86/cpu/zhaoxin: Introduce macros for Zhaoxin family numbers silviazhao
2023-03-23  2:40 ` [PATCH 2/3] perf/x86/zhaoxin: Replace open-coded model number with macros silviazhao
2023-03-23  2:40 ` [PATCH 3/3] perf/x86/zhaoxin: Add Yongfeng support silviazhao
2023-05-09  8:45 ` [PATCH 0/3] Add PMC support for Zhaoxin Yongfeng architecture silviazhao

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).