Merge pull request #167 from aya-rs/codegen

Update libbpf to be89b28f96be426e30a2b0c5312d13b30ee518c7
pull/169/head
Dave Tucker 3 years ago committed by GitHub
commit 01187735f0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -899,6 +899,11 @@ pub struct btf_var_secinfo {
pub offset: __u32, pub offset: __u32,
pub size: __u32, pub size: __u32,
} }
#[repr(C)]
#[derive(Debug, Copy, Clone)]
pub struct btf_decl_tag {
pub component_idx: __s32,
}
#[repr(u32)] #[repr(u32)]
#[derive(Debug, Copy, Clone, Hash, PartialEq, Eq)] #[derive(Debug, Copy, Clone, Hash, PartialEq, Eq)]
pub enum perf_type_id { pub enum perf_type_id {

@ -899,6 +899,11 @@ pub struct btf_var_secinfo {
pub offset: __u32, pub offset: __u32,
pub size: __u32, pub size: __u32,
} }
#[repr(C)]
#[derive(Debug, Copy, Clone)]
pub struct btf_decl_tag {
pub component_idx: __s32,
}
#[repr(u32)] #[repr(u32)]
#[derive(Debug, Copy, Clone, Hash, PartialEq, Eq)] #[derive(Debug, Copy, Clone, Hash, PartialEq, Eq)]
pub enum perf_type_id { pub enum perf_type_id {

@ -899,6 +899,11 @@ pub struct btf_var_secinfo {
pub offset: __u32, pub offset: __u32,
pub size: __u32, pub size: __u32,
} }
#[repr(C)]
#[derive(Debug, Copy, Clone)]
pub struct btf_decl_tag {
pub component_idx: __s32,
}
#[repr(u32)] #[repr(u32)]
#[derive(Debug, Copy, Clone, Hash, PartialEq, Eq)] #[derive(Debug, Copy, Clone, Hash, PartialEq, Eq)]
pub enum perf_type_id { pub enum perf_type_id {

Loading…
Cancel
Save