We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8f7d4d0 commit 1387b91Copy full SHA for 1387b91
libbpf-rs/src/query.rs
@@ -623,7 +623,8 @@ pub struct RawTracepointLinkInfo {
623
pub struct TracingLinkInfo {
624
/// Attach type of the tracing link.
625
pub attach_type: ProgramAttachType,
626
- /// Target object ID (`prog_id` for `PROG_EXT`, otherwise btf object id).
+ /// Target object ID (`prog_id` for [`ProgramType::Ext`], otherwise
627
+ /// BTF object id).
628
pub target_obj_id: u32,
629
/// BTF type id inside the target object.
630
pub target_btf_id: u32,
0 commit comments