Skip to content

Commit

Permalink
Point people to tools/old
Browse files Browse the repository at this point in the history
  • Loading branch information
evverx committed May 26, 2016
1 parent 9b33364 commit 1680b32
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions man/man8/memleak.8
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ memleak may introduce significant overhead when tracing processes that allocate
and free many blocks very quickly. See the OVERHEAD section below.

This tool only works on Linux 4.6+. Stack traces are obtained using the new BPF_STACK_TRACE` APIs.
For kernels older than 4.6, see the version under tools/old.
.SH REQUIREMENTS
CONFIG_BPF and bcc.
.SH OPTIONS
Expand Down
1 change: 1 addition & 0 deletions man/man8/offcputime.8
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ See http:https://www.brendangregg.com/FlameGraphs/offcpuflamegraphs.html

This tool only works on Linux 4.6+. It uses the new `BPF_STACK_TRACE` table
APIs to generate the in-kernel stack traces.
For kernels older than 4.6, see the version under tools/old.
.SH REQUIREMENTS
CONFIG_BPF and bcc.
.SH OPTIONS
Expand Down
1 change: 1 addition & 0 deletions man/man8/stackcount.8
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ The pattern is a string with optional '*' wildcards, similar to file globbing.
If you'd prefer to use regular expressions, use the \-r option.

This tool only works on Linux 4.6+. Stack traces are obtained using the new `BPF_STACK_TRACE` APIs.
For kernels older than 4.6, see the version under tools/old.

.SH REQUIREMENTS
CONFIG_BPF and bcc.
Expand Down
1 change: 1 addition & 0 deletions man/man8/stacksnoop.8
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ calls, and is a quick way to investigate low frequency kernel functions and
their cause. For high frequency kernel functions, see stackcount.

This tool only works on Linux 4.6+. Stack traces are obtained using the new BPF_STACK_TRACE` APIs.
For kernels older than 4.6, see the version under tools/old.
.SH REQUIREMENTS
CONFIG_BPF and bcc.
.SH OPTIONS
Expand Down

0 comments on commit 1680b32

Please sign in to comment.