[U-Boot] [PATCH 2/6] iotrace: add IO region limit

Simon Glass sjg at chromium.org
Sat May 26 02:07:10 UTC 2018


On 25 May 2018 at 04:41, Ramon Fried <ramon.fried at gmail.com> wrote:
> 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 at gmail.com>
> ---
>  common/iotrace.c  | 27 +++++++++++++++++++++++++++
>  include/iotrace.h | 24 ++++++++++++++++++++++++
>  2 files changed, 51 insertions(+)
>

Reviewed-by: Simon Glass <sjg at chromium.org>


More information about the U-Boot mailing list