aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/trace
diff options
context:
space:
mode:
Diffstat (limited to 'Documentation/trace')
-rw-r--r--Documentation/trace/kprobetrace.txt8
1 files changed, 8 insertions, 0 deletions
diff --git a/Documentation/trace/kprobetrace.txt b/Documentation/trace/kprobetrace.txt
index 5e59e854e71b..3de751747164 100644
--- a/Documentation/trace/kprobetrace.txt
+++ b/Documentation/trace/kprobetrace.txt
@@ -70,6 +70,14 @@ filter:
70 names and field names for describing filters. 70 names and field names for describing filters.
71 71
72 72
73Event Profiling
74---------------
75 You can check the total number of probe hits and probe miss-hits via
76/sys/kernel/debug/tracing/kprobe_profile.
77 The first column is event name, the second is the number of probe hits,
78the third is the number of probe miss-hits.
79
80
73Usage examples 81Usage examples
74-------------- 82--------------
75To add a probe as a new event, write a new definition to kprobe_events 83To add a probe as a new event, write a new definition to kprobe_events