Files
kernel_xiaomi_sm8250/drivers/hid/hid-trace.c
Sathish Ambley 5e20112920 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: Rohit Bandi <rohitbandi@codeaurora.org>
Signed-off-by: Sathish Ambley <sathishambley@codeaurora.org>
2019-03-28 08:33:49 -07:00

19 lines
660 B
C

// SPDX-License-Identifier: GPL-2.0-only
/* Copyright (c) 2018-2019, 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"