• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1 /* SPDX-License-Identifier: GPL-2.0 */
2 #undef TRACE_SYSTEM
3 #define TRACE_SYSTEM gic
4 
5 #define TRACE_INCLUDE_PATH trace/hooks
6 
7 #if !defined(_TRACE_HOOK_GIC_H) || defined(TRACE_HEADER_MULTI_READ)
8 #define _TRACE_HOOK_GIC_H
9 
10 
11 #include <linux/tracepoint.h>
12 #include <trace/hooks/vendor_hooks.h>
13 struct gic_chip_data;
14 
15 DECLARE_HOOK(android_vh_gic_resume,
16        TP_PROTO(struct gic_chip_data *gd),
17        TP_ARGS(gd));
18 /* macro versions of hooks are no longer required */
19 
20 #endif /* _TRACE_HOOK_GIC_H */
21 /* This part must be outside protection */
22 #include <trace/define_trace.h>
23