doc: trace: Fix documentation for uprobe_profile
authorSrikar Dronamraju <srikar@linux.vnet.ibm.com>
Tue, 19 Feb 2019 06:19:28 +0000 (11:49 +0530)
committerSteven Rostedt (VMware) <rostedt@goodmis.org>
Thu, 21 Feb 2019 15:28:55 +0000 (10:28 -0500)
uprobe_profile has filename and number of probe hits information for
each uprobe event. The documentation erroneously talks about probe
mis-hits. Update the documentation to the correct information.

Link: http://lkml.kernel.org/r/1550557168-12345-1-git-send-email-srikar@linux.vnet.ibm.com
Cc: Ingo Molnar <mingo@kernel.org>
Cc: Masami Hiramatsu <mhiramat@kernel.org>
Reported-by: KAUSTUBH RAJENDRA WELANKAR <f20160095@hyderabad.bits-pilani.ac.in>
Signed-off-by: Srikar Dronamraju <srikar@linux.vnet.ibm.com>
Signed-off-by: Steven Rostedt (VMware) <rostedt@goodmis.org>
Documentation/trace/uprobetracer.rst

index 4c3bfde2ba477d31588a1577f98968a098b193bf..4346e23e3ae75effc150d9fb33bd3a21de9df1e5 100644 (file)
@@ -73,10 +73,9 @@ For $comm, the default type is "string"; any other type is invalid.
 
 Event Profiling
 ---------------
-You can check the total number of probe hits and probe miss-hits via
-/sys/kernel/debug/tracing/uprobe_profile.
-The first column is event name, the second is the number of probe hits,
-the third is the number of probe miss-hits.
+You can check the total number of probe hits per event via
+/sys/kernel/debug/tracing/uprobe_profile. The first column is the filename,
+the second is the event name, the third is the number of probe hits.
 
 Usage examples
 --------------