This commit is contained in:
Brendan Gregg
2015-06-29 12:53:35 -07:00
parent 952b85ef56
commit 5103491a8c
2 changed files with 3 additions and 2 deletions

View File

@@ -3,7 +3,7 @@
uprobe \- trace a given uprobe definition. User-level dynamic tracing. Uses Linux ftrace. EXPERIMENTAL.
.SH SYNOPSIS
.B uprobe
[\-FhHsv] [\-d secs] [\-p PID] uprobe_definition [filter]
[\-FhHsv] [\-d secs] [\-p PID] {\-l target | uprobe_definition [filter]}
.SH DESCRIPTION
This will create, trace, then destroy a given uprobe definition. See
Documentation/trace/uprobetracer.txt in the Linux kernel source for the

View File

@@ -8,7 +8,8 @@
# syntax of a uprobe definition, and "uprobe -h" for examples. With this tool,
# the probe alias is optional (it will default to something meaningful).
#
# USAGE: ./uprobe [-FhHsv] [-d secs] [-p pid] uprobe_definition [filter]
# USAGE: ./uprobe [-FhHsv] [-d secs] [-p pid] {-l target |
# uprobe_definition [filter]}
#
# Run "uprobe -h" for full usage.
#