perf c2c: Add a tip about cacheline events
Signed-off-by: Sangwon Hong <qpakzk@gmail.com> Cc: Jiri Olsa <jolsa@kernel.org> Cc: Namhyung Kim <namhyung@kernel.org> Link: http://lkml.kernel.org/r/1512188201-14109-1-git-send-email-qpakzk@gmail.com Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
This commit is contained in:
parent
8eb7a1fe31
commit
0125195268
|
@ -33,3 +33,4 @@ System-wide collection from all CPUs: perf record -a
|
|||
Show current config key-value pairs: perf config --list
|
||||
Show user configuration overrides: perf config --user --list
|
||||
To add Node.js USDT(User-Level Statically Defined Tracing): perf buildid-cache --add `which node`
|
||||
To report cacheline events from previous recording: perf c2c report
|
||||
|
|
Loading…
Reference in New Issue