Dec 24 21:56:02 Arch kernel: cpuidle: using governor ladder Dec 24 21:56:02 Arch kernel: cpuidle: using governor menu Dec 24 21:56:02 Arch kernel: ACPI: bus type PCI registered Dec 24 21:56:02 Arch kernel: acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 ...
CONFIG_CPU_IDLE_MULTIPLE_DRIVERS=y # CONFIG_CPU_IDLE_GOV_LADDER is not set # CONFIG_CPU_IDLE_GOV_MENU is not set # # ARM CPU Idle Drivers # # CONFIG_ARM_CPUIDLE is not set # CONFIG_ARCH_NEEDS_CPU_IDLE_COUPLED is not set # # CPU Frequency scaling # CONFIG_CPU_FREQ=y CONFIG_CPU...
SMP机器其余CPU(除当前引导CPU)初始化(对于没有配置SMP的内核,此函数为空,smp_init()) 启动init过程(创建第一个核心线程,调用init()函数,原执行序列调用cpu_idle() 等待调度,init()) 至此start_kernel()结束,基本的核心环境已经建立起来了。 对于I386平台 i386平台上的内核启动过程与此基本相同,所不同的主要是...
original report: https://bugzilla.redhat.com/show_bug.cgi?id=2283049 # w 13:12:07 up 8 days, 14 min, 3 users, load average: 0.46, 0.37, 0.34 USER TTY LOGIN@ IDLE JCPU PCPU WHAT kzak tty1 20May24 8days 19:51 0.03s /usr/libexec/gnome-session-binary kzak pts/1 20May24 1.00...
CONFIG_NO_HZ_IDLE=y # CONFIG_NO_HZ_FULL is not set CONFIG_NO_HZ=y CONFIG_HIGH_RES_TIMERS=y # # CPU/Task time and stats accounting # CONFIG_TICK_CPU_ACCOUNTING=y # CONFIG_VIRT_CPU_ACCOUNTING_GEN is not set CONFIG_IRQ_TIME_ACCOUNTING=y ...
# Qiling may be used on interactive shells (ex: IDLE) or embedded python # interpreters (ex: IDA Python). such environments use their own version # for the standard streams which usually do not support certain operations, # such as fileno(...
hw_config(event); } void x86_pmu_disable_all(void) { struct cpu_hw_events *cpuc = this_cpu_ptr(&cpu_hw_events); int idx; for (idx = 0; idx < x86_pmu.num_counters; idx++) { u64 val; if (!test_bit(idx, cpuc->active_mask)) continue; rdmsrl(x86_pmu_config_addr(idx),...
setup_nr_cpu_ids(); setup_per_cpu_areas(); smp_prepare_boot_cpu();/* arch-specific boot-cpu hooks */build_all_zonelists(NULL); page_alloc_init(); printk(KERN_NOTICE"Kernel command line: %s\n", boot_command_line);//[email protected] 2011.11.14 begin//support lcd compatible//reviewe...
runloop_idle : retroarch.c runloop_iterate() : retroarch.h , retroarch.c runloop_key_event : retroarch.c runloop_max_frames : retroarch.c runloop_max_frames_screenshot : retroarch.c runloop_max_frames_screenshot_path : retroarch.c ...
[ 0.093084] CPU features: detected: CRC32 instructions [ 0.105466] alternatives: applying system-wide alternatives [ 0.175880] devtmpfs: initialized [ 0.209647] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns ...