Home
last modified time | relevance | path

Searched refs:PMC_FN_USER_CALLCHAIN (Results 1 – 8 of 8) sorted by relevance

/freebsd/sys/powerpc/powerpc/
H A Dinterrupt.c121 pmc_hook(PCPU_GET(curthread), PMC_FN_USER_CALLCHAIN, framep); in powerpc_interrupt()
/freebsd/sys/i386/i386/
H A Dgenassym.c229 ASSYM(PMC_FN_USER_CALLCHAIN, PMC_FN_USER_CALLCHAIN);
H A Dexception.S675 pushl $PMC_FN_USER_CALLCHAIN /* command */
/freebsd/sys/amd64/amd64/
H A Dgenassym.c281 ASSYM(PMC_FN_USER_CALLCHAIN, PMC_FN_USER_CALLCHAIN);
H A Dexception.S926 movq $PMC_FN_USER_CALLCHAIN,%rsi /* command */
/freebsd/sys/sys/
H A Dpmckern.h58 #define PMC_FN_USER_CALLCHAIN 9 macro
/freebsd/sys/kern/
H A Dsubr_intr.c351 pmc_hook(PCPU_GET(curthread), PMC_FN_USER_CALLCHAIN, tf); in intr_irq_handler()
/freebsd/sys/dev/hwpmc/
H A Dhwpmc_mod.c2217 case PMC_FN_USER_CALLCHAIN: in pmc_hook_handler()