|
Linux Kernel
3.7.1
|
#include <linux/clocksource.h>#include <linux/init.h>#include <linux/jiffies.h>#include <linux/kernel.h>#include <linux/moduleparam.h>#include <linux/sched.h>#include <linux/syscore_ops.h>#include <linux/timer.h>#include <asm/sched_clock.h>Go to the source code of this file.
Data Structures | |
| struct | clock_data |
Functions | |
| core_param (irqtime, irqtime, int, 0400) | |
| void __init | setup_sched_clock (u32(*read)(void), int bits, unsigned long rate) |
| unsigned long long notrace | sched_clock (void) |
| void __init | sched_clock_postinit (void) |
| device_initcall (sched_clock_syscore_init) | |
| core_param | ( | irqtime | , |
| irqtime | , | ||
| int | , | ||
| 0400 | |||
| ) |
| device_initcall | ( | sched_clock_syscore_init | ) |
Definition at line 170 of file sched_clock.c.
1.8.2