|
Re: How to set PTID in Trace Compass [message #1854693 is a reply to message #1854668] |
Fri, 02 September 2022 13:41 |
|
Hi Shlomi,
This is a pretty silly request I have... I kind of remember wildcards not needing the single quote.
could you try this?
Please note that you don't need the contexts so your trace should be much lighterweight.
lttng create mySession
lttng enable-event -k lttng_* // for state dumps
lttng enable-event -k sched_* // for tid, pid, ppid and all
lttng enable-event -k timer_hrtimer_* // for timer stuff and critical path
(You may want IRQ too?)
lttng start
./myApplication
lttng stop
and see if that works?
Also, if I may, I have stopped using LTTng tools directly, but I use a wrapper here https://github.com/tahini/lttng-utils
My quality of life has improved since then.
Please tell me if these steps help
Also, which version of Trace Compass are you using?
BR
Matthew
[Updated on: Fri, 02 September 2022 13:43] Report message to a moderator
|
|
|
|
Powered by
FUDForum. Page generated in 0.04121 seconds