Commit 41d462be authored by Ivan Babrou's avatar Ivan Babrou

Mention perf as universal counting tool in llcstat

Closes #1757.
parent 4ac63076
......@@ -67,3 +67,8 @@ Linux
Unstable - in development.
.SH AUTHOR
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
......@@ -7,6 +7,8 @@
#
# 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).
#
# Copyright (c) 2016 Facebook, Inc.
......
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