mirror of
https://github.com/brendangregg/perf-tools.git
synced 2025-12-01 07:26:04 +07:00
typos
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
funcgraph \- trace kernel function graph, showing child function calls and times. Uses Linux ftrace.
|
||||
.SH SYNOPSIS
|
||||
.B funcgraph
|
||||
[\-acDhHPtT] [\-p PIDs] [\-d secs] funcstring
|
||||
[\-acDhHPtT] [\-p PID] [\-d secs] funcstring
|
||||
.SH DESCRIPTION
|
||||
This is an exploratory tool that shows the graph of child function calls
|
||||
for a given kernel function. This can cost moderate overhead to execute, and
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
functrace \- trace kernel function calls matching specified wildcards. Uses Linux ftrace.
|
||||
.SH SYNOPSIS
|
||||
.B functrace
|
||||
[\-hH] [\-p PIDs] [\-d secs] funcstring
|
||||
[\-hH] [\-p PID] [\-d secs] funcstring
|
||||
.SH DESCRIPTION
|
||||
This tool provides a quick way to capture the execution of kernel functions,
|
||||
showing basic details including as the process ID, timestamp, and calling
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
kprobe \- trace a given kprobe definition. Kernel dynamic tracing. Uses Linux ftrace.
|
||||
.SH SYNOPSIS
|
||||
.B kprobe
|
||||
[\-hHsv] [\-d secs] [\-p PIDs] kprobe_definition [filter]
|
||||
[\-hHsv] [\-d secs] [\-p PID] kprobe_definition [filter]
|
||||
.SH DESCRIPTION
|
||||
This will create, trace, then destroy a given kprobe definition. See
|
||||
Documentation/trace/kprobetrace.txt in the Linux kernel source for the
|
||||
|
||||
Reference in New Issue
Block a user