android_kernel_xiaomi_sm8350/drivers/hid/hid-trace.c
rbandi 55d6c3af61 HID: Trace events for external sensor driver
These trace events are used to profile performance
of VR use cases.

Change-Id: Iba00ef71010a6a07809a23f631afba557c5dd822
Signed-off-by: rbandi <rohitbandi@codeaurora.org>
2020-01-07 15:41:26 -08:00

20 lines
663 B
C

// SPDX-License-Identifier: GPL-2.0-only
/*
* Copyright (c) 2018-2020, The Linux Foundation. All rights reserved.
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License version 2 and
* only version 2 as published by the Free Software Foundation.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
*/
/* Instantiate tracepoints */
#define CREATE_TRACE_POINTS
#include "hid-trace.h"