Back to home page

OSCL-LXR

 
 

    


0001 /* SPDX-License-Identifier: GPL-2.0 */
0002 #ifndef _ASM_GENERIC_TRACE_CLOCK_H
0003 #define _ASM_GENERIC_TRACE_CLOCK_H
0004 /*
0005  * Arch-specific trace clocks.
0006  */
0007 
0008 /*
0009  * Additional trace clocks added to the trace_clocks
0010  * array in kernel/trace/trace.c
0011  * None if the architecture has not defined it.
0012  */
0013 #ifndef ARCH_TRACE_CLOCKS
0014 # define ARCH_TRACE_CLOCKS
0015 #endif
0016 
0017 #endif  /* _ASM_GENERIC_TRACE_CLOCK_H */