Delete funcall_trace1.stp

This commit is contained in:
Sebastian Lenzlinger 2023-06-11 15:24:31 +02:00 committed by GitHub
parent e210227b31
commit c67c88b750
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,8 +0,0 @@
probe kernel.function("register_keyboard_notifier").call
{
printf("%s (%d)\n", execname(),tid())
}
probe end{
printf("end\n")
}