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
41d462be
Commit
41d462be
authored
Jul 08, 2018
by
Ivan Babrou
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Mention perf as universal counting tool in llcstat
Closes #1757.
parent
4ac63076
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
0 deletions
+7
-0
man/man8/llcstat.8
man/man8/llcstat.8
+5
-0
tools/llcstat.py
tools/llcstat.py
+2
-0
No files found.
man/man8/llcstat.8
View file @
41d462be
...
@@ -67,3 +67,8 @@ Linux
...
@@ -67,3 +67,8 @@ Linux
Unstable - in development.
Unstable - in development.
.SH AUTHOR
.SH AUTHOR
Teng Qin
Teng Qin
.SH SEE ALSO
.TP
Perf can be used as a generic event counter tool. An example for LLC:
#
.B perf top -e cache-misses -e cache-references -a -ns pid,cpu,comm
tools/llcstat.py
View file @
41d462be
...
@@ -7,6 +7,8 @@
...
@@ -7,6 +7,8 @@
#
#
# For Linux, uses BCC, eBPF. Embedded C.
# For Linux, uses BCC, eBPF. Embedded C.
#
#
# SEE ALSO: perf top -e cache-misses -e cache-references -a -ns pid,cpu,comm
#
# REQUIRES: Linux 4.9+ (BPF_PROG_TYPE_PERF_EVENT support).
# REQUIRES: Linux 4.9+ (BPF_PROG_TYPE_PERF_EVENT support).
#
#
# Copyright (c) 2016 Facebook, Inc.
# Copyright (c) 2016 Facebook, Inc.
...
...
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