tools/power/cpupower/debug/kernel/cpufreq-test_tsc.c

Source file repositories/reference/linux-study-clean/tools/power/cpupower/debug/kernel/cpufreq-test_tsc.c

File Facts

System
Linux kernel
Corpus path
tools/power/cpupower/debug/kernel/cpufreq-test_tsc.c
Extension
.c
Size
3124 bytes
Lines
112
Domain
Support Tooling And Documentation
Bucket
tools
Inferred role
Support Tooling And Documentation: exported/initcall integration point
Status
integration implementation candidate

Why This File Exists

Repository support layer: documentation, build tooling, samples, user-space helper tools, generated initramfs support, licenses, and validation utilities.

Dependency Surface

Detected Declarations

Annotated Snippet

module_init(cpufreq_test_tsc)
module_exit(cpufreq_none)


MODULE_AUTHOR("Dominik Brodowski");
MODULE_DESCRIPTION("Verify the TSC cpufreq notifier working correctly -- needs ACPI-enabled system");
MODULE_LICENSE ("GPL");

Annotation

Implementation Notes