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


      1// SPDX-License-Identifier: BSD-3-Clause-Clear
      2/*
      3 * Copyright (c) 2019 The Linux Foundation. All rights reserved.
      4 */
      5
      6#include <linux/module.h>
      7
      8#define CREATE_TRACE_POINTS
      9#include "trace.h"
     10EXPORT_SYMBOL(__tracepoint_ath11k_log_dbg);