4 lines
278 B
Plaintext
4 lines
278 B
Plaintext
|
probe nfsd.close? { printf("%s\n", filename) } probe never { exit() }
|
||
|
probe sunrpc.clnt.clone_client { print(progname) }
|
||
|
probe scsi.iodone { printf("%d, %d, %d, %d, %d, %d, %d, %d\n", host_no, channel, lun, dev_id, device_state, data_direction, req_addr, scsi_timer_pending ) }
|