Linux Audio

Check our new training course

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