Skip to content

Commit 4033e5b

Browse files
committed
Add CHANGELOG entry for TracingLinkInfo enhancement
Document the addition of target_obj_id and target_btf_id fields to TracingLinkInfo struct, which exposes BTF information directly from kernel queries and eliminates the need for additional syscalls. Signed-off-by: Andrew McDermott <[email protected]>
1 parent 2ff115d commit 4033e5b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

libbpf-rs/CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,8 @@
1919
- Added `ProgramOutput::duration` field which represent the average
2020
duration per repetition
2121
- Added `RingBuffer::consume_raw_n` method to consume up to N items
22+
- Added `target_obj_id` and `target_btf_id` fields to `TracingLinkInfo`
23+
to expose BTF information directly from kernel queries
2224

2325

2426
0.25.0-beta.1

0 commit comments

Comments
 (0)