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

wakeup-latency-record (75B)


      1#!/bin/bash
      2perf record -e sched:sched_switch -e sched:sched_wakeup $@
      3
      4
      5
      6