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

debugfs-hyperv (963B)


      1What:           /sys/kernel/debug/hyperv/<UUID>/fuzz_test_state
      2Date:           October 2019
      3KernelVersion:  5.5
      4Contact:        Branden Bonaby <brandonbonaby94@gmail.com>
      5Description:    Fuzz testing status of a vmbus device, whether its in an ON
      6                state or a OFF state
      7Users:          Debugging tools
      8
      9What:           /sys/kernel/debug/hyperv/<UUID>/delay/fuzz_test_buffer_interrupt_delay
     10Date:           October 2019
     11KernelVersion:  5.5
     12Contact:        Branden Bonaby <brandonbonaby94@gmail.com>
     13Description:    Fuzz testing buffer interrupt delay value between 0 - 1000
     14		 microseconds (inclusive).
     15Users:          Debugging tools
     16
     17What:           /sys/kernel/debug/hyperv/<UUID>/delay/fuzz_test_message_delay
     18Date:           October 2019
     19KernelVersion:  5.5
     20Contact:        Branden Bonaby <brandonbonaby94@gmail.com>
     21Description:    Fuzz testing message delay value between 0 - 1000 microseconds
     22		 (inclusive).
     23Users:          Debugging tools