xref: /linux/fs/fuse/trace.c (revision 0a4b61d9c2e496b5f0a10e29e355a1465c8738bb)
1 // SPDX-License-Identifier: GPL-2.0
2 /*
3  * Copyright (C) 2025 Oracle.  All Rights Reserved.
4  * Author: Darrick J. Wong <djwong@kernel.org>
5  */
6 #include "dev_uring_i.h"
7 #include "fuse_i.h"
8 #include "fuse_dev_i.h"
9 
10 #include <linux/pagemap.h>
11 
12 #define CREATE_TRACE_POINTS
13 #include "fuse_trace.h"
14