ocxl: Add trace points

Define a few trace points so that we can use the standard tracing
mechanism for debug and/or monitoring.

Signed-off-by: Frederic Barrat <fbarrat@linux.vnet.ibm.com>
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
Cette révision appartient à :
Frederic Barrat
2018-01-23 12:31:44 +01:00
révisé par Michael Ellerman
Parent 280b983ce2
révision 92add22e84
5 fichiers modifiés avec 205 ajouts et 1 suppressions

6
drivers/misc/ocxl/trace.c Fichier normal
Voir le fichier

@@ -0,0 +1,6 @@
// SPDX-License-Identifier: GPL-2.0+
// Copyright 2017 IBM Corp.
#ifndef __CHECKER__
#define CREATE_TRACE_POINTS
#include "trace.h"
#endif