mirror of
https://github.com/wfjm/w11.git
synced 2026-01-19 01:47:47 +00:00
8 lines
216 B
Tcl
8 lines
216 B
Tcl
# $Id: hook_blkdev_trace.tcl 899 2017-05-27 13:25:41Z mueller $
|
|
puts "hook: trace all block devices to rlc.log"
|
|
rlc set logfile rlc.log
|
|
cpu0rka set trace 2
|
|
cpu0rla set trace 2
|
|
cpu0rpa set trace 2
|
|
cpu0tma set trace 2
|