• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1 /* SPDX-License-Identifier: GPL-2.0 */
2 #undef TRACE_SYSTEM
3 #define TRACE_SYSTEM fs
4 
5 #define TRACE_INCLUDE_PATH trace/hooks
6 
7 #if !defined(_TRACE_HOOK_FS_H) || defined(TRACE_HEADER_MULTI_READ)
8 #define _TRACE_HOOK_FS_H
9 
10 #include <trace/hooks/vendor_hooks.h>
11 
12 DECLARE_HOOK(android_vh_f2fs_file_open,
13 	TP_PROTO(struct inode *inode, struct file *filp),
14 	TP_ARGS(inode, filp));
15 
16 #endif /* _TRACE_HOOK_FS_H */
17 
18 /* This part must be outside protection */
19 #include <trace/define_trace.h>
20