Adding upstream version 6.12.33.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
This commit is contained in:
parent
89eabb05c2
commit
79d69e5050
86698 changed files with 39662057 additions and 0 deletions
17
include/asm-generic/trace_clock.h
Normal file
17
include/asm-generic/trace_clock.h
Normal file
|
@ -0,0 +1,17 @@
|
|||
/* SPDX-License-Identifier: GPL-2.0 */
|
||||
#ifndef _ASM_GENERIC_TRACE_CLOCK_H
|
||||
#define _ASM_GENERIC_TRACE_CLOCK_H
|
||||
/*
|
||||
* Arch-specific trace clocks.
|
||||
*/
|
||||
|
||||
/*
|
||||
* Additional trace clocks added to the trace_clocks
|
||||
* array in kernel/trace/trace.c
|
||||
* None if the architecture has not defined it.
|
||||
*/
|
||||
#ifndef ARCH_TRACE_CLOCKS
|
||||
# define ARCH_TRACE_CLOCKS
|
||||
#endif
|
||||
|
||||
#endif /* _ASM_GENERIC_TRACE_CLOCK_H */
|
Loading…
Add table
Add a link
Reference in a new issue