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 (102B)


      1#include <linux/module.h>
      2
      3#ifndef __CHECKER__
      4#define CREATE_TRACE_POINTS
      5#include "trace.h"
      6
      7#endif