summaryrefslogtreecommitdiffstats
path: root/runtime/probes/scf/README
diff options
context:
space:
mode:
Diffstat (limited to 'runtime/probes/scf/README')
-rw-r--r--runtime/probes/scf/README12
1 files changed, 0 insertions, 12 deletions
diff --git a/runtime/probes/scf/README b/runtime/probes/scf/README
deleted file mode 100644
index 39fcfda8..00000000
--- a/runtime/probes/scf/README
+++ /dev/null
@@ -1,12 +0,0 @@
-/** @dir scf
-This example probe instruments smp_call_function().
-
-It demonstrates using stack backtraces as map keys to compute the most
-common path to a function.
-
-kernel.function("smp_call_function")
-{
- traces[stack()] += 1
-}
-
-*/