Files
ladybird/Userland/Utilities
Jean-Baptiste Boric 0286160b62 Kernel: Add syscall performance event type
This allows tracing the syscalls made by a thread through the kernel's
performance event framework, which is similar in principle to strace.

Currently, this merely logs a stack backtrace to the current thread's
performance event buffer whenever a syscall is made, if profiling is
enabled. Future improvements could include tracing the arguments and
the return value, for example.
2021-08-10 21:55:48 +02:00
..
2021-08-01 19:26:57 +04:30
2021-07-09 20:15:40 +02:00
2021-08-01 08:10:16 +02:00