Add a new KTR tracepoint in the KTR_CALLOUT class to note when a callout
routine finishes executing. MFC after: 1 week
This commit is contained in:
parent
b2b734e771
commit
b7f1c1d210
@ -414,6 +414,7 @@ softclock(void *arg)
|
||||
lastfunc = c_func;
|
||||
}
|
||||
#endif
|
||||
CTR1(KTR_CALLOUT, "callout %p finished", c);
|
||||
if ((c_flags & CALLOUT_RETURNUNLOCKED) == 0)
|
||||
class->lc_unlock(c_lock);
|
||||
skip:
|
||||
|
Loading…
x
Reference in New Issue
Block a user