initcall_debug

initcall_debug

1 open initcall_debug in kernel

Open initcall_debug : this can printf initcall function in kernel console.

        diff --git a/init/main.c b/init/main.c
		index 649c622..67e0783 100644
		--- a/init/main.c
		+++ b/init/main.c
		@@ -723,7 +723,7 @@ static void __init do_ctors(void)
		 #endif
		 }
		 
		-bool initcall_debug;
		+bool initcall_debug = 1;
		 core_param(initcall_debug, initcall_debug, bool, 0644);
		 
		 #ifdef CONFIG_KALLSYMS

2 kernel message

Starting kernel ...

[    0.000000] Booting Linux on physical CPU 0x0
[    0.000000] Initializing cgroup subsys cpuset
[    0.000000] Initializing cgroup subsys cpu
[    0.000000] Initializing cgroup subsys cpuacct
[    0.000000] Linux version 4.4.84+ (fredy@Latitude-5289) (gcc version 5.3.1 20160113 (Linaro GCC 5.3-2016.02) ) #28 SMP PREEMPT Wed May 29 10:11:51 CST 2019
[    0.000000] CPU: ARMv7 Processor [412fc0f2] revision 2 (ARMv7), cr=30c5387d
[    0.000000] CPU: PIPT / VIPT nonaliasing data cache, PIPT instruction cache
[    0.000000] Machine model: TI DRA742
[    0.000000] bootconsole [earlycon0] enabled
[    0.000000] Reserved memory: created DMA memory pool at 0x0000000040300000, size 3 MiB
[    0.000000] Reserved memory: initialized node cmem@40300000, compatible id shared-dma-pool
[    0.000000] Reserved memory: regions without no-map are not yet supported
[    0.000000] Reserved memory: created CMA memory pool at 0x0000000099000000, size 80 MiB
[    0.000000] Reserved memory: initialized node ipu2_cma@95800000, compatible id shared-dma-pool
[    0.000000] Reserved memory: created CMA memory pool at 0x000000009e000000, size 32 MiB
[    0.000000] Reserved memory: initialized node ipu1_cma@9d000000, compatible id shared-dma-pool
[    0.000000] Reserved memory: regions without no-map are not yet supported
[    0.000000] Reserved memory: created CMA memory pool at 0x00000000a1000000, size 32 MiB
[    0.000000] Reserved memory: initialized node dsp1_cma@99000000, compatible id shared-dma-pool
[    0.000000] Reserved memory: created CMA memory pool at 0x00000000a3000000, size 32 MiB
[    0.000000] Reserved memory: initialized node dsp2_cma@9f000000, compatible id shared-dma-pool
[    0.000000] Reserved memory: regions without no-map are not yet supported
[    0.000000] Reserved memory: created DMA memory pool at 0x00000000a9000000, size 32 MiB
[    0.000000] Reserved memory: initialized node cmem@A9000000, compatible id shared-dma-pool
[    0.000000] cma: Reserved 128 MiB at 0x00000000f7000000
[    0.000000] Forcing write-allocate cache policy for SMP
[    0.000000] Memory policy: Data cache writealloc
[    0.000000] OMAP4: Map 0x000000027fd00000 to fe600000 for dram barrier
[    0.000000] On node 0 totalpages: 1035264
[    0.000000] free_area_init_node: node 0, pgdat c068ef40, node_mem_map eb79a000
[    0.000000]   DMA zone: 1728 pages used for memmap
[    0.000000]   DMA zone: 0 pages reserved
[    0.000000]   DMA zone: 188416 pages, LIFO batch:31
[    0.000000]   HighMem zone: 846848 pages, LIFO batch:31
[    0.000000] DRA752 ES2.0
[    0.000000] PERCPU: Embedded 11 pages/cpu @eb71e000 s14912 r8192 d21952 u45056
[    0.000000] pcpu-alloc: s14912 r8192 d21952 u45056 alloc=11*4096
[    0.000000] pcpu-alloc: [0] 0 [0] 1 
[    0.000000] Built 1 zonelists in Zone order, mobility grouping on.  Total pages: 1033536
[    0.000000] Kernel command line: console=ttyO0,115200n8 elevator=noop root=/dev/mmcblk1p2 rw rootwait earlyprintk fixrtc omapdrm.num_crtc=2 consoleblank=0 cma=128M rootfstype=ext4 snd.slots_reserved=1,1 loglevel=8 init=/home/root/init-demo.sh clk_ignore_unused
[    0.000000] PID hash table entries: 4096 (order: 2, 16384 bytes)
[    0.000000] Dentry cache hash table entries: 131072 (order: 7, 524288 bytes)
[    0.000000] Inode-cache hash table entries: 65536 (order: 6, 262144 bytes)
[    0.000000] Memory: 3391448K/4141056K available (5162K kernel code, 235K rwdata, 988K rodata, 304K init, 260K bss, 438312K reserved, 311296K cma-reserved, 3256320K highmem)
[    0.000000] Virtual kernel memory layout:
[    0.000000]     vector  : 0xffff0000 - 0xffff1000   (   4 kB)
[    0.000000]     fixmap  : 0xffc00000 - 0xfff00000   (3072 kB)
[    0.000000]     vmalloc : 0xf0800000 - 0xff800000   ( 240 MB)
[    0.000000]     lowmem  : 0xc0000000 - 0xf0000000   ( 768 MB)
[    0.000000]     pkmap   : 0xbfe00000 - 0xc0000000   (   2 MB)
[    0.000000]     modules : 0xbf000000 - 0xbfe00000   (  14 MB)
[    0.000000]       .text : 0xc0008000 - 0xc0609f74   (6152 kB)
[    0.000000]       .init : 0xc060a000 - 0xc0656000   ( 304 kB)
[    0.000000]       .data : 0xc0656000 - 0xc0690cf8   ( 236 kB)
[    0.000000]        .bss : 0xc0692000 - 0xc06d3234   ( 261 kB)
[    0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1
[    0.000000] Preemptible hierarchical RCU implementation.
[    0.000000]  Build-time adjustment of leaf fanout to 32.
[    0.000000] NR_IRQS:16 nr_irqs:16 16
[    0.000000] ti_dt_clocks_register: failed to lookup clock node iva_dpll_hs_clk_div
[    0.000000] ti_dt_clocks_register: failed to lookup clock node dpll_iva_ck
[    0.000000] ti_dt_clocks_register: failed to lookup clock node dpll_iva_m2_ck
[    0.000000] ti_dt_clocks_register: failed to lookup clock node iva_dclk
[    0.000000] ti_dt_clocks_register: failed to lookup clock node gmac_gmii_ref_clk_div
[    0.000000] OMAP clockevent source: timer1 at 32786 Hz
[    0.000000] Architected cp15 timer(s) running at 6.14MHz (phys).
[    0.000000] clocksource: arch_sys_counter: mask: 0xffffffffffffff max_cycles: 0x16af5adb9, max_idle_ns: 440795202250 ns
[    0.000005] sched_clock: 56 bits at 6MHz, resolution 162ns, wraps every 4398046511023ns
[    0.008305] Switching to timer-based delay loop, resolution 162ns
[    0.014937] clocksource: 32k_counter: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 58327039986419 ns
[    0.025194] OMAP clocksource: 32k_counter at 32768 Hz
[    0.030916] Console: colour dummy device 80x30
[    0.035569] WARNING: Your 'console=ttyO0' has been replaced by 'ttyS0'
[    0.042361] This ensures that you still see kernel messages. Please
[    0.048874] update your kernel commandline.
[    0.053263] Calibrating delay loop (skipped), value calculated using timer frequency.. 12.29 BogoMIPS (lpj=61475)
[    0.063892] pid_max: default: 32768 minimum: 301
[    0.068802] Mount-cache hash table entries: 2048 (order: 1, 8192 bytes)
[    0.075686] Mountpoint-cache hash table entries: 2048 (order: 1, 8192 bytes)
[    0.083540] Initializing cgroup subsys io
[    0.087760] Initializing cgroup subsys memory
[    0.092331] Initializing cgroup subsys devices
[    0.096978] Initializing cgroup subsys freezer
[    0.101634] Initializing cgroup subsys perf_event
[    0.106548] Initializing cgroup subsys pids
[    0.110941] CPU: Testing write buffer coherency: ok
[    0.116231] /cpus/cpu@0 missing clock-frequency property
[    0.121774] /cpus/cpu@1 missing clock-frequency property
[    0.127326] CPU0: thread -1, cpu 0, socket 0, mpidr 80000000
[    0.133218] calling  0xc0014a60 @ 1
[    0.136882] initcall 0xc0014a60 returned 0 after 0 usecs
[    0.142427] calling  0xc060fbe4 @ 1
[    0.146094] Setting up static identity map for 0x80008380 - 0x800083e0
[    0.152891] initcall 0xc060fbe4 returned 0 after 9765 usecs
[    0.158692] calling  0xc0617f98 @ 1
[    0.162354] initcall 0xc0617f98 returned -12 after 0 usecs
[    0.168075] calling  0xc061a37c @ 1
[    0.171737] initcall 0xc061a37c returned 0 after 0 usecs
[    0.177269] calling  0xc061aadc @ 1
[    0.190967] initcall 0xc061aadc returned 0 after 9765 usecs
[    0.196769] calling  0xc061b144 @ 1
[    0.211068] initcall 0xc061b144 returned 0 after 19531 usecs
[    0.216960] calling  0xc061be0c @ 1
[    0.220626] initcall 0xc061be0c returned 0 after 0 usecs
[    0.226181] calling  0xc061ccc8 @ 1
[    0.229844] initcall 0xc061ccc8 returned 0 after 0 usecs
[    0.235377] calling  0xc061ccf0 @ 1
[    0.239213] initcall 0xc061ccf0 returned 0 after 0 usecs
[    0.244747] calling  0xc061f008 @ 1
[    0.248493] initcall 0xc061f008 returned 0 after 0 usecs
[    0.254041] calling  0xc061f538 @ 1
[    0.257705] initcall 0xc061f538 returned 0 after 0 usecs
[    0.263237] calling  0xc02c081c @ 1
[    0.267045] initcall 0xc02c081c returned 0 after 0 usecs
[    0.272578] calling  0xc0632230 @ 1
[    0.276242] initcall 0xc0632230 returned 0 after 0 usecs
[    0.311985] CPU1: thread -1, cpu 1, socket 0, mpidr 80000001
[    0.312054] Brought up 2 CPUs
[    0.321069] SMP: Total of 2 processors activated (24.59 BogoMIPS).
[    0.327506] CPU: All CPU(s) started in HYP mode.
[    0.332325] CPU: Virtualization extensions available.
[    0.337981] devtmpfs: initialized
[    0.370473] calling  0xc0625ea4 @ 1
[    0.374142] initcall 0xc0625ea4 returned 0 after 0 usecs
[    0.379693] calling  0xc06261d0 @ 1
[    0.383356] initcall 0xc06261d0 returned 0 after 0 usecs
[    0.388888] calling  0xc06310d8 @ 1
[    0.392567] initcall 0xc06310d8 returned 0 after 0 usecs
[    0.398099] calling  0xc0637270 @ 1
[    0.401905] initcall 0xc0637270 returned 0 after 0 usecs
[    0.407548] calling  0xc060c64c @ 1
[    0.411216] VFP support v0.3: implementor 41 architecture 4 part 30 variant f rev 0
[    0.419186] initcall 0xc060c64c returned 0 after 9765 usecs
[    0.424987] calling  0xc060c954 @ 1
[    0.428650] initcall 0xc060c954 returned 0 after 0 usecs
[    0.434192] calling  0xc060dd5c @ 1
[    0.437854] initcall 0xc060dd5c returned 0 after 0 usecs
[    0.443387] calling  0xc06117e0 @ 1
[    0.447059] initcall 0xc06117e0 returned 0 after 0 usecs
[    0.452591] calling  0xc0614470 @ 1
[    0.456253] initcall 0xc0614470 returned -19 after 0 usecs
[    0.461973] calling  0xc0617bf0 @ 1
[    0.466325] omap_hwmod: l3_main_2 using broken dt data from ocp
[    0.562080] initcall 0xc0617bf0 returned 0 after 87890 usecs
[    0.567991] calling  0xc0617c34 @ 1
[    0.571660] initcall 0xc0617c34 returned 0 after 0 usecs
[    0.577193] calling  0xc061aabc @ 1
[    0.580866] initcall 0xc061aabc returned 0 after 0 usecs
[    0.586398] calling  0xc061aaa8 @ 1
[    0.590059] initcall 0xc061aaa8 returned 0 after 0 usecs
[    0.595601] calling  0xc061b10c @ 1
[    0.599362] initcall 0xc061b10c returned 0 after 0 usecs
[    0.604895] calling  0xc061ba38 @ 1
[    0.608603] initcall 0xc061ba38 returned 0 after 0 usecs
[    0.614136] calling  0xc061c5a8 @ 1
[    0.617870] initcall 0xc061c5a8 returned 0 after 0 usecs
[    0.623417] calling  0xc061dc8c @ 1
[    0.627083] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 19112604462750000 ns
[    0.637264] initcall 0xc061dc8c returned 0 after 9765 usecs
[    0.643063] calling  0xc061e300 @ 1
[    0.646729] futex hash table entries: 512 (order: 3, 32768 bytes)
[    0.653103] initcall 0xc061e300 returned 0 after 9765 usecs
[    0.658903] calling  0xc061e720 @ 1
[    0.662607] initcall 0xc061e720 returned 0 after 0 usecs
[    0.668153] calling  0xc00bc06c @ 1
[    0.671816] initcall 0xc00bc06c returned 0 after 0 usecs
[    0.677348] calling  0xc061f0f4 @ 1
[    0.681099] initcall 0xc061f0f4 returned 0 after 0 usecs
[    0.686632] calling  0xc063c468 @ 1
[    0.690302] initcall 0xc063c468 returned 0 after 0 usecs
[    0.695847] calling  0xc0621b38 @ 1
[    0.699510] initcall 0xc0621b38 returned 0 after 0 usecs
[    0.705041] calling  0xc06237a4 @ 1
[    0.714841] initcall 0xc06237a4 returned 0 after 0 usecs
[    0.720403] calling  0xc0624808 @ 1
[    0.724073] initcall 0xc0624808 returned 0 after 0 usecs
[    0.729607] calling  0xc0624b80 @ 1
[    0.733291] initcall 0xc0624b80 returned 0 after 0 usecs
[    0.738825] calling  0xc0624c4c @ 1
[    0.742487] initcall 0xc0624c4c returned 0 after 0 usecs
[    0.748037] calling  0xc0624c70 @ 1
[    0.751700] initcall 0xc0624c70 returned 0 after 0 usecs
[    0.757232] calling  0xc06299c4 @ 1
[    0.760907] initcall 0xc06299c4 returned 0 after 0 usecs
[    0.766439] calling  0xc062af6c @ 1
[    0.770098] pinctrl core: initialized pinctrl subsystem
[    0.775551] initcall 0xc062af6c returned 0 after 9765 usecs
[    0.781350] calling  0xc0289500 @ 1
[    0.785066] initcall 0xc0289500 returned 0 after 0 usecs
[    0.790611] calling  0xc062b7a0 @ 1
[    0.794557] initcall 0xc062b7a0 returned 0 after 0 usecs
[    0.800092] calling  0xc062d610 @ 1
[    0.803782] initcall 0xc062d610 returned 0 after 0 usecs
[    0.809315] calling  0xc062f3c4 @ 1
[    0.813013] initcall 0xc062f3c4 returned 0 after 0 usecs
[    0.818558] calling  0xc0631104 @ 1
[    0.822228] initcall 0xc0631104 returned 0 after 0 usecs
[    0.827761] calling  0xc0631240 @ 1
[    0.831447] initcall 0xc0631240 returned 0 after 0 usecs
[    0.836980] calling  0xc0637120 @ 1
[    0.840772] initcall 0xc0637120 returned 0 after 0 usecs
[    0.846320] calling  0xc06371e0 @ 1
[    0.849986] initcall 0xc06371e0 returned 0 after 0 usecs
[    0.855518] calling  0xc06373c4 @ 1
[    0.859191] initcall 0xc06373c4 returned 0 after 0 usecs
[    0.864724] calling  0xc0637d94 @ 1
[    0.868539] NET: Registered protocol family 16
[    0.873220] initcall 0xc0637d94 returned 0 after 9765 usecs
[    0.879121] calling  0xc060ec94 @ 1
[    0.883624] DMA: preallocated 256 KiB pool for atomic coherent allocations
[    0.890763] initcall 0xc060ec94 returned 0 after 9765 usecs
[    0.896575] calling  0xc0614378 @ 1
[    0.900237] initcall 0xc0614378 returned -19 after 0 usecs
[    0.905948] calling  0xc06140e8 @ 1
[    0.909620] initcall 0xc06140e8 returned -19 after 0 usecs
[    0.915331] calling  0xc061556c @ 1
[    0.918992] initcall 0xc061556c returned 0 after 0 usecs
[    0.924539] calling  0xc0615654 @ 1
[    0.928201] initcall 0xc0615654 returned -19 after 0 usecs
[    0.933910] calling  0xc0620420 @ 1
[    0.937598] initcall 0xc0620420 returned 0 after 0 usecs
[    0.943131] calling  0xc062052c @ 1
[    0.946799] initcall 0xc062052c returned 0 after 0 usecs
[    0.952343] calling  0xc0629910 @ 1
[    0.956014] initcall 0xc0629910 returned 0 after 0 usecs
[    0.961546] calling  0xc062afec @ 1
[    0.965242] initcall 0xc062afec returned 0 after 0 usecs
[    0.970774] calling  0xc062b0e0 @ 1
[    0.974466] initcall 0xc062b0e0 returned 0 after 0 usecs
[    0.980010] calling  0xc062b1e4 @ 1
[    0.983689] initcall 0xc062b1e4 returned 0 after 0 usecs
[    0.989222] calling  0xc062bb38 @ 1
[    0.992906] initcall 0xc062bb38 returned 0 after 0 usecs
[    0.998440] calling  0xc062c3e8 @ 1
[    1.002186] initcall 0xc062c3e8 returned 0 after 0 usecs
[    1.007731] calling  0xc062d678 @ 1
[    1.011406] initcall 0xc062d678 returned 0 after 0 usecs
[    1.016939] calling  0xc062f248 @ 1
[    1.020611] initcall 0xc062f248 returned 0 after 0 usecs
[    1.026144] calling  0xc062f3b0 @ 1
[    1.029805] initcall 0xc062f3b0 returned 0 after 0 usecs
[    1.035346] calling  0xc062f4b8 @ 1
[    1.039037] initcall 0xc062f4b8 returned 0 after 0 usecs
[    1.044570] calling  0xc062f620 @ 1
[    1.048269] initcall 0xc062f620 returned 0 after 0 usecs
[    1.053802] calling  0xc062f78c @ 1
[    1.057514] initcall 0xc062f78c returned 0 after 0 usecs
[    1.063059] calling  0xc0630000 @ 1
[    1.066791] initcall 0xc0630000 returned 0 after 0 usecs
[    1.072324] calling  0xc06312c4 @ 1
[    1.106052] cpuidle: using governor ladder
[    1.110341] initcall 0xc06312c4 returned 0 after 29296 usecs
[    1.116244] calling  0xc06312e0 @ 1
[    1.146293] cpuidle: using governor menu
[    1.150402] initcall 0xc06312e0 returned 0 after 29296 usecs
[    1.156304] calling  0xc06368a0 @ 1
[    1.159999] initcall 0xc06368a0 returned 0 after 0 usecs
[    1.165532] calling  0xc0636a68 @ 1
[    1.169234] initcall 0xc0636a68 returned 0 after 0 usecs
[    1.174767] calling  0xc062ae6c @ 1
[    1.178456] initcall 0xc062ae6c returned 0 after 0 usecs
[    1.184001] calling  0xc062ae8c @ 1
[    1.187689] initcall 0xc062ae8c returned 0 after 0 usecs
[    1.193317] calling  0xc060c920 @ 1
[    1.196990] initcall 0xc060c920 returned 0 after 0 usecs
[    1.202521] calling  0xc060c988 @ 1
[    1.212758] platform 43300000.edma: Cannot lookup hwmod 'tpcc'
[    1.219127] platform 43400000.tptc: Cannot lookup hwmod 'tptc0'
[    1.225557] platform 43500000.tptc: Cannot lookup hwmod 'tptc1'
[    1.232837] OMAP GPIO hardware version 0.1
[    1.243723] irq: no irq domain found for /ocp/l4@4a000000/scm@2000/pinmux@1400 !
[    1.267379] omap-gpmc 50000000.gpmc: GPMC revision 6.0
[    1.272757] gpmc_mem_init: disabling cs 0 mapped at 0x0-0x1000000
[    1.287638] initcall 0xc060c988 returned 0 after 78125 usecs
[    1.293555] calling  0xc060e46c @ 1
[    1.297234] hw-breakpoint: found 5 (+1 reserved) breakpoint and 4 watchpoint registers.
[    1.305543] hw-breakpoint: maximum watchpoint size is 8 bytes.
[    1.311617] initcall 0xc060e46c returned 0 after 9765 usecs
[    1.317428] calling  0xc060ea58 @ 1
[    1.321097] initcall 0xc060ea58 returned 0 after 0 usecs
[    1.326630] calling  0xc0614220 @ 1
[    1.330385] initcall 0xc0614220 returned 0 after 0 usecs
[    1.335919] calling  0xc0614ec8 @ 1
[    1.339581] initcall 0xc0614ec8 returned -19 after 0 usecs
[    1.345305] calling  0xc0615a0c @ 1
[    1.349109] initcall 0xc0615a0c returned 0 after 0 usecs
[    1.354643] calling  0xc0617fb8 @ 1
[    1.358534] omap4_sram_init:Unable to allocate sram needed to handle errata I688
[    1.366207] omap4_sram_init:Unable to get sram pool needed to handle errata I688
[    1.373893] initcall 0xc0617fb8 returned 0 after 9765 usecs
[    1.379693] calling  0xc061a588 @ 1
[    1.383610] OMAP DMA hardware revision 0.0
[    1.387937] initcall 0xc061a588 returned 0 after 9765 usecs
[    1.393738] calling  0xc061d3ec @ 1
[    1.397421] initcall 0xc061d3ec returned 0 after 0 usecs
[    1.402967] calling  0xc062b644 @ 1
[    1.406656] initcall 0xc062b644 returned 0 after 0 usecs
[    1.412189] calling  0xc062b54c @ 1
[    1.415881] initcall 0xc062b54c returned 0 after 0 usecs
[    1.421414] calling  0xc0284d18 @ 1
[    1.425458] initcall 0xc0284d18 returned 0 after 0 usecs
[    1.431103] calling  0xc060c9f4 @ 1
[    1.434924] initcall 0xc060c9f4 returned 0 after 0 usecs
[    1.440458] calling  0xc0615c30 @ 1
[    1.444132] initcall 0xc0615c30 returned 0 after 0 usecs
[    1.449665] calling  0xc06161d8 @ 1
[    1.453326] initcall 0xc06161d8 returned 0 after 0 usecs
[    1.458869] calling  0xc0618bb8 @ 1
[    1.462728] initcall 0xc0618bb8 returned 0 after 0 usecs
[    1.468261] calling  0xc0619a04 @ 1
[    1.471941] initcall 0xc0619a04 returned 0 after 0 usecs
[    1.477473] calling  0xc061afec @ 1
[    1.481138] initcall 0xc061afec returned 0 after 0 usecs
[    1.486683] calling  0xc061b810 @ 1
[    1.493366] initcall 0xc061b810 returned 0 after 0 usecs
[    1.498916] calling  0xc061c4c0 @ 1
[    1.502586] initcall 0xc061c4c0 returned 0 after 0 usecs
[    1.508118] calling  0xc061c66c @ 1
[    1.541850] initcall 0xc061c66c returned 0 after 29296 usecs
[    1.547742] calling  0xc0620468 @ 1
[    1.551613] initcall 0xc0620468 returned 0 after 0 usecs
[    1.557166] calling  0xc0620570 @ 1
[    1.560828] initcall 0xc0620570 returned 0 after 0 usecs
[    1.566360] calling  0xc063c66c @ 1
[    1.570033] initcall 0xc063c66c returned 0 after 0 usecs
[    1.575565] calling  0xc00fb2cc @ 1
[    1.579226] initcall 0xc00fb2cc returned 0 after 0 usecs
[    1.584769] calling  0xc00fb290 @ 1
[    1.588430] initcall 0xc00fb290 returned 0 after 0 usecs
[    1.593962] calling  0xc0623740 @ 1
[    1.597637] initcall 0xc0623740 returned 0 after 0 usecs
[    1.603169] calling  0xc0623604 @ 1
[    1.606832] initcall 0xc0623604 returned 0 after 0 usecs
[    1.612374] calling  0xc06261fc @ 1
[    1.616113] initcall 0xc06261fc returned 0 after 0 usecs
[    1.621647] calling  0xc06262d4 @ 1
[    1.625323] initcall 0xc06262d4 returned 0 after 0 usecs
[    1.630855] calling  0xc062637c @ 1
[    1.634629] initcall 0xc062637c returned 0 after 0 usecs
[    1.640178] calling  0xc0626568 @ 1
posted @ 2019-05-29 10:46  夏海风  阅读(665)  评论(0编辑  收藏  举报