Nicholas Flintham | 1e3d311 | 2013-04-10 10:48:38 +0100 | [diff] [blame^] | 1 | #ifndef _LINUX_TRACE_CLOCK_H |
2 | #define _LINUX_TRACE_CLOCK_H | ||||
3 | |||||
4 | #include <linux/compiler.h> | ||||
5 | #include <linux/types.h> | ||||
6 | |||||
7 | extern u64 notrace trace_clock_local(void); | ||||
8 | extern u64 notrace trace_clock(void); | ||||
9 | extern u64 notrace trace_clock_global(void); | ||||
10 | extern u64 notrace trace_clock_counter(void); | ||||
11 | |||||
12 | #endif |