Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Functions
trace_clock.h File Reference
#include <linux/compiler.h>
#include <linux/types.h>

Go to the source code of this file.

Functions

u64 notrace trace_clock_local (void)
 
u64 notrace trace_clock (void)
 
u64 notrace trace_clock_global (void)
 
u64 notrace trace_clock_counter (void)
 

Function Documentation

u64 notrace trace_clock ( void  )

Definition at line 56 of file trace_clock.c.

u64 notrace trace_clock_counter ( void  )

Definition at line 124 of file trace_clock.c.

u64 notrace trace_clock_global ( void  )

Definition at line 80 of file trace_clock.c.

u64 notrace trace_clock_local ( void  )

Definition at line 32 of file trace_clock.c.