From 47e6e7c84f008a53061e661f31ae96629bc694ef Mon Sep 17 00:00:00 2001 From: Igor Pashev Date: Sun, 26 Oct 2014 12:33:50 +0400 Subject: Debian 3.9.10 --- src/pmdas/systemtap/probes.stp | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 src/pmdas/systemtap/probes.stp (limited to 'src/pmdas/systemtap/probes.stp') diff --git a/src/pmdas/systemtap/probes.stp b/src/pmdas/systemtap/probes.stp new file mode 100644 index 0000000..fbb1923 --- /dev/null +++ b/src/pmdas/systemtap/probes.stp @@ -0,0 +1,6 @@ +probe kernel.function("vfs_readdir") { + printf ("readdir: (%d) %s\n", pid(), execname()) +} +probe kernel.function("sys_sync") { + printf ("sync: (%d) %s\n", pid(), execname()) +} -- cgit v1.2.3