Home
last modified time | relevance | path

Searched refs:initcall_debug (Results 1 – 7 of 7) sorted by relevance

/linux-2.6.39/kernel/
Dasync.c80 extern int initcall_debug;
130 if (initcall_debug && system_state == SYSTEM_BOOTING) { in async_run_entry_fn()
136 if (initcall_debug && system_state == SYSTEM_BOOTING) { in async_run_entry_fn()
272 if (initcall_debug && system_state == SYSTEM_BOOTING) { in async_synchronize_cookie_domain()
279 if (initcall_debug && system_state == SYSTEM_BOOTING) { in async_synchronize_cookie_domain()
/linux-2.6.39/drivers/base/
Dsyscore.c56 if (initcall_debug) in syscore_suspend()
92 if (initcall_debug) in syscore_resume()
113 if (initcall_debug) in syscore_shutdown()
/linux-2.6.39/init/
Dmain.c639 int initcall_debug; variable
640 core_param(initcall_debug, initcall_debug, bool, 0644);
667 if (initcall_debug) in do_one_initcall()
674 if (ret && ret != -ENODEV && initcall_debug) in do_one_initcall()
/linux-2.6.39/drivers/base/power/
Dmain.c160 if (initcall_debug) { in initcall_debug_start()
174 if (initcall_debug) { in initcall_debug_report()
290 if (initcall_debug) { in pm_noirq_op()
344 if (initcall_debug) { in pm_noirq_op()
/linux-2.6.39/arch/unicore32/configs/
Ddebug_defconfig29 # for debug, adding: earlyprintk=ocd,keep initcall_debug
/linux-2.6.39/include/linux/
Dinit.h159 extern int initcall_debug;
/linux-2.6.39/Documentation/
Dkernel-parameters.txt971 initcall_debug [KNL] Trace initcalls as they are executed. Useful