Browse Source

Merge pull request #1018 from tyrone-wu/codegen/bpf_perf_event_type

codegen: add `bpf_perf_event_type` enum bindings
Alessandro Decina 6 tháng trước cách đây
mục cha
commit
9406601cf9
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  1. 1 0
      xtask/src/codegen/aya.rs

+ 1 - 0
xtask/src/codegen/aya.rs

@@ -80,6 +80,7 @@ fn codegen_bindings(opts: &SysrootOptions, libbpf_dir: &Path) -> Result<(), anyh
         "bpf_cpumap_val",
         "bpf_devmap_val",
         "bpf_stats_type",
+        "bpf_perf_event_type",
         // BTF
         "btf_header",
         "btf_ext_info",