Ver Fonte

codegen: add btf_decl_tag

This is required to add support for BTF_KIND_DECL_TAG

Signed-off-by: Dave Tucker <dave@dtucker.co.uk>
Dave Tucker há 3 anos atrás
pai
commit
19af687480
1 ficheiros alterados com 1 adições e 0 exclusões
  1. 1 0
      xtask/src/codegen/aya.rs

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

@@ -81,6 +81,7 @@ fn codegen_bindings(opts: &Options) -> Result<(), anyhow::Error> {
         "btf_var",
         "btf_var_secinfo",
         "btf_func_linkage",
+        "btf_decl_tag",
         // PERF
         "perf_event_attr",
         "perf_sw_ids",