Hi,
I am new to Tracing. I was trying to use Lttng in my Android based
Dragonboard Develop kit. I installed Lttng with Bitbake, by adding below
line in conf/local.conf
IMAGE_INSTALL_append = " lttng-tools lttng-modules lttng-ust"
After the succesful build and flashing, I can access the Lttng i
Hi,
I am trying to use Function Tracing for my application running in 32-bit
ARM Platform. I have added below lines in my makefile for enabling Trace
Data for function tracing
AM_CFLAGS += -g -O0 -finstrument-functions
AM_CXXFLAGS += -g -O0 -finstrument-functions
**(My App have both C && CPP f
ff callq 1260
> <__cyg_profile_func_exit@plt>
> 19c5:e8 86 f8 ff ff callq 1250
> <__cyg_profile_func_enter@plt>
> 19e2:e9 79 f8 ff ff jmpq 1260
> <__cyg_profile_func_exit@plt>
> 1a0d:e8 3e f8 ff ff callq 125
please give your suggestions on previous mail.
Thanks,
Paramesh
On Tue, Aug 7, 2018 at 2:20 PM, paramesh p wrote:
> Sorry for the delayed response,
>
> @Mathieu,
> I have attached the build log. The Project I am working is Yocto
> Project based build system. My App uses th