Home
last modified time | relevance | path

Searched refs:__PMC_OP (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/sys/
H A Dpmc.h332 __PMC_OP(CONFIGURELOG, "Set log file") \
333 __PMC_OP(FLUSHLOG, "Flush log file") \
334 __PMC_OP(GETCPUINFO, "Get system CPU information") \
335 __PMC_OP(GETDRIVERSTATS, "Get driver statistics") \
336 __PMC_OP(GETMODULEVERSION, "Get module version") \
337 __PMC_OP(GETPMCINFO, "Get per-cpu PMC information") \
338 __PMC_OP(PMCADMIN, "Set PMC state") \
339 __PMC_OP(PMCALLOCATE, "Allocate and configure a PMC") \
340 __PMC_OP(PMCATTACH, "Attach a PMC to a process") \
341 __PMC_OP(PMCDETACH, "Detach a PMC from a process") \
[all …]
/freebsd/sys/dev/hwpmc/
H A Dhwpmc_mod.c3261 #undef __PMC_OP
3262 #define __PMC_OP(N, D) #N , macro