Lines Matching defs:debug
21 #define debug(args...) fprintf(stderr, args)
23 #define debug(args...)
33 debug("Cgroup %s isn't frozen\n", cgroup);
41 debug("Cgroup %s is frozen\n", cgroup);
66 debug("Error: inotify_init1() failed\n");
73 debug("Error: inotify_add_watch() failed\n");
99 debug("Error: poll() failed\n");
160 debug("Error: cg_freeze_nowait() failed\n");
707 debug("Can't get %d stat\n", pid);
712 debug("Process %d in the unexpected state: %s\n", pid, buf);