X-Git-Url: https://git.lttng.org/?p=lttng-tools.git;a=blobdiff_plain;f=doc%2Fquickstart.txt;fp=doc%2Fquickstart.txt;h=ad40385b3b82a2e5c7bd5eaf2c89de09a322f1d0;hp=163544eee1e23fd3aa0695e0db7b53644fa172c1;hb=975fdf538aa48b87f0e22ded95bbbe39a942d2a7;hpb=72079caee725ad8d3ec0dc52fe7f982d61721b84 diff --git a/doc/quickstart.txt b/doc/quickstart.txt index 163544eee..ad40385b3 100644 --- a/doc/quickstart.txt +++ b/doc/quickstart.txt @@ -70,18 +70,18 @@ This is a new feature made possible by the new LTTng 2.0 kernel tracer. You can enable a dynamic probe and data will be output in the trace along side with your tracing data. -# lttng enable-event aname --probe symbol+0xffff7260695 +# lttng enable-event aname -k --probe symbol+0xffff7260695 or -# lttng enable-event aname --probe 0xffff7260695 +# lttng enable-event aname -k --probe 0xffff7260695 Either an
or a can be used for probes. You can also enable function tracer, which uses the Ftrace API (by Steven Rostedt). Again, data will be output in the trace. -# lttng enable-event aname --function +# lttng enable-event aname -k --function 4) Enable context information for an event: