From a080b3e3d1c485a3bed5597def171af9591c3f40 Mon Sep 17 00:00:00 2001 From: Brendan Gregg Date: Wed, 16 Sep 2015 15:19:03 -0700 Subject: [PATCH] fix comment --- tools/biosnoop | 1 - 1 file changed, 1 deletion(-) diff --git a/tools/biosnoop b/tools/biosnoop index 43484dd..633ab61 100755 --- a/tools/biosnoop +++ b/tools/biosnoop @@ -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") -- 2.7.4