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