<div dir="ltr">Hi,<div>    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</div><div>IMAGE_INSTALL_append = " lttng-tools lttng-modules lttng-ust"<br></div><div><br></div><div>After the succesful build and flashing, I can access the Lttng in my platform. Below is the output of "lttng" command</div><div><br></div><div><i>/ # lttng<br></i></div><div><div><i>LTTng Trace Control 2.6.0 - Gaia - v2.6.0</i></div><div><i><br></i></div><div><i>usage: lttng [OPTIONS] <COMMAND> [<ARGS>]</i></div><div><i><br></i></div><div><i>Options:</i></div><div><i>  -V, --version              Show version</i></div><div><i>  -h, --help                 Show this help</i></div><div><i>      --list-options         Simple listing of lttng options</i></div><div><i>      --list-commands        Simple listing of lttng commands</i></div><div><i>  -v, --verbose              Increase verbosity</i></div><div><i>  -q, --quiet                Quiet mode</i></div><div><i>  -m, --mi TYPE              Machine Interface mode.</i></div><div><i>                                 Type: xml</i></div><div><i>  -g, --group NAME           Unix tracing group name. (default: tracing)</i></div><div><i>  -n, --no-sessiond          Don't spawn a session daemon</i></div><div><i>      --sessiond-path PATH   Session daemon full path</i></div><div><i>      --relayd-path PATH     Relayd daemon full path</i></div><div><i><br></i></div><div><i>Commands:</i></div><div><i>    add-context       Add context to event and/or channel</i></div><div><i>    calibrate         Quantify LTTng overhead</i></div><div><i>    create            Create tracing session</i></div><div><i>    destroy           Tear down tracing session</i></div><div><i>    enable-channel    Enable tracing channel</i></div><div><i>    enable-event      Enable tracing event</i></div><div><i>    disable-channel   Disable tracing channel</i></div><div><i>    disable-event     Disable tracing event</i></div><div><i>    list              List possible tracing options</i></div><div><i>    set-session       Set current session name</i></div><div><i>    snapshot          Snapshot buffers of current session name</i></div><div><i>    start             Start tracing</i></div><div><i>    stop              Stop tracing</i></div><div><i>    version           Show version information</i></div><div><i>    view              Start trace viewer</i></div><div><i>    save              Save session configuration</i></div><div><i>    load              Load session configuration</i></div><div><i><br></i></div><div><i>Each command also has its own -h, --help option.</i></div><div><i><br></i></div><div><i>Please see the lttng(1) man page for full documentation.</i></div><div><i>See <a href="http://lttng.org">http://lttng.org</a> for updates, bug reports and news.</i></div><div><br></div></div><div><br></div><div>When I try to create a session. I am getting below error. </div><div><br></div><div><div><i>/ # lttng create test-session</i></div><div><i>Spawning a session daemon</i></div><div><i>modprobe: ERROR: could not insert 'lttng_tracer': Required key not available</i></div><div><i>Error: Unable to load required module lttng-tracer</i></div><div><i>Warning: No kernel tracer available</i></div><div><i>Session test-session created.</i></div><div><i>Traces will be written in /home/root/lttng-traces/test-session-19700101-000212</i></div><div><i>Error: Unable to create config file</i></div><div>Error: Command error</div></div><div><br></div><div><br></div><div>Please help me.</div><div>Thanks in Advance.</div><div><br></div><div>Regards,</div><div>Paramesh</div></div>