Linux Trace Toolkit Reference Manual | |||
---|---|---|---|
<<< Previous Page | Home | Up | Next Page >>> |
3.1 Probing the kernel
mkdir /mnt/relay
mount -t relayfs nodev /mnt/relayHaving done this, you should see a new entry in /proc/mounts.
3.2 Probing RTAI
You can now install the other RTAI modules and trace your system.
3.3 Recording the data
A trace begins when the trace daemon tells the kernel to start recording events. To start recording, do:
tracedaemon -tsT./out.trace ./out.proc
kill [daemon pid]
<<< Previous Page | Home | Up | Next Page >>> |
Linux trace toolkit | Data acquisition |