Skip to content
Commit ea106722 authored by Matt Mullins's avatar Matt Mullins Committed by Alexei Starovoitov
Browse files

nbd: trace sending nbd requests



This adds a tracepoint that can both observe the nbd request being sent
to the server, as well as modify that request , e.g., setting a flag in
the request that will cause the server to collect detailed tracing data.

The struct request * being handled is included to permit correlation
with the block tracepoints.

Signed-off-by: default avatarMatt Mullins <mmullins@fb.com>
Reviewed-by: default avatarJosef Bacik <josef@toxicpanda.com>
Signed-off-by: default avatarAlexei Starovoitov <ast@kernel.org>
parent 9df1c28b
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment