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

scale.c (324B)


      1{
      2	"scale: scale test 1",
      3	.insns = { },
      4	.data = { },
      5	.fill_helper = bpf_fill_scale,
      6	.prog_type = BPF_PROG_TYPE_SCHED_CLS,
      7	.result = ACCEPT,
      8	.retval = 1,
      9},
     10{
     11	"scale: scale test 2",
     12	.insns = { },
     13	.data = { },
     14	.fill_helper = bpf_fill_scale,
     15	.prog_type = BPF_PROG_TYPE_SCHED_CLS,
     16	.result = ACCEPT,
     17	.retval = 2,
     18},