<div id="ymail_android_signature">Hello</div><div id="yMail_cursorElementTracker_1639072665289"><br></div><div id="yMail_cursorElementTracker_1639072665443">I'm a LTTNG newbie trying to write in my lttng session some "marker"  events with trace message from my program,by writing in /proc/lttng-logger file. But I can't see them and i don't know if they are really written in the session.</div><div id="yMail_cursorElementTracker_1639072944856">I do this:</div><div id="yMail_cursorElementTracker_1639073254430"><br></div><div id="yMail_cursorElementTracker_1639073270273"><span style="color: rgb(36, 41, 47); font-family: ui-monospace, SFMono-Regular, "SF Mono", Menlo, Consolas, "Liberation Mono", monospace; font-size: 12px; white-space: pre;" id="yMail_cursorElementTracker_1639073273203">lttng enable-event -k ...kernel functions here...</span><br></div><div id="yMail_cursorElementTracker_1639073188806"><span style="color: rgb(36, 41, 47); font-family: ui-monospace, SFMono-Regular, "SF Mono", Menlo, Consolas, "Liberation Mono", monospace; font-size: 12px; white-space: pre;" id="yMail_cursorElementTracker_1639073191638">lttng enable-event -k --syscall -all</span><br></div><div id="yMail_cursorElementTracker_1639072656883"><span style="color: rgb(36, 41, 47); font-family: ui-monospace, SFMono-Regular, "SF Mono", Menlo, Consolas, "Liberation Mono", monospace; font-size: 12px; white-space: pre;" id="yMail_cursorElementTracker_1639073007606">lttng enable-event -k lttng_logger </span></div><div id="yMail_cursorElementTracker_1639073115373"><span style="color: rgb(36, 41, 47); font-family: ui-monospace, SFMono-Regular, "SF Mono", Menlo, Consolas, "Liberation Mono", monospace; font-size: 12px; white-space: pre;" id="yMail_cursorElementTracker_1639073123333">lttng enable-event -u my_program_name:'*' --all</span><br></div><div id="yMail_cursorElementTracker_1639073314710"><br></div><div id="yMail_cursorElementTracker_1639072657116">With this syntax,after the start/destroy session I can't see either syscalls nor my user events in Eclipse tracecompass.But I see all kernel calls perfectly.<br></div><div id="yMail_cursorElementTracker_1639073648637"><br></div><div id="yMail_cursorElementTracker_1639073580333">Why can't I see any syscalls? Is my syntax correct?</div><div id="yMail_cursorElementTracker_1639074032770">Maybe my messages are there, but tracecompass hides them for whatever reason?</div><div id="yMail_cursorElementTracker_1639074120553">Thank you</div><div id="yMail_cursorElementTracker_1639073623373"><br></div>