Searched refs:debug_active (Results 1 – 3 of 3) sorted by relevance
1106 static int debug_active = 1; variable1119 if (!write || debug_stoppable || !debug_active) in s390dbf_procactive()1135 .data = &debug_active,1155 debug_active = 0; in debug_stop_all()1185 if (!debug_active || !id->areas) in debug_event_common()1218 if (!debug_active || !id->areas) in debug_exception_common()1266 if (!debug_active || !id->areas) in __debug_sprintf_event()1301 if (!debug_active || !id->areas) in __debug_sprintf_exception()
94 globally. The first possibility is to use the ``debug_active`` sysctl. If95 set to 1 the debug feature is running. If ``debug_active`` is set to 0 the101 by piping 1 to ``/proc/sys/s390dbf/debug_active``. Nevertheless, it's not266 > echo 0 > /proc/sys/s390dbf/debug_active
713 u16 debug_active:1; member