1 /* SPDX-License-Identifier: GPL-2.0 */ 2 #undef TRACE_SYSTEM 3 #define TRACE_SYSTEM bug 4 #define TRACE_INCLUDE_PATH trace/hooks 5 6 #if !defined(_TRACE_HOOK_BUG_H) || defined(TRACE_HEADER_MULTI_READ) 7 #define _TRACE_HOOK_BUG_H 8 #include <trace/hooks/vendor_hooks.h> 9 /* 10 * Following tracepoints are not exported in tracefs and provide a 11 * mechanism for vendor modules to hook and extend functionality 12 */ 13 DECLARE_RESTRICTED_HOOK(android_rvh_report_bug, 14 TP_PROTO(const char *file, unsigned int line, unsigned long bugaddr), 15 TP_ARGS(file, line, bugaddr), 1); 16 17 /* macro versions of hooks are no longer required */ 18 19 #endif /* _TRACE_HOOK_BUG_H */ 20 /* This part must be outside protection */ 21 #include <trace/define_trace.h> 22