Commit a080b3e3 authored by Brendan Gregg's avatar Brendan Gregg

fix comment

parent 6ed4a496
......@@ -98,7 +98,6 @@ int trace_req_completion(struct pt_regs *ctx, struct request *req)
return 0;
}
""")
# blk_account_io_start is chosen to be as
b.attach_kprobe(event="blk_account_io_start", fn_name="trace_pid_start")
b.attach_kprobe(event="blk_start_request", fn_name="trace_req_start")
b.attach_kprobe(event="blk_mq_start_request", fn_name="trace_req_start")
......
Markdown is supported
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