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 <trace/hooks/vendor_hooks.h> 12 struct gic_chip_data; 13 14 DECLARE_HOOK(android_vh_gic_resume, 15 TP_PROTO(struct gic_chip_data *gd), 16 TP_ARGS(gd)); 17 /* macro versions of hooks are no longer required */ 18 19 #endif /* _TRACE_HOOK_GIC_H */ 20 /* This part must be outside protection */ 21 #include <trace/define_trace.h> 22