X-Git-Url: https://git.lttng.org/?a=blobdiff_plain;f=doc%2Fexamples%2Fcmake-multiple-shared-libraries%2FREADME.md;h=fc97a2699bc7272b5f30aa63f88c669d092fe6ef;hb=8aeb3cae3d7a1c2cf0fb24d8d83c94e32d5622dd;hp=8b58246e700255ec21e1e007ba9878c50b6802e9;hpb=c2da416ae9292de321f63ace1590304133563dd0;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" } ```