[lttng-dev] Error in creating session in Embedded Android based development board

2018-06-02 Thread paramesh p
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

[lttng-dev] Function Tracing Fails

2018-07-29 Thread paramesh p
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

Re: [lttng-dev] Function Tracing Fails

2018-08-07 Thread paramesh p
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

Re: [lttng-dev] Function Tracing Fails

2018-08-16 Thread paramesh p
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