root/drivers/net/wireless/intel/iwlwifi/iwl-devtrace.c

/* [<][>][^][v][top][bottom][index][help] */
   1 // SPDX-License-Identifier: GPL-2.0-only
   2 /******************************************************************************
   3  *
   4  * Copyright(c) 2009 - 2014 Intel Corporation. All rights reserved.
   5  * Copyright (C) 2018 Intel Corporation
   6  *
   7  * Contact Information:
   8  *  Intel Linux Wireless <linuxwifi@intel.com>
   9  * Intel Corporation, 5200 N.E. Elam Young Parkway, Hillsboro, OR 97124-6497
  10  *
  11  *****************************************************************************/
  12 
  13 #include <linux/module.h>
  14 
  15 /* sparse doesn't like tracepoint macros */
  16 #ifndef __CHECKER__
  17 #include "iwl-trans.h"
  18 
  19 #define CREATE_TRACE_POINTS
  20 #include "iwl-devtrace.h"
  21 
  22 EXPORT_TRACEPOINT_SYMBOL(iwlwifi_dev_ucode_event);
  23 EXPORT_TRACEPOINT_SYMBOL(iwlwifi_dev_ucode_cont_event);
  24 EXPORT_TRACEPOINT_SYMBOL(iwlwifi_dev_ucode_wrap_event);
  25 #endif

/* [<][>][^][v][top][bottom][index][help] */