Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

at master 15 lines 337 B view raw
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-clt.h" 9 10/* 11 * We include this last to have the helpers above available for the trace 12 * event implementations. 13 */ 14#define CREATE_TRACE_POINTS 15#include "rtrs-clt-trace.h"