Browse Source

Update libbpf to be89b28f96be426e30a2b0c5312d13b30ee518c7

dave-tucker 3 years ago
parent
commit
324c679a41

+ 5 - 0
aya/src/generated/linux_bindings_aarch64.rs

@@ -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 {

+ 5 - 0
aya/src/generated/linux_bindings_armv7.rs

@@ -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 {

+ 5 - 0
aya/src/generated/linux_bindings_x86_64.rs

@@ -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 {