Lines Matching refs:debug

19 #define debug(args...) fprintf(stderr, args)  macro
21 #define debug(args...) macro
31 debug("Cgroup %s isn't frozen\n", cgroup); in cg_check_frozen()
39 debug("Cgroup %s is frozen\n", cgroup); in cg_check_frozen()
103 debug("Error: cg_freeze_nowait() failed\n"); in cg_freeze_wait()
650 debug("Can't get %d stat\n", pid); in proc_check_stopped()
655 debug("Process %d in the unexpected state: %s\n", pid, buf); in proc_check_stopped()
842 debug("Expect time (%ld) to be 0\n", curr); in test_cgfreezer_time_empty()
856 debug("Expect time (%ld) to be at least 1000 us\n", in test_cgfreezer_time_empty()
870 debug("Expect time (%ld) to be more than previous check (%ld)\n", in test_cgfreezer_time_empty()
882 debug("Expect time (%ld) to be unchanged from previous check (%ld)\n", in test_cgfreezer_time_empty()
923 debug("Expect time (%ld) to be 0\n", curr); in test_cgfreezer_time_simple()
935 debug("Expect time (%ld) to be 0\n", curr); in test_cgfreezer_time_simple()
950 debug("Expect time (%ld) to be at least 1000 us\n", in test_cgfreezer_time_simple()
964 debug("Expect time (%ld) to be more than previous check (%ld)\n", in test_cgfreezer_time_simple()
977 debug("Expect time (%ld) to be unchanged from previous check (%ld)\n", in test_cgfreezer_time_simple()
1015 debug("Expect time (%ld) to be 0\n", curr); in test_cgfreezer_time_populate()
1028 debug("Expect time (%ld) to be 0\n", curr); in test_cgfreezer_time_populate()
1041 debug("Expect time (%ld) to be 0\n", curr); in test_cgfreezer_time_populate()
1054 debug("Expect time (%ld) to be more than previous check (%ld)\n", in test_cgfreezer_time_populate()
1064 debug("Expect time (%ld) to be more than previous check (%ld)\n", in test_cgfreezer_time_populate()
1078 debug("Expect time (%ld) to be more than previous check (%ld)\n", in test_cgfreezer_time_populate()
1092 debug("Expect time (%ld) to be more than previous check (%ld)\n", in test_cgfreezer_time_populate()
1106 debug("Expect time (%ld) to be unchanged from previous check (%ld)\n", in test_cgfreezer_time_populate()
1122 debug("Expect time (%ld) to be more than previous check (%ld)\n", in test_cgfreezer_time_populate()
1176 debug("Expect time (%ld) to be 0\n", curr_A); in test_cgfreezer_time_migrate()
1181 debug("Expect time (%ld) to be 0\n", curr_B); in test_cgfreezer_time_migrate()
1193 debug("Expect time (%ld) to be > 0\n", curr_A); in test_cgfreezer_time_migrate()
1206 debug("Expect time (%ld) to be 0\n", curr_B); in test_cgfreezer_time_migrate()
1213 debug("Expect time (%ld) to be more than previous check (%ld)\n", in test_cgfreezer_time_migrate()
1280 debug("Expect ptime (%ld) > ctime (%ld)\n", ptime, ctime); in test_cgfreezer_time_parent()
1299 debug("Expect ctime (%ld) > ptime (%ld)\n", ctime, ptime); in test_cgfreezer_time_parent()
1351 debug("Expect ptime (%ld) to be 0\n", ptime); in test_cgfreezer_time_child()
1356 debug("Expect ctime (%ld) <= ptime (%ld)\n", ctime, ptime); in test_cgfreezer_time_child()
1443 debug("Expect C's time (%ld) > B's time (%ld)", time[2], time[1]); in test_cgfreezer_time_nested()
1448 debug("Expect B's time (%ld) > A's time (%ld)", time[1], time[0]); in test_cgfreezer_time_nested()