Home
last modified time | relevance | path

Searched refs:from_vmlinux (Results 1 – 2 of 2) sorted by relevance

/external/rust/android-crates-io/crates/libbpf-rs/src/btf/
Dmod.rs187 pub fn from_vmlinux() -> Result<Self> { in from_vmlinux() method
745 fn from_vmlinux() { in from_vmlinux() function
746 assert!(Btf::from_vmlinux().is_ok()); in from_vmlinux()
/external/rust/android-crates-io/crates/libbpf-rs/
DCHANGELOG.md100 - Added `Btf::from_vmlinux` constructor and adjusted `Btf::from_path` to work