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

basic4.tc (201B)


      1#!/bin/sh
      2# description: Basic event tracing check
      3test -f available_events -a -f set_event -a -d events
      4# check scheduler events are available
      5grep -q sched available_events && exit_pass || exit_fail