diff options
author | André Fabian Silva Delgado <emulatorman@parabola.nu> | 2015-08-05 17:04:01 -0300 |
---|---|---|
committer | André Fabian Silva Delgado <emulatorman@parabola.nu> | 2015-08-05 17:04:01 -0300 |
commit | 57f0f512b273f60d52568b8c6b77e17f5636edc0 (patch) | |
tree | 5e910f0e82173f4ef4f51111366a3f1299037a7b /Documentation/timers/00-INDEX |
Initial import
Diffstat (limited to 'Documentation/timers/00-INDEX')
-rw-r--r-- | Documentation/timers/00-INDEX | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/Documentation/timers/00-INDEX b/Documentation/timers/00-INDEX new file mode 100644 index 000000000..ee212a277 --- /dev/null +++ b/Documentation/timers/00-INDEX @@ -0,0 +1,20 @@ +00-INDEX + - this file +highres.txt + - High resolution timers and dynamic ticks design notes +hpet.txt + - High Precision Event Timer Driver for Linux +hpet_example.c + - sample hpet timer test program +hrtimers.txt + - subsystem for high-resolution kernel timers +Makefile + - Build and link hpet_example +NO_HZ.txt + - Summary of the different methods for the scheduler clock-interrupts management. +timekeeping.txt + - Clock sources, clock events, sched_clock() and delay timer notes +timers-howto.txt + - how to insert delays in the kernel the right (tm) way. +timer_stats.txt + - timer usage statistics |