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

basic3.tc (250B)


      1#!/bin/sh
      2# SPDX-License-Identifier: GPL-2.0
      3# description: Basic trace clock test
      4# flags: instance
      5test -f trace_clock
      6for c in `cat trace_clock | tr  -d \[\]`; do
      7  echo $c > trace_clock
      8  grep '\['$c'\]' trace_clock
      9done
     10echo local > trace_clock