-
Notifications
You must be signed in to change notification settings - Fork 60
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Current with commit 5e26b48b6d9b9d5f8c368c81cfe23a54a129bd24 Author: Yoshihiro Furudera <[email protected]> Date: Thu Oct 3 16:25:55 2024 +0900 Enable support for FUJITSU-MONAKA core PMU This patch adds support for FUJITSU-MONAKA core PMU. This includes ARMv9 generic core events and FUJITSU-MONAKA specfic events. FUJITSU-MONAKA Specification URL: https://github.com/fujitsu/FUJITSU-MONAKA Signed-off-by: Yoshihiro Furudera <[email protected]> Note: The PAPI team at this time does not have access to a machine with the ARM processor FUJITSU-MONAKA for testing.
- Loading branch information
Treece Burgess
committed
Nov 26, 2024
1 parent
7960307
commit ee66f9b
Showing
10 changed files
with
3,050 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,36 @@ | ||
.TH LIBPFM 3 "October, 2024" "" "Linux Programmer's Manual" | ||
.SH NAME | ||
libpfm_arm_monaka - support for Fujitsu FUJITSU-MONAKA PMU | ||
.SH SYNOPSIS | ||
.nf | ||
.B #include <perfmon/pfmlib.h> | ||
.sp | ||
.B PMU name: arm_monaka | ||
.B PMU desc: Fujitsu FUJITSU-MONAKA | ||
.sp | ||
.SH DESCRIPTION | ||
The library supports the Fujitsu FUJITSU-MONAKA core PMU. | ||
|
||
This PMU supports 8 counters and privilege levels filtering. | ||
It can operate in 64 bit mode only. | ||
|
||
.SH MODIFIERS | ||
The following modifiers are supported on Fujitsu FUJITSU-MONAKA: | ||
.TP | ||
.B u | ||
Measure at the user level. This corresponds to \fBPFM_PLM3\fR. | ||
This is a boolean modifier. | ||
.TP | ||
.B k | ||
Measure at the kernel level. This corresponds to \fBPFM_PLM0\fR. | ||
This is a boolean modifier. | ||
.TP | ||
.B hv | ||
Measure at the hypervisor level. This corresponds to \fBPFM_PLMH\fR. | ||
This is a boolean modifier. | ||
|
||
.SH AUTHORS | ||
.nf | ||
Stephane Eranian <[email protected]> | ||
.if | ||
.PP |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.