cachepc-linux

Fork of AMDESE/linux with modifications for CachePC side-channel attack
git clone https://git.sinitax.com/sinitax/cachepc-linux
Log | Files | Refs | README | LICENSE | sfeed.txt

trace.h (383B)


      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, rvt_get_ibdev_name(rdi))
      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"