X-Git-Url: http://git.lttng.org./?a=blobdiff_plain;f=trunk%2Flttv%2FQUICKSTART;h=b5cde25bc6682566ddba9e71d23261c41bd1724a;hb=2947929c601a093a8d00ead108812f4ba6315cf2;hp=a091fddb6edf9f3db3b15455d3c0fe93350c7b48;hpb=3ecb16e2e3556f89eba7028f5a02276daccae08b;p=lttv.git diff --git a/trunk/lttv/QUICKSTART b/trunk/lttv/QUICKSTART index a091fddb..b5cde25b 100644 --- a/trunk/lttv/QUICKSTART +++ b/trunk/lttv/QUICKSTART @@ -288,8 +288,14 @@ system) make make install + * Userspace tracing +Make sure you selected the kernel menuconfig option : + or <*> Support logging events from userspace +And that the ltt-userspace-event kernel module is loaded if selected as a +module. + Simple userspace tracing is available through echo "some text to record" > /mnt/debugfs/ltt/write_event @@ -297,6 +303,7 @@ It will appear in the trace under event : channel : userspace event name : event + * Getting and installing the LTTV package (on the visualisation machine, same or different from the visualisation machine)