Searched hist:a74440b27b3f12d2cce54d7910953af19f1ac051 (Results 1 – 2 of 2) sorted by relevance
/openbmc/u-boot/include/ |
H A D | iotrace.h | diff a74440b27b3f12d2cce54d7910953af19f1ac051 Wed May 30 15:09:58 CDT 2018 Ramon Fried <ramon.fried@gmail.com> 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>
|
/openbmc/u-boot/common/ |
H A D | iotrace.c | diff a74440b27b3f12d2cce54d7910953af19f1ac051 Wed May 30 15:09:58 CDT 2018 Ramon Fried <ramon.fried@gmail.com> 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>
|