X-Git-Url: http://git.liburcu.org/?a=blobdiff_plain;f=doc%2Fexamples%2Fcmake-multiple-shared-libraries%2FREADME.md;h=fc97a2699bc7272b5f30aa63f88c669d092fe6ef;hb=b57809aaef8d884f645f808f66ad56c30afd6d01;hp=8b58246e700255ec21e1e007ba9878c50b6802e9;hpb=5f836e39f04c7c90439b1306ccc73b20c9c95957;p=lttng-ust.git diff --git a/doc/examples/cmake-multiple-shared-libraries/README.md b/doc/examples/cmake-multiple-shared-libraries/README.md index 8b58246e..fc97a269 100644 --- a/doc/examples/cmake-multiple-shared-libraries/README.md +++ b/doc/examples/cmake-multiple-shared-libraries/README.md @@ -47,6 +47,6 @@ cat trace.txt The content of trace.txt should be: ``` -[21:45:34.940246019] (+?.?????????) osiris gydle_om:alignQuery: { cpu_id = 2 }, { queryName = "moleculeX" } -[21:45:34.940263188] (+0.000017169) osiris gydle_om:testAlignment: { cpu_id = 2 }, { alignment = "my-alignment" } +[21:45:34.940246019] (+?.?????????) osiris gydle_om:align_query: { cpu_id = 2 }, { query_name = "moleculeX" } +[21:45:34.940263188] (+0.000017169) osiris gydle_om:test_alignment: { cpu_id = 2 }, { alignment = "my-alignment" } ```