Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
B
bcc
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
bcc
Commits
fd69c330
Commit
fd69c330
authored
Jan 29, 2018
by
yonghong-song
Committed by
GitHub
Jan 29, 2018
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #1559 from pchaigno/man-page-funccount
Update man page for funccount
parents
71ef3590
72cbc7d2
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
man/man8/funccount.8
man/man8/funccount.8
+2
-2
No files found.
man/man8/funccount.8
View file @
fd69c330
...
...
@@ -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.
...
...
@@ -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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment