Skip to content

Commit

Permalink
Update public-api
Browse files Browse the repository at this point in the history
  • Loading branch information
davibe committed Sep 22, 2024
1 parent f878a04 commit eb618c2
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions xtask/public-api/aya-obj.txt
Original file line number Diff line number Diff line change
@@ -1,10 +1,14 @@
pub mod aya_obj
pub mod aya_obj::btf
pub enum aya_obj::btf::BtfError
pub aya_obj::btf::BtfError::ExternalSymbolNotFound
pub aya_obj::btf::BtfError::ExternalSymbolNotFound::symbol_name: alloc::string::String
pub aya_obj::btf::BtfError::FileError
pub aya_obj::btf::BtfError::FileError::error: std::io::error::Error
pub aya_obj::btf::BtfError::FileError::path: std::path::PathBuf
pub aya_obj::btf::BtfError::InvalidDatasec
pub aya_obj::btf::BtfError::InvalidExternalSymbol
pub aya_obj::btf::BtfError::InvalidExternalSymbol::symbol_name: alloc::string::String
pub aya_obj::btf::BtfError::InvalidHeader
pub aya_obj::btf::BtfError::InvalidInfo
pub aya_obj::btf::BtfError::InvalidInfo::len: usize
Expand Down Expand Up @@ -7106,6 +7110,7 @@ pub fn aya_obj::Features::bpf_global_data(&self) -> bool
pub fn aya_obj::Features::bpf_name(&self) -> bool
pub fn aya_obj::Features::bpf_perf_link(&self) -> bool
pub fn aya_obj::Features::bpf_probe_read_kernel(&self) -> bool
pub fn aya_obj::Features::bpf_syscall_wrapper(&self) -> bool
pub fn aya_obj::Features::btf(&self) -> core::option::Option<&aya_obj::btf::BtfFeatures>
pub fn aya_obj::Features::cpumap_prog_id(&self) -> bool
pub fn aya_obj::Features::devmap_prog_id(&self) -> bool
Expand Down Expand Up @@ -7214,6 +7219,7 @@ pub aya_obj::obj::Object::maps: std::collections::hash::map::HashMap<alloc::stri
pub aya_obj::obj::Object::programs: std::collections::hash::map::HashMap<alloc::string::String, aya_obj::Program>
impl aya_obj::Object
pub fn aya_obj::Object::fixup_and_sanitize_btf(&mut self, features: &aya_obj::btf::BtfFeatures) -> core::result::Result<core::option::Option<&aya_obj::btf::Btf>, aya_obj::btf::BtfError>
pub fn aya_obj::Object::patch_extern_data(&mut self, externs: &std::collections::hash::map::HashMap<alloc::string::String, alloc::vec::Vec<u8>>) -> core::result::Result<(), aya_obj::btf::BtfError>
impl aya_obj::Object
pub fn aya_obj::Object::parse(data: &[u8]) -> core::result::Result<aya_obj::Object, aya_obj::ParseError>
pub fn aya_obj::Object::patch_map_data(&mut self, globals: std::collections::hash::map::HashMap<&str, (&[u8], bool)>) -> core::result::Result<(), aya_obj::ParseError>
Expand Down Expand Up @@ -7966,6 +7972,7 @@ pub fn aya_obj::Features::bpf_global_data(&self) -> bool
pub fn aya_obj::Features::bpf_name(&self) -> bool
pub fn aya_obj::Features::bpf_perf_link(&self) -> bool
pub fn aya_obj::Features::bpf_probe_read_kernel(&self) -> bool
pub fn aya_obj::Features::bpf_syscall_wrapper(&self) -> bool
pub fn aya_obj::Features::btf(&self) -> core::option::Option<&aya_obj::btf::BtfFeatures>
pub fn aya_obj::Features::cpumap_prog_id(&self) -> bool
pub fn aya_obj::Features::devmap_prog_id(&self) -> bool
Expand Down Expand Up @@ -8074,6 +8081,7 @@ pub aya_obj::Object::maps: std::collections::hash::map::HashMap<alloc::string::S
pub aya_obj::Object::programs: std::collections::hash::map::HashMap<alloc::string::String, aya_obj::Program>
impl aya_obj::Object
pub fn aya_obj::Object::fixup_and_sanitize_btf(&mut self, features: &aya_obj::btf::BtfFeatures) -> core::result::Result<core::option::Option<&aya_obj::btf::Btf>, aya_obj::btf::BtfError>
pub fn aya_obj::Object::patch_extern_data(&mut self, externs: &std::collections::hash::map::HashMap<alloc::string::String, alloc::vec::Vec<u8>>) -> core::result::Result<(), aya_obj::btf::BtfError>
impl aya_obj::Object
pub fn aya_obj::Object::parse(data: &[u8]) -> core::result::Result<aya_obj::Object, aya_obj::ParseError>
pub fn aya_obj::Object::patch_map_data(&mut self, globals: std::collections::hash::map::HashMap<&str, (&[u8], bool)>) -> core::result::Result<(), aya_obj::ParseError>
Expand Down

0 comments on commit eb618c2

Please sign in to comment.