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 14 lines 358 B view raw
1/* SPDX-License-Identifier: GPL-2.0 OR BSD-3-Clause */ 2/* 3 * Copyright(c) 2016, 2017 Intel Corporation. 4 */ 5 6#define RDI_DEV_ENTRY(rdi) __string(dev, rvt_get_ibdev_name(rdi)) 7#define RDI_DEV_ASSIGN(rdi) __assign_str(dev) 8 9#include "trace_rvt.h" 10#include "trace_qp.h" 11#include "trace_tx.h" 12#include "trace_mr.h" 13#include "trace_cq.h" 14#include "trace_rc.h"