Commit 613367e3 authored by 4ast's avatar 4ast Committed by GitHub

Merge pull request #1879 from bobrik/llcstat-see-also

Mention perf as universal counting tool in llcstat
parents 1d2ab52b 41d462be
......@@ -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