Page MenuHomeFreeBSD

Add SDT probes virtqueue::enqueue_segments:{entry,return}
ClosedPublic

Authored by stevek on Aug 20 2021, 5:24 PM.
Tags
None
Referenced Files
F107379012: D31620.diff
Mon, Jan 13, 7:37 AM
Unknown Object (File)
Dec 13 2024, 1:40 AM
Unknown Object (File)
Oct 27 2024, 2:19 PM
Unknown Object (File)
Oct 21 2024, 5:38 PM
Unknown Object (File)
Oct 14 2024, 8:44 AM
Unknown Object (File)
Sep 30 2024, 2:51 PM
Unknown Object (File)
Sep 10 2024, 10:06 PM
Unknown Object (File)
Sep 10 2024, 11:19 AM

Details

Summary

This allows one to be able to map the sglist entries passed into the
vq_ring_enqueue_segments() function to the segment indexes used in
the virtqueue.

This function normally gets inlined and may not available via FBT
probes.

Test Plan

Tested using dtrace on vtblk devices with the following script:
https://people.freebsd.org/~stevek/dtrace/vtblk.sh

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Passed
Unit
No Test Coverage
Build Status
Buildable 41148
Build 38037: arc lint + arc unit

Event Timeline

This revision was not accepted when it landed; it landed in state Needs Review.Aug 27 2021, 5:09 PM
This revision was automatically updated to reflect the committed changes.