commit | d01a417c9c12c30f299df15497057af665e54762 | [log] [tgz] |
---|---|---|
author | Ramon Fried <ramon.fried@gmail.com> | Wed May 30 23:09:58 2018 +0300 |
committer | Tom Rini <trini@konsulko.com> | Thu Jun 07 17:08:06 2018 -0400 |
tree | 3ba514ce64e860097787783dcc52410705e97cf6 | |
parent | 06048b07704d872082fba4ba1d05b17b51262191 [diff] |
iotrace: add IO region limit When dealing with a lot of IO regions, sometimes it makes sense only to trace a specific one. This patch adds support for region limits. If region is not set, the iotrace works the same as it was. If region is set, the iotrace only logs io operation that falls in the defined region. Signed-off-by: Ramon Fried <ramon.fried@gmail.com> Reviewed-by: Simon Glass <sjg@chromium.org>