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

codegen: add `bpf_perf_event_type` enum bindings
pull/985/head
Alessandro Decina 2 weeks ago committed by GitHub
commit 9406601cf9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -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",

Loading…
Cancel
Save