mirror of
https://github.com/brendangregg/perf-tools.git
synced 2025-11-30 23:16:03 +07:00
synopsis
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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.
|
||||
#
|
||||
|
||||
Reference in New Issue
Block a user