Tag

kernel module

0 views collected around this technical thread.

Deepin Linux
Deepin Linux
Jun 4, 2025 · Fundamentals

Understanding and Using Kprobes for Dynamic Kernel Debugging

This article explains the concept, architecture, key data structures, registration process, implementation details, limitations, configuration steps, and practical examples of using Kprobes to dynamically instrument and debug Linux kernel functions without recompiling or rebooting the system.

KprobesLinux Kerneldynamic debugging
0 likes · 25 min read
Understanding and Using Kprobes for Dynamic Kernel Debugging
OPPO Kernel Craftsman
OPPO Kernel Craftsman
Jun 18, 2021 · Operations

CPU Power Consumption, Low‑Power Modes, and Core Control Framework

CPU power consumption comprises static leakage and dynamic switching energy, so modern SoCs use low‑power C‑states and core‑control isolation to shut down idle cores, with the kernel’s corectl module dynamically evaluating load and task counts each scheduler tick to decide how many CPUs to activate or deactivate, configurable via sysfs.

CPU powerDynamic ScalingLow Power Mode
0 likes · 11 min read
CPU Power Consumption, Low‑Power Modes, and Core Control Framework
OPPO Kernel Craftsman
OPPO Kernel Craftsman
Jan 29, 2021 · Mobile Development

GKI Transformation Principles and Implementation Methods

The article explains Google’s GKI transformation requirements—preserving a stable Kernel Module Interface, using only exported and whitelisted symbols, employing vendor hook mechanisms for custom SoC/OEM code, detecting interface mismatches, and offering alternatives such as padding macros and existing kernel event registration to avoid breaking KMI.

AndroidAndroid11GKI
0 likes · 11 min read
GKI Transformation Principles and Implementation Methods