Lines Matching full:pmc
37 .Fn pmc_read "pmc_id_t pmc" "pmc_value_t *value"
39 .Fn pmc_rw "pmc_id_t pmc" "pmc_value_t newvalue" "pmc_value_t *oldvaluep"
41 .Fn pmc_write "pmc_id_t pmc" "pmc_value_t value"
43 These functions read and write the current value of a PMC.
47 will read the current value of the PMC specified by argument
48 .Fa pmc
54 will set the current value of the PMC specified by argument
55 .Fa pmc
63 For write operations the PMC should be a quiescent state.
70 A write operation specified a currently running PMC.
73 .Fa pmc
74 specified a PMC not in a readable state.
76 The PMC specified by argument
77 .Fa pmc
81 .Xr pmc 3 ,