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

rvu_trace.c (299B)


      1// SPDX-License-Identifier: GPL-2.0
      2/* Marvell RVU Admin Function driver
      3 *
      4 * Copyright (C) 2020 Marvell.
      5 *
      6 */
      7
      8#define CREATE_TRACE_POINTS
      9#include "rvu_trace.h"
     10
     11EXPORT_TRACEPOINT_SYMBOL(otx2_msg_alloc);
     12EXPORT_TRACEPOINT_SYMBOL(otx2_msg_interrupt);
     13EXPORT_TRACEPOINT_SYMBOL(otx2_msg_process);