1 /* SPDX-License-Identifier: GPL-2.0 */ 2 #undef TRACE_SYSTEM 3 #define TRACE_SYSTEM debug 4 5 #define TRACE_INCLUDE_PATH trace/hooks 6 7 #if !defined(_TRACE_HOOK_DEBUG_H) || defined(TRACE_HEADER_MULTI_READ) 8 #define _TRACE_HOOK_DEBUG_H 9 10 #include <trace/hooks/vendor_hooks.h> 11 12 #ifdef __GENKSYMS__ 13 #include <asm/ptrace.h> 14 #endif 15 16 struct pt_regs; 17 18 DECLARE_HOOK(android_vh_ipi_stop, 19 TP_PROTO(struct pt_regs *regs), 20 TP_ARGS(regs)) 21 22 #endif /* _TRACE_HOOK_DEBUG_H */ 23 /* This part must be outside protection */ 24 #include <trace/define_trace.h> 25