Re: [U-Boot] [PATCH 1/1] trace: do not limit trace buffer to 2GiB

2019-06-28 Thread Simon Glass
On Sat, 22 Jun 2019 at 13:10, Simon Glass wrote: > > On Fri, 14 Jun 2019 at 20:51, Heinrich Schuchardt wrote: > > > > 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 > > --- >

Re: [U-Boot] [PATCH 1/1] trace: do not limit trace buffer to 2GiB

2019-06-24 Thread Simon Glass
Hi Heinrich, OK...I can't remember the details but there is a tool that does that. The format that U-Boot's proftool emits is pretty standard. I recall using it with a tool the kernel uses to get info like you are looking for. Regards, Simon On Mon, 24 Jun 2019 at 11:30, Heinrich Schuchardt wr

Re: [U-Boot] [PATCH 1/1] trace: do not limit trace buffer to 2GiB

2019-06-24 Thread Heinrich Schuchardt
On 6/24/19 3:56 PM, Simon Glass wrote: Hi Heinrich, On Sat, 22 Jun 2019 at 20:37, Heinrich Schuchardt wrote: On 6/22/19 9:10 PM, Simon Glass wrote: On Fri, 14 Jun 2019 at 20:51, Heinrich Schuchardt wrote: There is no good reason to limit the trace buffer to 2GiB on a 64bit system. Adjust

Re: [U-Boot] [PATCH 1/1] trace: do not limit trace buffer to 2GiB

2019-06-24 Thread Simon Glass
Hi Heinrich, On Sat, 22 Jun 2019 at 20:37, Heinrich Schuchardt wrote: > > On 6/22/19 9:10 PM, Simon Glass wrote: > > On Fri, 14 Jun 2019 at 20:51, Heinrich Schuchardt > > wrote: > >> > >> There is no good reason to limit the trace buffer to 2GiB on a 64bit > >> system. Adjust the types of the r

Re: [U-Boot] [PATCH 1/1] trace: do not limit trace buffer to 2GiB

2019-06-22 Thread Heinrich Schuchardt
On 6/22/19 9:10 PM, Simon Glass wrote: On Fri, 14 Jun 2019 at 20:51, Heinrich Schuchardt wrote: 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 --- cmd/trace.c | 10 --

Re: [U-Boot] [PATCH 1/1] trace: do not limit trace buffer to 2GiB

2019-06-22 Thread Simon Glass
On Fri, 14 Jun 2019 at 20:51, Heinrich Schuchardt wrote: > > 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 > --- > cmd/trace.c | 10 -- > include/trace.h | 6 +++---

[U-Boot] [PATCH 1/1] trace: do not limit trace buffer to 2GiB

2019-06-14 Thread Heinrich Schuchardt
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 --- cmd/trace.c | 10 -- include/trace.h | 6 +++--- lib/trace.c | 14 +++--- tools/proftool.c | 4 ++-- 4 fil