<mailto:moritz.pflan...@hexagon.com><mailto:carolin.sieb...@hexagon.com>
W: http://www.hexagongeosystems.com
From: Jonathan Rajotte-Julien
Sent: 04 August 2020 15:09
To: PFLANZER Moritz
Cc: lttng-dev@lists.lttng.org
Subject: Re: [lttng-dev] Help needed: No UST events re
tems.com
>
> ____
> From: Jonathan Rajotte-Julien
> Sent: 03 August 2020 17:31
> To: PFLANZER Moritz
> Cc: lttng-dev@lists.lttng.org
> Subject: Re: [lttng-dev] Help needed: No UST events recorded
>
> This email is not from Hexagon’s Office
pflan...@hexagon.com<mailto:moritz.pflan...@hexagon.com><mailto:carolin.sieb...@hexagon.com>
W: http://www.hexagongeosystems.com
From: Jonathan Rajotte-Julien
Sent: 03 August 2020 17:31
To: PFLANZER Moritz
Cc: lttng-dev@lists.lttng.org
Subject: Re: [
Hi Moritz
What is your version of lttng-tools?
lttng --version
Please run the `hello` executable using the LTTNG_UST_DEBUG env variable, while
tracing, and provide the output.
pkill lttng-sessiond
lttng-sessiond -b -vvv --verbose-consumer 2> /tmp/lttng-sessiond.log
lttng create
lttng
Hi all!
I'm struggling to get userspace tracing working on an aarch64 platform (busybox
on top of Linux 5.4.24 kernel). I followed the guidelines in the docs and am
currently using this example program for testing:
https://github.com/lttng/lttng-ust/tree/master/doc/examples/hello-static-lib
I c