Commit 72cbc7d2 authored by Paul Chaignon's avatar Paul Chaignon

funccount: update man page

Finish man page update for b03d9eb2.
parent 44463d53
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
.SH NAME .SH NAME
funccount \- Count function, tracepoint, and USDT probe calls matching a pattern. Uses Linux eBPF/bcc. funccount \- Count function, tracepoint, and USDT probe calls matching a pattern. Uses Linux eBPF/bcc.
.SH SYNOPSIS .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 .SH DESCRIPTION
This tool is a quick way to determine which functions are being called, 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. and at what rate. It uses in-kernel eBPF maps to count function calls.
...@@ -36,7 +36,7 @@ Include timestamps on output. ...@@ -36,7 +36,7 @@ Include timestamps on output.
\-r \-r
Use regular expressions for the search pattern. Use regular expressions for the search pattern.
.TP .TP
\-d \-D
Print the BPF program before starting (for debugging purposes). Print the BPF program before starting (for debugging purposes).
.SH EXAMPLES .SH EXAMPLES
.TP .TP
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment