13f728236SZhi Wang /*
23f728236SZhi Wang  * Copyright(c) 2011-2016 Intel Corporation. All rights reserved.
33f728236SZhi Wang  *
43f728236SZhi Wang  * Permission is hereby granted, free of charge, to any person obtaining a
53f728236SZhi Wang  * copy of this software and associated documentation files (the "Software"),
63f728236SZhi Wang  * to deal in the Software without restriction, including without limitation
73f728236SZhi Wang  * the rights to use, copy, modify, merge, publish, distribute, sublicense,
83f728236SZhi Wang  * and/or sell copies of the Software, and to permit persons to whom the
93f728236SZhi Wang  * Software is furnished to do so, subject to the following conditions:
103f728236SZhi Wang  *
113f728236SZhi Wang  * The above copyright notice and this permission notice (including the next
123f728236SZhi Wang  * paragraph) shall be included in all copies or substantial portions of the
133f728236SZhi Wang  * Software.
143f728236SZhi Wang  *
153f728236SZhi Wang  * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
163f728236SZhi Wang  * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
173f728236SZhi Wang  * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.  IN NO EVENT SHALL
183f728236SZhi Wang  * THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
193f728236SZhi Wang  * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
203f728236SZhi Wang  * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
213f728236SZhi Wang  * SOFTWARE.
223f728236SZhi Wang  *
233f728236SZhi Wang  * Authors:
243f728236SZhi Wang  *    Jike Song <jike.song@intel.com>
253f728236SZhi Wang  *
263f728236SZhi Wang  * Contributors:
273f728236SZhi Wang  *    Zhi Wang <zhi.a.wang@intel.com>
283f728236SZhi Wang  *
293f728236SZhi Wang  */
303f728236SZhi Wang 
313f728236SZhi Wang #ifndef __CHECKER__
323f728236SZhi Wang #define CREATE_TRACE_POINTS
333f728236SZhi Wang #include "trace.h"
343f728236SZhi Wang #endif
35