Don't we already have VFS tracepoints?
Don't we already have VFS tracepoints?
Posted Apr 19, 2025 7:16 UTC (Sat) by kxxt (subscriber, #172895)In reply to: Don't we already have VFS tracepoints? by alison
Parent article: Tracepoints for the VFS?
These are syscall tracepoints, definitely not VFS tracepoints.
For example, if you make x32 or x86_32 syscalls on x86_64 linux, they won't hit those syscall tracepoints you mentioned. But they will hit the VFS tracepoints (in the future).
Posted Apr 19, 2025 18:23 UTC (Sat)
by iabervon (subscriber, #722)
[Link]
Don't we already have VFS tracepoints?