lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20251121063439.2545-1-cp0613@linux.alibaba.com>
Date: Fri, 21 Nov 2025 14:34:35 +0800
From: cp0613@...ux.alibaba.com
To: robh@...nel.org,
	krzk+dt@...nel.org,
	conor+dt@...nel.org,
	pjw@...nel.org,
	palmer@...belt.com,
	aou@...s.berkeley.edu,
	peterz@...radead.org,
	mingo@...hat.com,
	acme@...nel.org,
	namhyung@...nel.org,
	mark.rutland@....com,
	alexander.shishkin@...ux.intel.com,
	jolsa@...nel.org,
	irogers@...gle.com,
	adrian.hunter@...el.com,
	james.clark@...aro.org,
	guoren@...nel.org
Cc: devicetree@...r.kernel.org,
	linux-perf-users@...r.kernel.org,
	linux-riscv@...ts.infradead.org,
	linux-kernel@...r.kernel.org,
	Chen Pei <cp0613@...ux.alibaba.com>
Subject: [PATCH v2 0/4] perf vendor events riscv: Add XuanTie C930 JSON files

From: Chen Pei <cp0613@...ux.alibaba.com>

XuanTie[1] is the RISC-V processor brand of C-SKY Microsystems Co., Ltd.
This patch series first adds vendor XuanTie, then adds XuanTie C930 CPU
compatible, and finally adds pmu json files for XuanTie C930, including
topdown and some other metric groups.

Note:
According to the "Standard Manufacturer's IDENTIFICATION CODE"[2], the
manufacturer of Code '0x5b7' has changed to C-SKY Microsystems Co., Ltd.

[1] https://www.xrvm.com/
[2] https://www.jedec.org/standards-documents/docs/jep-106ab

Chen Pei (4):
  dt-bindings: vendor-prefixes: Add prefix for XuanTie
  dt-bindings: riscv: Add XuanTie C930 CPU compatible
  perf vendor events riscv: Add XuanTie C930 JSON file
  perf vendor events riscv: Add XuanTie C930 metrics

 .../devicetree/bindings/riscv/cpus.yaml       |   1 +
 .../devicetree/bindings/vendor-prefixes.yaml  |   2 +
 tools/perf/pmu-events/arch/riscv/mapfile.csv  |   1 +
 .../arch/riscv/xuantie/c930/basic.json        | 117 ++++
 .../arch/riscv/xuantie/c930/ieu.json          |  97 ++++
 .../arch/riscv/xuantie/c930/ifu.json          |  62 ++
 .../arch/riscv/xuantie/c930/l2c.json          |  87 +++
 .../arch/riscv/xuantie/c930/lsu.json          | 182 ++++++
 .../arch/riscv/xuantie/c930/metrics.json      | 538 ++++++++++++++++++
 .../arch/riscv/xuantie/c930/vfpu.json         | 177 ++++++
 10 files changed, 1264 insertions(+)
 create mode 100644 tools/perf/pmu-events/arch/riscv/xuantie/c930/basic.json
 create mode 100644 tools/perf/pmu-events/arch/riscv/xuantie/c930/ieu.json
 create mode 100644 tools/perf/pmu-events/arch/riscv/xuantie/c930/ifu.json
 create mode 100644 tools/perf/pmu-events/arch/riscv/xuantie/c930/l2c.json
 create mode 100644 tools/perf/pmu-events/arch/riscv/xuantie/c930/lsu.json
 create mode 100644 tools/perf/pmu-events/arch/riscv/xuantie/c930/metrics.json
 create mode 100644 tools/perf/pmu-events/arch/riscv/xuantie/c930/vfpu.json

-- 
2.50.1


Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ