Lines Matching full:tracking
3 * Context tracking: Probe on high level context boundaries such as kernel,
9 * User/guest tracking started by Frederic Weisbecker:
446 WARN_ONCE((recursion < 1), "Invalid context tracking recursion value %d\n", recursion); in context_tracking_recursion_enter()
458 * __ct_user_enter - Inform the context tracking that the CPU is going
516 * Even if context tracking is disabled on this CPU, because it's outside in __ct_user_enter()
529 /* Tracking for vtime only, no concurrent RCU EQS accounting */ in __ct_user_enter()
533 * Tracking for vtime and RCU EQS. Make sure we don't race in __ct_user_enter()
553 * responsibility to call into context tracking with IRQs disabled.
579 * archs that didn't manage to check the context tracking
586 * responsibility to call into context tracking with IRQs disabled.
595 * __ct_user_exit - Inform the context tracking that the CPU is
637 /* Tracking for vtime only, no concurrent RCU EQS accounting */ in __ct_user_exit()
641 * Tracking for vtime and RCU EQS. Make sure we don't race in __ct_user_exit()
661 * responsibility to call into context tracking with IRQs disabled.
679 * archs that didn't manage to check the context tracking
686 * call into context tracking with IRQs disabled.