Skip to content

Commit

Permalink
estat backend-io script complains about missing blk_start_request kpr…
Browse files Browse the repository at this point in the history
…obecloses #45 (#68)

Co-authored-by: Brad Lewis <[email protected]>
  • Loading branch information
mr-t-73 and brad-lewis authored Dec 9, 2021
1 parent a9e54a1 commit 5cb1777
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion bpf/estat/backend-io.c
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ typedef struct {

BPF_HASH(io_base_data, u64, io_data_t);

// @@ kprobe|blk_start_request|disk_io_start
// @@ kprobe|blk_mq_start_request|disk_io_start
int
disk_io_start(struct pt_regs *ctx, struct request *reqp)
Expand Down

0 comments on commit 5cb1777

Please sign in to comment.