Back to home page

OSCL-LXR

 
 

    


0001 /* SPDX-License-Identifier: GPL-2.0 */
0002 /*
0003  * Copyright (c) 2021 Oracle and/or its affiliates.
0004  *
0005  * Common types and format specifiers for sunrpc.
0006  */
0007 
0008 #if !defined(_TRACE_SUNRPC_BASE_H)
0009 #define _TRACE_SUNRPC_BASE_H
0010 
0011 #include <linux/tracepoint.h>
0012 
0013 #define SUNRPC_TRACE_PID_SPECIFIER  "%08x"
0014 #define SUNRPC_TRACE_CLID_SPECIFIER "%08x"
0015 #define SUNRPC_TRACE_TASK_SPECIFIER \
0016     "task:" SUNRPC_TRACE_PID_SPECIFIER "@" SUNRPC_TRACE_CLID_SPECIFIER
0017 
0018 #endif /* _TRACE_SUNRPC_BASE_H */