Searched refs:KTR_SCHED (Results 1 - 9 of 9) sorted by relevance

/freebsd-13-stable/sys/sys/
H A Dktr_class.h74 #define KTR_SCHED 0x20000000 /* Machine parsed sched info. */ macro
/freebsd-13-stable/sys/kern/
H A Dsched_4bsd.c288 KTR_COUNTER0(KTR_SCHED, "load", "global load", sched_tdcnt);
297 KTR_COUNTER0(KTR_SCHED, "load", "global load", sched_tdcnt);
758 KTR_STATE1(KTR_SCHED, "thread", sched_tdname(td), "proc exit",
769 KTR_STATE1(KTR_SCHED, "thread", sched_tdname(child), "exit",
835 KTR_POINT3(KTR_SCHED, "thread", sched_tdname(td), "priority change",
840 KTR_POINT3(KTR_SCHED, "thread", sched_tdname(curthread),
1037 #if (KTR_COMPILE & KTR_SCHED) != 0
1039 KTR_STATE1(KTR_SCHED, "thread", sched_tdname(td), "idle",
1042 KTR_STATE3(KTR_SCHED, "thread", sched_tdname(td), KTDSTATE(td),
1097 KTR_STATE1(KTR_SCHED, "threa
[all...]
H A Dkern_rwlock.c507 KTR_STATE1(KTR_SCHED, "thread",
515 KTR_STATE0(KTR_SCHED, "thread",
528 KTR_STATE1(KTR_SCHED, "thread", sched_tdname(curthread),
546 KTR_STATE0(KTR_SCHED, "thread", sched_tdname(curthread),
1012 KTR_STATE1(KTR_SCHED, "thread", sched_tdname(curthread),
1020 KTR_STATE0(KTR_SCHED, "thread", sched_tdname(curthread),
1042 KTR_STATE1(KTR_SCHED, "thread", sched_tdname(curthread),
1060 KTR_STATE0(KTR_SCHED, "thread", sched_tdname(curthread),
H A Dkern_sx.c691 KTR_STATE1(KTR_SCHED, "thread", sched_tdname(curthread),
699 KTR_STATE0(KTR_SCHED, "thread", sched_tdname(curthread),
721 KTR_STATE1(KTR_SCHED, "thread", sched_tdname(curthread),
739 KTR_STATE0(KTR_SCHED, "thread", sched_tdname(curthread),
1106 KTR_STATE1(KTR_SCHED, "thread",
1114 KTR_STATE0(KTR_SCHED, "thread",
1126 KTR_STATE1(KTR_SCHED, "thread", sched_tdname(curthread),
1144 KTR_STATE0(KTR_SCHED, "thread", sched_tdname(curthread),
H A Dsched_ule.c547 KTR_COUNTER0(KTR_SCHED, "load", tdq->tdq_loadname, tdq->tdq_load);
567 KTR_COUNTER0(KTR_SCHED, "load", tdq->tdq_loadname, tdq->tdq_load);
1755 KTR_POINT3(KTR_SCHED, "thread", sched_tdname(td), "prio",
1760 KTR_POINT3(KTR_SCHED, "thread", sched_tdname(curthread),
2106 #if (KTR_COMPILE & KTR_SCHED) != 0
2108 KTR_STATE1(KTR_SCHED, "thread", sched_tdname(td), "idle",
2111 KTR_STATE3(KTR_SCHED, "thread", sched_tdname(td), KTDSTATE(td),
2161 KTR_STATE1(KTR_SCHED, "thread", sched_tdname(td), "running",
2325 KTR_STATE1(KTR_SCHED, "thread", sched_tdname(child), "proc exit",
2342 KTR_STATE1(KTR_SCHED, "threa
[all...]
H A Dkern_mutex.c595 KTR_STATE1(KTR_SCHED, "thread",
604 KTR_STATE0(KTR_SCHED, "thread",
751 KTR_STATE1(KTR_SCHED, "thread", sched_tdname((struct thread *)tid),
782 KTR_STATE0(KTR_SCHED, "thread", sched_tdname((struct thread *)tid),
H A Dkern_switch.c51 #define KTR_CRITICAL KTR_SCHED
H A Dkern_clock.c700 KTR_POINT2(KTR_SCHED, "thread", sched_tdname(td), "statclock",
H A Dkern_timeout.c689 KTR_STATE3(KTR_SCHED, "callout", cc->cc_ktr_event_name, "running",
713 KTR_STATE0(KTR_SCHED, "callout", cc->cc_ktr_event_name, "idle");

Completed in 98 milliseconds