linux-fs-simple/config.yaml: convert to v3 format
[barectf.git] / examples / linux-fs-simple / README.md
CommitLineData
e5aa0be3
PP
1# linux-fs-simple example
2
3This very simple example shows how to use the barectf
4[linux-fs platform](../../../platforms/linux-fs).
5
6
7## Building
8
9Make sure you have the latest version of barectf installed.
10
11Build this example:
12
13 make
14
15
16## Running
17
18Run this example:
19
20 ./linux-fs-simple
21
22The complete CTF trace is written to the `ctf` directory.
23
24You may run the example with any arguments; they will be recorded,
25as string fields in the events of the binary stream, e.g.:
26
27 ./linux-fs-simple this argument and this one will be recorded
This page took 0.026255 seconds and 4 git commands to generate.