xref: /linux/arch/powerpc/mm/book3s64/trace.c (revision e7b8153e2a4f0c9c8d1450aa7328d54ea64fe8b2)
1 // SPDX-License-Identifier: GPL-2.0-or-later
2 /*
3  * This file is for defining trace points and trace related helpers.
4  */
5 #ifdef CONFIG_TRANSPARENT_HUGEPAGE
6 #define CREATE_TRACE_POINTS
7 #include <trace/events/thp.h>
8 #endif
9