]> Git Repo - linux.git/blob - drivers/net/wireless/intel/iwlwifi/iwl-devtrace.c
Merge tag 'trace-v5.13-2' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt...
[linux.git] / drivers / net / wireless / intel / iwlwifi / iwl-devtrace.c
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 <[email protected]>
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
This page took 0.034339 seconds and 4 git commands to generate.