]> Git Repo - J-linux.git/blob - drivers/infiniband/ulp/rtrs/rtrs-srv-trace.c
Merge tag 'vfs-6.13-rc7.fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs/vfs
[J-linux.git] / drivers / infiniband / ulp / rtrs / rtrs-srv-trace.c
1 // SPDX-License-Identifier: GPL-2.0+
2 /*
3  * RDMA Network Block Driver
4  *
5  * Copyright (c) 2022 1&1 IONOS SE. All rights reserved.
6  */
7 #include "rtrs.h"
8 #include "rtrs-pri.h"
9 #include "rtrs-srv.h"
10
11 /*
12  * We include this last to have the helpers above available for the trace
13  * event implementations.
14  */
15 #define CREATE_TRACE_POINTS
16 #include "rtrs-srv-trace.h"
This page took 0.026365 seconds and 4 git commands to generate.