Searched refs:__PMC_EV_ALIAS (Results 1 - 2 of 2) sorted by last modified time

/freebsd-11-stable/sys/dev/hwpmc/
H A Dpmc_events.h515 __PMC_EV_ALIAS("instruction-retired", IAF_INSTR_RETIRED_ANY) \
516 __PMC_EV_ALIAS("unhalted-core-cycles", IAF_CPU_CLK_UNHALTED_CORE) \
517 __PMC_EV_ALIAS("unhalted-reference-cycles", IAF_CPU_CLK_UNHALTED_REF)
1369 __PMC_EV_ALIAS("branch-instruction-retired", IAP_ARCH_BR_INS_RET) \
1370 __PMC_EV_ALIAS("branch-misses-retired", IAP_ARCH_BR_MIS_RET) \
1371 __PMC_EV_ALIAS("instruction-retired", IAP_ARCH_INS_RET) \
1372 __PMC_EV_ALIAS("llc-misses", IAP_ARCH_LLC_MIS) \
1373 __PMC_EV_ALIAS("llc-reference", IAP_ARCH_LLC_REF) \
1374 __PMC_EV_ALIAS("unhalted-reference-cycles", IAP_ARCH_UNH_REF_CYC) \
1375 __PMC_EV_ALIAS("unhalte
[all...]
/freebsd-11-stable/lib/libpmc/
H A Dlibpmc.c179 #undef __PMC_EV_ALIAS macro
180 #define __PMC_EV_ALIAS(N,CODE) { N, PMC_EV_##CODE }, macro

Completed in 133 milliseconds