Update libbpf to be89b28f96be426e30a2b0c5312d13b30ee518c7

pull/167/head
dave-tucker 3 years ago
parent 4e9bc32a3d
commit 324c679a41

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

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

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

Loading…
Cancel
Save