소스 검색

Merge pull request #167 from aya-rs/codegen

Update libbpf to be89b28f96be426e30a2b0c5312d13b30ee518c7
Dave Tucker 3 년 전
부모
커밋
01187735f0
3개의 변경된 파일15개의 추가작업 그리고 0개의 파일을 삭제
  1. 5 0
      aya/src/generated/linux_bindings_aarch64.rs
  2. 5 0
      aya/src/generated/linux_bindings_armv7.rs
  3. 5 0
      aya/src/generated/linux_bindings_x86_64.rs

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