Page MenuHomeFreeBSD

cam: Add probes for xpt actions
ClosedPublic

Authored by imp on Jan 3 2026, 10:53 AM.
Tags
None
Referenced Files
Unknown Object (File)
Mon, May 18, 6:51 AM
Unknown Object (File)
Sun, May 17, 9:57 PM
Unknown Object (File)
Sun, May 17, 5:22 PM
Unknown Object (File)
Fri, May 15, 2:02 PM
Unknown Object (File)
Wed, May 13, 4:50 PM
Unknown Object (File)
Wed, May 13, 12:36 PM
Unknown Object (File)
Tue, May 12, 12:48 PM
Unknown Object (File)
Sat, May 9, 12:01 PM
Subscribers

Details

Summary

cam::xpt:action(union ccb *)
cam::xpt:done((union ccb *)
cam::xpt:async-cb(void *cbarg, uint32_t async_code, struct cam_path
*path, void *async_arg);

Called when xpt_action(), xpt_done*() and the xpt async callbacks are
called.

Sponsored by: Netflix

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Skipped
Unit
Tests Skipped
Build Status
Buildable 69584
Build 66467: arc lint + arc unit

Event Timeline

I really like the way you used Fn here so it doesn't cause collisions in the whatis database!

share/man/man4/dtrace_cam.4
10

Maybe?

This revision is now accepted and ready to land.Jan 3 2026, 5:47 PM
share/man/man4/dtrace_cam.4
32
This revision was automatically updated to reflect the committed changes.