trace: do not limit trace buffer to 2GiB
authorHeinrich Schuchardt <xypron.glpk@gmx.de>
Fri, 14 Jun 2019 19:50:55 +0000 (21:50 +0200)
committerSimon Glass <sjg@chromium.org>
Wed, 10 Jul 2019 22:52:58 +0000 (16:52 -0600)
commit2b7a3882e0f70d253fb6a2da5682c94aea4c46f1
treeb4aac7e78f7d80bea00fc4e6f3bce3930e2fad1c
parentb8e1f8270ca9667e84eaa4049e006c27e37f3cca
trace: do not limit trace buffer to 2GiB

There is no good reason to limit the trace buffer to 2GiB on a 64bit
system. Adjust the types of the relevant parameters.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
Reviewed-by: Simon Glass <sjg@chromium.org>
cmd/trace.c
include/trace.h
lib/trace.c
tools/proftool.c