diff options
author | Jan Kara <jack@suse.cz> | 2013-09-17 20:30:31 (GMT) |
---|---|---|
committer | Jiri Slaby <jslaby@suse.cz> | 2014-03-12 12:25:33 (GMT) |
commit | d4ea1c7ffc46aafe15eff8ed559016c0fa317dec (patch) | |
tree | e3a99b993e66af879640a8c74351cbcf80383bd5 /kernel/reboot.c | |
parent | e89b9f7e760aa33822346d27dd43792e59d373cf (diff) | |
download | linux-fsl-qoriq-d4ea1c7ffc46aafe15eff8ed559016c0fa317dec.tar.xz |
blktrace: Send BLK_TN_PROCESS events to all running traces
commit a404d5576bbe586a1097a8bc2f32c5f22651b0aa upstream.
Currently each task sends BLK_TN_PROCESS event to the first traced
device it interacts with after a new trace is started. When there are
several traced devices and the task accesses more devices, this logic
can result in BLK_TN_PROCESS being sent several times to some devices
while it is never sent to other devices. Thus blkparse doesn't display
command name when parsing some blktrace files.
Fix the problem by sending BLK_TN_PROCESS event to all traced devices
when a task interacts with any of them.
Signed-off-by: Jan Kara <jack@suse.cz>
Review-by: Jeff Moyer <jmoyer@redhat.com>
Signed-off-by: Jens Axboe <axboe@kernel.dk>
Signed-off-by: Jiri Slaby <jslaby@suse.cz>
Diffstat (limited to 'kernel/reboot.c')
0 files changed, 0 insertions, 0 deletions