Home
last modified time | relevance | path

Searched refs:CPR_STAT_EVENT_START (Results 1 – 2 of 2) sorted by relevance

/titanic_41/usr/src/uts/common/cpr/
H A Dcpr_main.c457 CPR_STAT_EVENT_START("Suspend Total"); in cpr_suspend()
509 CPR_STAT_EVENT_START(" stop users"); in cpr_suspend()
564 CPR_STAT_EVENT_START(" swapout upages"); in cpr_suspend()
577 CPR_STAT_EVENT_START(" alloc statefile"); in cpr_suspend()
599 CPR_STAT_EVENT_START(" clean pages"); in cpr_suspend()
617 CPR_STAT_EVENT_START(" stop drivers"); in cpr_suspend()
652 CPR_STAT_EVENT_START(" write statefile"); in cpr_suspend()
1068 CPR_STAT_EVENT_START(" start drivers"); in cpr_resume()
1253 CPR_STAT_EVENT_START("POST CPR DELAY"); in cpr_resume()
/titanic_41/usr/src/uts/common/sys/
H A Dcpr.h490 #define CPR_STAT_EVENT_START(s) cpr_stat_event_start(s, 0) macro