Searched refs:KTR_INTR (Results 1 – 4 of 4) sorted by relevance
| /f-stack/freebsd/kern/ |
| H A D | kern_intr.c | 252 CTR2(KTR_INTR, "%s: updated %s", __func__, ie->ie_fullname); in intr_event_update() 288 CTR2(KTR_INTR, "%s: created %s", __func__, ie->ie_name); in intr_event_create() 551 CTR2(KTR_INTR, "%s: created %s", __func__, name); in ithread_create() 560 CTR2(KTR_INTR, "%s: killing %s", __func__, ithread->it_event->ie_name); in ithread_destroy() 637 CTR3(KTR_INTR, "%s: added %s to %s", __func__, ih->ih_name, in intr_event_add_handler() 840 CTR3(KTR_INTR, "%s: removing %s from %s", __func__, handler->ih_name, in intr_event_remove_handler() 994 CTR5(KTR_INTR, "%s: pid %d (%s): it_need %d, state %d", in intr_event_schedule_thread() 1059 CTR3(KTR_INTR, "swi_sched: %s %s need=%d", ie->ie_name, ih->ih_name, in swi_sched() 1162 CTR6(KTR_INTR, "%s: pid %d exec %p(%p) for %s flg=%x", in intr_event_execute_handlers() 1247 CTR3(KTR_INTR, "%s: pid %d (%s) exiting", __func__, in ithread_loop() [all …]
|
| /f-stack/freebsd/sys/ |
| H A D | ktr_class.h | 54 #define KTR_INTR 0x00000200 /* Interrupt tracing */ macro
|
| /f-stack/freebsd/mips/conf/ |
| H A D | std.XLP | 54 #options KTR_COMPILE=(KTR_LOCK|KTR_PROC|KTR_INTR|KTR_CALLOUT|KTR_UMA|KTR_SYSC)
|
| /f-stack/freebsd/arm/mv/ |
| H A D | ic.c | 184 CTR3(KTR_INTR, "%s: last=%d, next=%d", __func__, last, next); in arm_get_next_irq()
|