Lines Matching full:pmc
40 .Fn pmc_capabilities "pmc_id_t pmc" "uint32_t *caps"
50 .Fn pmc_width "pmc_id_t pmc" "uint32_t *width"
57 retrieves the hardware capabilities of a PMC.
59 .Fa pmc
60 is a PMC handle obtained by a prior call to
64 to a bit mask of capabilities supported by the PMC denoted by
66 .Fa pmc .
68 .Xr pmc 3 .
85 Specifies the number of PMC rows per CPU.
111 returns information about the current state of the PMC hardware
118 structures each describing the state of one PMC in the CPU.
122 A human readable name for the PMC.
124 The PMC class for the PMC.
126 Non-zero if the PMC is enabled.
128 The disposition of the PMC row for this PMC.
132 If the hardware is in use, the process id of the owner of the PMC.
134 The PMC mode as described in
135 .Xr pmc 3 .
137 If the hardware is in use, the PMC event being measured.
139 If the hardware is in use, the flags associated with the PMC.
141 For sampling PMCs, the reload count associated with the PMC.
147 associated with a PMC.
149 .Fa pmc
150 is a PMC handle obtained by a prior call to
154 to the width of the physical counters associated with PMC
155 .Fa pmc .
195 to initialize the PMC library had failed.
220 .Xr pmc 3 ,