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
Unknown Object (File)
Mar 13 2024, 1:17 AM
Unknown Object (File)
Mar 8 2024, 10:26 AM
Unknown Object (File)
Feb 9 2024, 9:53 PM
Unknown Object (File)
Jan 22 2024, 5:26 AM
Unknown Object (File)
Jan 17 2024, 10:07 AM
Unknown Object (File)
Jan 10 2024, 1:54 AM
Unknown Object (File)
Dec 23 2023, 8:41 AM
Unknown Object (File)
Dec 13 2023, 12:11 PM

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
rG FreeBSD src repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable

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.