|
@@ -33,3 +33,4 @@ System-wide collection from all CPUs: perf record -a
|
|
Show current config key-value pairs: perf config --list
|
|
Show current config key-value pairs: perf config --list
|
|
Show user configuration overrides: perf config --user --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 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
|