Skip to content

Commit

Permalink
funccount: update man page
Browse files Browse the repository at this point in the history
Finish man page update for b03d9eb.
  • Loading branch information
pchaigno committed Jan 28, 2018
1 parent 44463d5 commit 72cbc7d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions man/man8/funccount.8
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
.SH NAME
funccount \- Count function, tracepoint, and USDT probe calls matching a pattern. Uses Linux eBPF/bcc.
.SH SYNOPSIS
.B funccount [\-h] [\-p PID] [\-i INTERVAL] [\-T] [\-r] [\-d] pattern
.B funccount [\-h] [\-p PID] [\-i INTERVAL] [\-d DURATION] [\-T] [\-r] [\-D] pattern
.SH DESCRIPTION
This tool is a quick way to determine which functions are being called,
and at what rate. It uses in-kernel eBPF maps to count function calls.
Expand Down Expand Up @@ -36,7 +36,7 @@ Include timestamps on output.
\-r
Use regular expressions for the search pattern.
.TP
\-d
\-D
Print the BPF program before starting (for debugging purposes).
.SH EXAMPLES
.TP
Expand Down

0 comments on commit 72cbc7d

Please sign in to comment.