Skip to content

Commit cae89ab

Browse files
leftwoAlan Hanson
andauthored
fix arg for dtrace script (#978)
Co-authored-by: Alan Hanson <alan@oxide.computer>
1 parent 4726609 commit cae89ab

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

scripts/nvme-trace.d

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ propolis$target:::nvme_write_enqueue
3535

3636
propolis$target:::nvme_read_complete,
3737
propolis$target:::nvme_write_complete
38-
/io[args[0]].ts != 0/
38+
/io[args[1]].ts != 0/
3939
{
4040
this->cid = args[1];
4141
this->elapsed = timestamp - io[this->cid].ts;

0 commit comments

Comments
 (0)