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


      1// SPDX-License-Identifier: GPL-2.0-only
      2/*
      3 * Copyright (C) 2021 Intel Corporation
      4 */
      5
      6#include <linux/module.h>
      7
      8/* sparse doesn't like tracepoint macros */
      9#ifndef __CHECKER__
     10
     11#define CREATE_TRACE_POINTS
     12#include "trace.h"
     13#include "trace-data.h"
     14
     15#endif /* __CHECKER__ */