xref: /aosp_15_r20/external/erofs-utils/include/erofs/trace.h (revision 33b1fccf6a0fada2c2875d400ed01119b7676ee5)
1 /* SPDX-License-Identifier: GPL-2.0+ OR Apache-2.0 */
2 /*
3  * Copyright (C) 2020 Gao Xiang <[email protected]>
4  */
5 #ifndef __EROFS_TRACE_H
6 #define __EROFS_TRACE_H
7 
8 #ifdef __cplusplus
9 extern "C"
10 {
11 #endif
12 
13 #define trace_erofs_map_blocks_flatmode_enter(inode, map, flags) ((void)0)
14 #define trace_erofs_map_blocks_flatmode_exit(inode, map, flags, ret) ((void)0)
15 
16 #ifdef __cplusplus
17 }
18 #endif
19 
20 #endif
21