|
@@ -6291,6 +6291,36 @@ pub fn aya::programs::trace_point::TracePointLinkId::borrow_mut(&mut self) -> &m
|
|
|
impl<T> core::convert::From<T> for aya::programs::trace_point::TracePointLinkId
|
|
|
pub fn aya::programs::trace_point::TracePointLinkId::from(t: T) -> T
|
|
|
pub mod aya::programs::uprobe
|
|
|
+pub enum aya::programs::uprobe::UProbeAttachLocation<'a>
|
|
|
+pub aya::programs::uprobe::UProbeAttachLocation::AbsoluteOffset(u64)
|
|
|
+pub aya::programs::uprobe::UProbeAttachLocation::Symbol(&'a str)
|
|
|
+pub aya::programs::uprobe::UProbeAttachLocation::SymbolOffset(&'a str, u64)
|
|
|
+impl core::convert::From<u64> for aya::programs::uprobe::UProbeAttachLocation<'static>
|
|
|
+pub fn aya::programs::uprobe::UProbeAttachLocation<'static>::from(offset: u64) -> Self
|
|
|
+impl<'a> core::convert::From<&'a str> for aya::programs::uprobe::UProbeAttachLocation<'a>
|
|
|
+pub fn aya::programs::uprobe::UProbeAttachLocation<'a>::from(s: &'a str) -> Self
|
|
|
+impl<'a> core::marker::Freeze for aya::programs::uprobe::UProbeAttachLocation<'a>
|
|
|
+impl<'a> core::marker::Send for aya::programs::uprobe::UProbeAttachLocation<'a>
|
|
|
+impl<'a> core::marker::Sync for aya::programs::uprobe::UProbeAttachLocation<'a>
|
|
|
+impl<'a> core::marker::Unpin for aya::programs::uprobe::UProbeAttachLocation<'a>
|
|
|
+impl<'a> core::panic::unwind_safe::RefUnwindSafe for aya::programs::uprobe::UProbeAttachLocation<'a>
|
|
|
+impl<'a> core::panic::unwind_safe::UnwindSafe for aya::programs::uprobe::UProbeAttachLocation<'a>
|
|
|
+impl<T, U> core::convert::Into<U> for aya::programs::uprobe::UProbeAttachLocation<'a> where U: core::convert::From<T>
|
|
|
+pub fn aya::programs::uprobe::UProbeAttachLocation<'a>::into(self) -> U
|
|
|
+impl<T, U> core::convert::TryFrom<U> for aya::programs::uprobe::UProbeAttachLocation<'a> where U: core::convert::Into<T>
|
|
|
+pub type aya::programs::uprobe::UProbeAttachLocation<'a>::Error = core::convert::Infallible
|
|
|
+pub fn aya::programs::uprobe::UProbeAttachLocation<'a>::try_from(value: U) -> core::result::Result<T, <T as core::convert::TryFrom<U>>::Error>
|
|
|
+impl<T, U> core::convert::TryInto<U> for aya::programs::uprobe::UProbeAttachLocation<'a> where U: core::convert::TryFrom<T>
|
|
|
+pub type aya::programs::uprobe::UProbeAttachLocation<'a>::Error = <U as core::convert::TryFrom<T>>::Error
|
|
|
+pub fn aya::programs::uprobe::UProbeAttachLocation<'a>::try_into(self) -> core::result::Result<U, <U as core::convert::TryFrom<T>>::Error>
|
|
|
+impl<T> core::any::Any for aya::programs::uprobe::UProbeAttachLocation<'a> where T: 'static + ?core::marker::Sized
|
|
|
+pub fn aya::programs::uprobe::UProbeAttachLocation<'a>::type_id(&self) -> core::any::TypeId
|
|
|
+impl<T> core::borrow::Borrow<T> for aya::programs::uprobe::UProbeAttachLocation<'a> where T: ?core::marker::Sized
|
|
|
+pub fn aya::programs::uprobe::UProbeAttachLocation<'a>::borrow(&self) -> &T
|
|
|
+impl<T> core::borrow::BorrowMut<T> for aya::programs::uprobe::UProbeAttachLocation<'a> where T: ?core::marker::Sized
|
|
|
+pub fn aya::programs::uprobe::UProbeAttachLocation<'a>::borrow_mut(&mut self) -> &mut T
|
|
|
+impl<T> core::convert::From<T> for aya::programs::uprobe::UProbeAttachLocation<'a>
|
|
|
+pub fn aya::programs::uprobe::UProbeAttachLocation<'a>::from(t: T) -> T
|
|
|
pub enum aya::programs::uprobe::UProbeError
|
|
|
pub aya::programs::uprobe::UProbeError::FileError
|
|
|
pub aya::programs::uprobe::UProbeError::FileError::filename: std::path::PathBuf
|
|
@@ -6336,7 +6366,7 @@ impl<T> core::convert::From<T> for aya::programs::uprobe::UProbeError
|
|
|
pub fn aya::programs::uprobe::UProbeError::from(t: T) -> T
|
|
|
pub struct aya::programs::uprobe::UProbe
|
|
|
impl aya::programs::uprobe::UProbe
|
|
|
-pub fn aya::programs::uprobe::UProbe::attach<T: core::convert::AsRef<std::path::Path>>(&mut self, fn_name: core::option::Option<&str>, offset: u64, target: T, pid: core::option::Option<libc::unix::pid_t>) -> core::result::Result<aya::programs::uprobe::UProbeLinkId, aya::programs::ProgramError>
|
|
|
+pub fn aya::programs::uprobe::UProbe::attach<'loc, T: core::convert::AsRef<std::path::Path>, Loc: core::convert::Into<aya::programs::uprobe::UProbeAttachLocation<'loc>>>(&mut self, location: Loc, target: T, pid: core::option::Option<libc::unix::pid_t>, cookie: core::option::Option<u64>) -> core::result::Result<aya::programs::uprobe::UProbeLinkId, aya::programs::ProgramError>
|
|
|
pub fn aya::programs::uprobe::UProbe::from_pin<P: core::convert::AsRef<std::path::Path>>(path: P, kind: aya::programs::ProbeKind) -> core::result::Result<Self, aya::programs::ProgramError>
|
|
|
pub fn aya::programs::uprobe::UProbe::kind(&self) -> aya::programs::ProbeKind
|
|
|
pub fn aya::programs::uprobe::UProbe::load(&mut self) -> core::result::Result<(), aya::programs::ProgramError>
|
|
@@ -7199,6 +7229,7 @@ pub fn aya::programs::Program::from(t: T) -> T
|
|
|
pub enum aya::programs::ProgramError
|
|
|
pub aya::programs::ProgramError::AlreadyAttached
|
|
|
pub aya::programs::ProgramError::AlreadyLoaded
|
|
|
+pub aya::programs::ProgramError::AttachCookieNotSupported
|
|
|
pub aya::programs::ProgramError::Btf(aya_obj::btf::btf::BtfError)
|
|
|
pub aya::programs::ProgramError::ExtensionError(aya::programs::extension::ExtensionError)
|
|
|
pub aya::programs::ProgramError::IOError(std::io::error::Error)
|
|
@@ -8937,7 +8968,7 @@ impl<T> core::convert::From<T> for aya::programs::trace_point::TracePoint
|
|
|
pub fn aya::programs::trace_point::TracePoint::from(t: T) -> T
|
|
|
pub struct aya::programs::UProbe
|
|
|
impl aya::programs::uprobe::UProbe
|
|
|
-pub fn aya::programs::uprobe::UProbe::attach<T: core::convert::AsRef<std::path::Path>>(&mut self, fn_name: core::option::Option<&str>, offset: u64, target: T, pid: core::option::Option<libc::unix::pid_t>) -> core::result::Result<aya::programs::uprobe::UProbeLinkId, aya::programs::ProgramError>
|
|
|
+pub fn aya::programs::uprobe::UProbe::attach<'loc, T: core::convert::AsRef<std::path::Path>, Loc: core::convert::Into<aya::programs::uprobe::UProbeAttachLocation<'loc>>>(&mut self, location: Loc, target: T, pid: core::option::Option<libc::unix::pid_t>, cookie: core::option::Option<u64>) -> core::result::Result<aya::programs::uprobe::UProbeLinkId, aya::programs::ProgramError>
|
|
|
pub fn aya::programs::uprobe::UProbe::from_pin<P: core::convert::AsRef<std::path::Path>>(path: P, kind: aya::programs::ProbeKind) -> core::result::Result<Self, aya::programs::ProgramError>
|
|
|
pub fn aya::programs::uprobe::UProbe::kind(&self) -> aya::programs::ProbeKind
|
|
|
pub fn aya::programs::uprobe::UProbe::load(&mut self) -> core::result::Result<(), aya::programs::ProgramError>
|