----- On Jun 22, 2022, at 3:45 AM, Minlan Wang wangmin...@szsandstone.com wrote:

[...]

Hi Minlan,

> --
> 1.8.3.1
> 
> 
> And the lttng session is configured to trace these events:
> kernel: syscall futex

On the kernel side, in addition to the syscall futex, I would really like to 
see what
happens in the scheduler, mainly the wait/wakeup tracepoints. This can be added 
by using:

lttng enable-event -k 'sched_*'

This should help us confirm whether we indeed have a situation where queued 
wake ups
happen to wake up a wait happening only later, which is unexpected by the 
current liburcu
userspace code.

[...]

> ---
> 
> The babletrace output of this session is pretty big, 6 MB in size, i put it in
> the attachment trace_0622.tar.bz2.
> Let my know if your mailbox can't handle such big attachment.

It would be even better if you can share the binary trace, because then it's 
easy to
load it in trace compass, cut away time ranges that don't matter, and lots of 
other
useful stuff.

Thanks,

Mathieu

-- 
Mathieu Desnoyers
EfficiOS Inc.
http://www.efficios.com
_______________________________________________
lttng-dev mailing list
lttng-dev@lists.lttng.org
https://lists.lttng.org/cgi-bin/mailman/listinfo/lttng-dev

Reply via email to