Re: [PATCH] libmisc/shell: Add the rtrace command for buffered tracing support.

2015-03-29 Thread Chris Johns
On 30/03/2015 2:34 am, Gedare Bloom wrote: > Quick comments: Thanks for the review. > Avoid abbreviations but feel free to use acronyms in "rtems" APIs . RTEMS is also an abbreviation ;) These should really become rtems_trace_buffering_*. I will change. I do not want to change the internal gen

Re: [PATCH] libmisc/shell: Add the rtrace command for buffered tracing support.

2015-03-29 Thread Gedare Bloom
print timestamp functionality before in shell I think, might be worth sharing code -- Sent from a mobile device. -Original Message- [PATCH] libmisc/shell: Add the rtrace command for buffered tracing support. From: Chris Johns To: , Sunday, March 29, 2015 at 3:55 AM The rtrace command in

[PATCH] libmisc/shell: Add the rtrace command for buffered tracing support.

2015-03-29 Thread Chris Johns
The rtrace command interfaces to the RTEMS Trace Linker's trace buffering data allowing users to capture and report trace data. --- cpukit/Makefile.am | 5 + cpukit/libmisc/Makefile.am | 5 +- cpukit/libmisc/capture/rtems-trace-buffer-vars.c