bpf_sys/
perf_reader.rs

1// Copyright 2019 Authors of Red Sift
2//
3// Licensed under the Apache License, Version 2.0, <LICENSE-APACHE or
4// http://apache.org/licenses/LICENSE-2.0> or the MIT license <LICENSE-MIT or
5// http://opensource.org/licenses/MIT>, at your option. This file may not be
6// copied, modified, or distributed except according to those terms.
7
8#![allow(non_camel_case_types)]
9#![allow(non_upper_case_globals)]
10#![allow(non_snake_case)]
11#![allow(clippy::all)]
12
13include!(concat!(env!("OUT_DIR"), "/perf_reader_bindings.rs"));