Home
last modified time | relevance | path

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

/f-stack/freebsd/i386/i386/
H A Dgenassym.c236 ASSYM(PMC_FN_USER_CALLCHAIN, PMC_FN_USER_CALLCHAIN);
H A Dexception.s652 pushl $PMC_FN_USER_CALLCHAIN /* command */
/f-stack/freebsd/amd64/amd64/
H A Dgenassym.c260 ASSYM(PMC_FN_USER_CALLCHAIN, PMC_FN_USER_CALLCHAIN);
H A Dexception.S936 movq $PMC_FN_USER_CALLCHAIN,%rsi /* command */
/f-stack/freebsd/mips/mips/
H A Dintr_machdep.c300 pmc_hook(PCPU_GET(curthread), PMC_FN_USER_CALLCHAIN, tf); in cpu_intr()
H A Dmips_pic.c298 pmc_hook(PCPU_GET(curthread), PMC_FN_USER_CALLCHAIN, tf); in mips_pic_intr()
/f-stack/freebsd/sys/
H A Dpmckern.h60 #define PMC_FN_USER_CALLCHAIN 9 macro
/f-stack/freebsd/kern/
H A Dsubr_intr.c333 pmc_hook(PCPU_GET(curthread), PMC_FN_USER_CALLCHAIN, tf); in intr_irq_handler()