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.c (209B)


      1// SPDX-License-Identifier: ISC
      2/*
      3 * Copyright (C) 2021 Lorenzo Bianconi <lorenzo@kernel.org>
      4 */
      5
      6#include <linux/module.h>
      7
      8#ifndef __CHECKER__
      9#define CREATE_TRACE_POINTS
     10#include "mt7921_trace.h"
     11
     12#endif