Home
last modified time | relevance | path

Searched refs:initcall_debug (Results 1 - 15 of 15) sorted by relevance

/kernel/linux/linux-5.10/kernel/
H A Dasync.c117 if (initcall_debug && system_state < SYSTEM_RUNNING) { in async_run_entry_fn()
124 if (initcall_debug && system_state < SYSTEM_RUNNING) { in async_run_entry_fn()
330 if (initcall_debug && system_state < SYSTEM_RUNNING) { in async_synchronize_cookie_domain()
337 if (initcall_debug && system_state < SYSTEM_RUNNING) { in async_synchronize_cookie_domain()
/kernel/linux/linux-5.10/init/
H A Dmain.c13 #define DEBUG /* Enable initcall_debug */
784 bool initcall_debug; variable
785 core_param(initcall_debug, initcall_debug, bool, 0644);
946 if (initcall_debug) in start_kernel()
1188 if (!initcall_debug) in do_trace_initcall_start()
1194 if (!initcall_debug) in do_trace_initcall_finish()
/kernel/linux/linux-6.6/init/
H A Dmain.c13 #define DEBUG /* Enable initcall_debug */
792 bool initcall_debug; variable
793 core_param(initcall_debug, initcall_debug, bool, 0644);
971 if (initcall_debug) in start_kernel()
1215 if (!initcall_debug) in do_trace_initcall_start()
1221 if (!initcall_debug) in do_trace_initcall_finish()
/kernel/linux/linux-5.10/drivers/base/
H A Dsyscore.c122 if (initcall_debug) in syscore_shutdown()
H A Ddd.c670 * For initcall_debug, show the driver probe time.
682 * CONFIG_DYNAMIC_DEBUG and we want a simple 'initcall_debug' on the in really_probe_debug()
749 if (initcall_debug) in driver_probe_device()
H A Dcore.c4109 if (initcall_debug) in device_shutdown()
4114 if (initcall_debug) in device_shutdown()
4118 if (initcall_debug) in device_shutdown()
/kernel/linux/linux-6.6/drivers/base/
H A Dsyscore.c122 if (initcall_debug) in syscore_shutdown()
H A Ddd.c730 * For initcall_debug, show the driver probe time.
742 * CONFIG_DYNAMIC_DEBUG and we want a simple 'initcall_debug' on the in really_probe_debug()
797 if (initcall_debug) in __driver_probe_device()
H A Dcore.c4774 if (initcall_debug) in device_shutdown()
4779 if (initcall_debug) in device_shutdown()
4783 if (initcall_debug) in device_shutdown()
/kernel/linux/linux-5.10/include/linux/
H A Dinit.h163 extern bool initcall_debug;
/kernel/linux/linux-6.6/include/linux/
H A Dinit.h180 extern bool initcall_debug;
/kernel/linux/linux-5.10/kernel/power/
H A Dmain.c500 pm_print_times_enabled = !!initcall_debug; in pm_print_times_init()
/kernel/linux/linux-6.6/kernel/power/
H A Dmain.c569 pm_print_times_enabled = !!initcall_debug; in pm_print_times_init()
/kernel/linux/linux-5.10/drivers/pci/
H A Dquirks.c39 if (initcall_debug) in fixup_debug_start()
54 if (initcall_debug || duration > 10000) in fixup_debug_report()
/kernel/linux/linux-6.6/drivers/pci/
H A Dquirks.c132 if (initcall_debug) in fixup_debug_start()
147 if (initcall_debug || duration > 10000) in fixup_debug_report()

Completed in 40 milliseconds