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

bperf_u.h (285B)


      1// SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
      2// Copyright (c) 2021 Facebook
      3
      4#ifndef __BPERF_STAT_U_H
      5#define __BPERF_STAT_U_H
      6
      7enum bperf_filter_type {
      8	BPERF_FILTER_GLOBAL = 1,
      9	BPERF_FILTER_CPU,
     10	BPERF_FILTER_PID,
     11	BPERF_FILTER_TGID,
     12};
     13
     14#endif /* __BPERF_STAT_U_H */