Commit b689269b authored by Srikar Dronamraju's avatar Srikar Dronamraju Committed by Steven Rostedt (VMware)

doc: trace: Fix documentation for uprobe_profile

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: default avatarKAUSTUBH RAJENDRA WELANKAR <f20160095@hyderabad.bits-pilani.ac.in>
Signed-off-by: default avatarSrikar Dronamraju <srikar@linux.vnet.ibm.com>
Signed-off-by: default avatarSteven Rostedt (VMware) <rostedt@goodmis.org>
parent 9e5a36a3
...@@ -73,10 +73,9 @@ For $comm, the default type is "string"; any other type is invalid. ...@@ -73,10 +73,9 @@ For $comm, the default type is "string"; any other type is invalid.
Event Profiling Event Profiling
--------------- ---------------
You can check the total number of probe hits and probe miss-hits via You can check the total number of probe hits per event via
/sys/kernel/debug/tracing/uprobe_profile. /sys/kernel/debug/tracing/uprobe_profile. The first column is the filename,
The first column is event name, the second is the number of probe hits, the second is the event name, the third is the number of probe hits.
the third is the number of probe miss-hits.
Usage examples Usage examples
-------------- --------------
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment