Page MenuHomeFreeBSD

cam: Add probes for xpt actions
ClosedPublic

Authored by imp on Sat, Jan 3, 10:53 AM.
Tags
None
Referenced Files
Unknown Object (File)
Mon, Jan 12, 10:00 AM
Unknown Object (File)
Thu, Jan 8, 6:39 AM
Unknown Object (File)
Wed, Jan 7, 12:12 AM
Unknown Object (File)
Mon, Jan 5, 1:17 PM
Unknown Object (File)
Mon, Jan 5, 9:39 AM
Unknown Object (File)
Mon, Jan 5, 6:09 AM
Unknown Object (File)
Mon, Jan 5, 4:59 AM
Unknown Object (File)
Sun, Jan 4, 6:45 AM
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 Not Applicable
Unit
Tests Not Applicable

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
11

Maybe?

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