1*4882a593Smuzhiyun /* SPDX-License-Identifier: GPL-2.0 */ 2*4882a593Smuzhiyun #ifndef _ASM_GENERIC_TRACE_CLOCK_H 3*4882a593Smuzhiyun #define _ASM_GENERIC_TRACE_CLOCK_H 4*4882a593Smuzhiyun /* 5*4882a593Smuzhiyun * Arch-specific trace clocks. 6*4882a593Smuzhiyun */ 7*4882a593Smuzhiyun 8*4882a593Smuzhiyun /* 9*4882a593Smuzhiyun * Additional trace clocks added to the trace_clocks 10*4882a593Smuzhiyun * array in kernel/trace/trace.c 11*4882a593Smuzhiyun * None if the architecture has not defined it. 12*4882a593Smuzhiyun */ 13*4882a593Smuzhiyun #ifndef ARCH_TRACE_CLOCKS 14*4882a593Smuzhiyun # define ARCH_TRACE_CLOCKS 15*4882a593Smuzhiyun #endif 16*4882a593Smuzhiyun 17*4882a593Smuzhiyun #endif /* _ASM_GENERIC_TRACE_CLOCK_H */ 18