iwl-devtrace.c 653 B

1234567891011121314151617181920
  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. #include <linux/module.h>
  8. /* sparse doesn't like tracepoint macros */
  9. #ifndef __CHECKER__
  10. #include "iwl-trans.h"
  11. #define CREATE_TRACE_POINTS
  12. #include "iwl-devtrace.h"
  13. EXPORT_TRACEPOINT_SYMBOL(iwlwifi_dev_ucode_event);
  14. EXPORT_TRACEPOINT_SYMBOL(iwlwifi_dev_ucode_cont_event);
  15. EXPORT_TRACEPOINT_SYMBOL(iwlwifi_dev_ucode_wrap_event);
  16. #endif