Hi,
I have a need to collect LTTng live-traces from systems with very limited
RAM
and flash resources. This tracing will be running continuesly for months
monitoring our systems. The only way for me to transport those CTF records
somewhere else is via HTTP proxy. LTTng doesn't seem to have support
Hi Patrick,
On Fri, Nov 16, 2018 at 09:49:52AM +0100, mrx wrote:
> Hi,
>
> I have a need to collect LTTng live-traces from systems with very limited
> RAM
> and flash resources. This tracing will be running continuesly for months
> monitoring our systems. The only way for me to transport those CT
All four typo fix patches were merged in master and stable-2.11.
Thanks!
Jérémie
On Thu, Nov 15, 2018 at 12:16:37PM -0500, Michael Jeanson wrote:
> Signed-off-by: Michael Jeanson
> ---
> src/common/lttng-elf.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/src/common/
Merged all the way back to 2.9.
Thanks!
Jérémie
On Tue, Nov 13, 2018 at 12:12:20PM -0500, Mathieu Desnoyers wrote:
> The nanoseconds part of the timespec struct time_a is not always
> bigger than time_b since it wrap around each seconds.
>
> Use 64-bit arithmetic to perform the difference.
>
>
Merged all the way back to 2.9.
Thanks!
Jérémie
On Tue, Nov 13, 2018 at 12:12:21PM -0500, Mathieu Desnoyers wrote:
> The semantic expected from max_t and min_t is to perform the max/min
> comparison in the type provided as first parameter.
>
> Cast the input parameters to the proper type before