Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:initcall_debug
(Results
1 - 15
of
15
) sorted by relevance
/kernel/linux/linux-5.10/kernel/
H
A
D
async.c
117
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
D
main.c
13
#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
D
main.c
13
#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
D
syscore.c
122
if (
initcall_debug
)
in syscore_shutdown()
H
A
D
dd.c
670
* 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
D
core.c
4109
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
D
syscore.c
122
if (
initcall_debug
)
in syscore_shutdown()
H
A
D
dd.c
730
* 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
D
core.c
4774
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
D
init.h
163
extern bool
initcall_debug
;
/kernel/linux/linux-6.6/include/linux/
H
A
D
init.h
180
extern bool
initcall_debug
;
/kernel/linux/linux-5.10/kernel/power/
H
A
D
main.c
500
pm_print_times_enabled = !!
initcall_debug
;
in pm_print_times_init()
/kernel/linux/linux-6.6/kernel/power/
H
A
D
main.c
569
pm_print_times_enabled = !!
initcall_debug
;
in pm_print_times_init()
/kernel/linux/linux-5.10/drivers/pci/
H
A
D
quirks.c
39
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
D
quirks.c
132
if (
initcall_debug
)
in fixup_debug_start()
147
if (
initcall_debug
|| duration > 10000)
in fixup_debug_report()
Completed in 40 milliseconds