scx_lavd: trace WINESYNC #784
Labels
bpf
enhancement
New feature or request
good first issue
Good for newcomers
help wanted
Extra attention is needed
rust
Rust language
scx_lavd
scx_lavd
now has a measure to mitigate the lock holder preemption problem (#779).To know whether a task holds a lock or not, it traces lock APIs (e.g., mutex, semaphore, futex) in the kernel.
One missing part is WINESYNC, which is a kernel-level lock of Wine (windows emulator).
A starting point to support WINESYNC is as follows:
The text was updated successfully, but these errors were encountered: