1 // SPDX-License-Identifier: GPL-2.0-only 2 /* vendor_hook.c 3 * 4 * Vendor Hook Support 5 * 6 * Copyright (C) 2020 Google, Inc. 7 */ 8 9 #define CREATE_TRACE_POINTS 10 #include <trace/hooks/cam_heap_hooks.h> 11 12 /* 13 * Export tracepoints that act as a bare tracehook (ie: have no trace event 14 * associated with them) to allow external modules to probe them. 15 */ 16 17 EXPORT_TRACEPOINT_SYMBOL_GPL(cam_heap_hooks); 18 EXPORT_TRACEPOINT_SYMBOL_GPL(cam_heap_config_hooks); 19 #ifdef CONFIG_VENDOR_BOND_HOOKS 20 #endif 21