Blame src/libpfm4/docs/man3/libpfm_arm_ac57.3

Packit 577717
.TH LIBPFM 3  "May, 2014" "" "Linux Programmer's Manual"
Packit 577717
.SH NAME
Packit 577717
libpfm_arm_ac57 - support for Arm Cortex A57 PMU
Packit 577717
.SH SYNOPSIS
Packit 577717
.nf
Packit 577717
.B #include <perfmon/pfmlib.h>
Packit 577717
.sp
Packit 577717
.B PMU name: arm_ac57
Packit 577717
.B PMU desc: ARM Cortex A57
Packit 577717
.sp
Packit 577717
.SH DESCRIPTION
Packit 577717
The library supports the ARM Cortex A57 core PMU.
Packit 577717
Packit 577717
This PMU supports 6 counters and privilege levels filtering.
Packit 577717
It can operate in both 32 and 64 bit modes.
Packit 577717
Packit 577717
.SH MODIFIERS
Packit 577717
The following modifiers are supported on ARM Cortex A57:
Packit 577717
.TP
Packit 577717
.B u
Packit 577717
Measure at the user level. This corresponds to \fBPFM_PLM3\fR.
Packit 577717
This is a boolean modifier.
Packit 577717
.TP
Packit 577717
.B k
Packit 577717
Measure at the kernel level. This corresponds to \fBPFM_PLM0\fR.
Packit 577717
This is a boolean modifier.
Packit 577717
.TP
Packit 577717
.B hv
Packit 577717
Measure at the hypervisor level. This corresponds to \fBPFM_PLMH\fR.
Packit 577717
This is a boolean modifier.
Packit 577717
Packit 577717
.SH AUTHORS
Packit 577717
.nf
Packit 577717
Stephane Eranian <eranian@gmail.com>
Packit 577717
.if
Packit 577717
.PP