18 lines · c
1/* SPDX-License-Identifier: GPL-2.0 */2#ifndef _ASM_GENERIC_TRACE_CLOCK_H3#define _ASM_GENERIC_TRACE_CLOCK_H4/*5 * Arch-specific trace clocks.6 */7 8/*9 * Additional trace clocks added to the trace_clocks10 * array in kernel/trace/trace.c11 * None if the architecture has not defined it.12 */13#ifndef ARCH_TRACE_CLOCKS14# define ARCH_TRACE_CLOCKS15#endif16 17#endif /* _ASM_GENERIC_TRACE_CLOCK_H */18