/sys/devices/system/cpu/ ├── cpu0 │   ├── cpu_capacity │   ├── cpufreq -> ../cpufreq/policy0 │   ├── hotplug │   │   ├── fail │   │   ├── state │   │   └── target │   ├── of_node -> ../../../../firmware/devicetree/base/cpus/cpu@0 │   ├── power │   │   ├── autosuspend_delay_ms │   │   ├── control │   │   ├── pm_qos_resume_latency_us │   │   ├── runtime_active_time │   │   ├── runtime_status │   │   └── runtime_suspended_time │   ├── subsystem -> ../../../../bus/cpu │   ├── topology │   │   ├── core_id │   │   ├── core_siblings │   │   ├── core_siblings_list │   │   ├── physical_package_id │   │   ├── thread_siblings │   │   └── thread_siblings_list │   └── uevent ├── cpu1 │   ├── cpu_capacity │   ├── cpufreq -> ../cpufreq/policy0 │   ├── hotplug │   │   ├── fail │   │   ├── state │   │   └── target │   ├── of_node -> ../../../../firmware/devicetree/base/cpus/cpu@1 │   ├── power │   │   ├── autosuspend_delay_ms │   │   ├── control │   │   ├── pm_qos_resume_latency_us │   │   ├── runtime_active_time │   │   ├── runtime_status │   │   └── runtime_suspended_time │   ├── subsystem -> ../../../../bus/cpu │   └── uevent ├── cpufreq │   ├── policy0 │   │   ├── affected_cpus │   │   ├── cpuinfo_cur_freq │   │   ├── cpuinfo_max_freq │   │   ├── cpuinfo_min_freq │   │   ├── cpuinfo_transition_latency │   │   ├── related_cpus │   │   ├── scaling_available_frequencies │   │   ├── scaling_available_governors │   │   ├── scaling_cur_freq │   │   ├── scaling_driver │   │   ├── scaling_governor │   │   ├── scaling_max_freq │   │   ├── scaling_min_freq │   │   ├── scaling_setspeed │   │   └── stats │   │   ├── reset │   │   ├── time_in_state │   │   ├── total_trans │   │   └── trans_table │   └── schedutil │   └── rate_limit_us ├── cpuidle │   ├── current_driver │   └── current_governor_ro ├── hotplug │   └── states ├── isolated ├── kernel_max ├── modalias ├── offline ├── online ├── possible ├── power │   ├── autosuspend_delay_ms │   ├── control │   ├── runtime_active_time │   ├── runtime_status │   └── runtime_suspended_time ├── present └── uevent 20 directories, 63 files