The file /sys/devices/system/clocksource/clocksource0/available_clocksource
in my Linux box lists the following clock sources:
tsc hpet acpi_pm
I know that tsc
is the Timestamp Counter Register in the Processer.
I know the hpet
is the High Precision event timer.
I do not know what the acpi_pm
is and what hardware implements it? Is this the PIT (programmable interval timer)?