1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2026-01-20 05:11:01 +00:00
serenity/Kernel/FileSystem/SysFS/Subsystems/Kernel
Andreas Kling fb00d3ed25 Kernel+lsirq: Track per-CPU IRQ handler call counts
Each GenericInterruptHandler now tracks the number of calls that each
CPU has serviced.

This takes care of a FIXME in the /sys/kernel/interrupts generator.

Also, the lsirq command line tool now displays per-CPU call counts.
2022-11-19 15:39:30 +01:00
..
Network
Variables Kernel: Add support for jails 2022-11-05 18:00:58 -06:00
CommandLine.cpp
CommandLine.h
CPUInfo.cpp Kernel: Don't expose processor information for aarch64 in sysfs 2022-10-26 20:01:45 +02:00
CPUInfo.h
Directory.cpp Kernel: Add support for jails 2022-11-05 18:00:58 -06:00
Directory.h
DiskUsage.cpp
DiskUsage.h
GlobalInformation.cpp
GlobalInformation.h
Interrupts.cpp Kernel+lsirq: Track per-CPU IRQ handler call counts 2022-11-19 15:39:30 +01:00
Interrupts.h
Jails.cpp Kernel: Add support for jails 2022-11-05 18:00:58 -06:00
Jails.h Kernel: Add support for jails 2022-11-05 18:00:58 -06:00
Keymap.cpp
Keymap.h
LoadBase.cpp
LoadBase.h
Log.cpp
Log.h
MemoryStatus.cpp
MemoryStatus.h
PowerStateSwitch.cpp Kernel+Userland: Move /sys/firmware/power_state to /sys/kernel directory 2022-10-25 15:33:34 -06:00
PowerStateSwitch.h Kernel: Split the SysFS core files into smaller components 2022-11-08 02:54:48 -07:00
Processes.cpp Kernel: Add support for jails 2022-11-05 18:00:58 -06:00
Processes.h
Profile.cpp
Profile.h
SystemMode.cpp
SystemMode.h
SystemStatistics.cpp
SystemStatistics.h
Uptime.cpp
Uptime.h