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
461 * @state: userspace context-tracking state to enter.
518 * Even if context tracking is disabled on this CPU, because it's outside in __ct_user_enter()
531 /* Tracking for vtime only, no concurrent RCU EQS accounting */ in __ct_user_enter()
535 * Tracking for vtime and RCU EQS. Make sure we don't race in __ct_user_enter()
555 * responsibility to call into context tracking with IRQs disabled.
581 * archs that didn't manage to check the context tracking
588 * responsibility to call into context tracking with IRQs disabled.
597 * __ct_user_exit - Inform the context tracking that the CPU is
600 * @state: userspace context-tracking state being exited from.
641 /* Tracking for vtime only, no concurrent RCU EQS accounting */ in __ct_user_exit()
645 * Tracking for vtime and RCU EQS. Make sure we don't race in __ct_user_exit()
665 * responsibility to call into context tracking with IRQs disabled.
683 * archs that didn't manage to check the context tracking
690 * call into context tracking with IRQs disabled.