--- zzzz-none-000/linux-5.15.111/include/linux/trace_clock.h 2023-05-11 14:00:40.000000000 +0000 +++ puma7-arm-6670-761/linux-5.15.111/include/linux/trace_clock.h 2024-02-07 09:28:07.000000000 +0000 @@ -1,4 +1,9 @@ /* SPDX-License-Identifier: GPL-2.0 */ +/* + * Includes Intel Corporation's changes/modifications dated: 2017. + * Changed/modified portions - Copyright (c) 2017, Intel Corporation. + */ + #ifndef _LINUX_TRACE_CLOCK_H #define _LINUX_TRACE_CLOCK_H @@ -19,6 +24,8 @@ extern u64 notrace trace_clock(void); extern u64 notrace trace_clock_jiffies(void); extern u64 notrace trace_clock_global(void); +extern u64 notrace trace_clock_p(void); +extern u64 notrace trace_clock_vp(void); extern u64 notrace trace_clock_counter(void); #endif /* _LINUX_TRACE_CLOCK_H */