diff options
| -rw-r--r-- | tools/perf/Documentation/tips.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/perf/Documentation/tips.txt b/tools/perf/Documentation/tips.txt index db0ca3063eae..3dd1dbe28407 100644 --- a/tools/perf/Documentation/tips.txt +++ b/tools/perf/Documentation/tips.txt | |||
| @@ -32,3 +32,4 @@ Order by the overhead of source file name and line number: perf report -s srclin | |||
| 32 | System-wide collection from all CPUs: perf record -a | 32 | System-wide collection from all CPUs: perf record -a |
| 33 | Show current config key-value pairs: perf config --list | 33 | Show current config key-value pairs: perf config --list |
| 34 | Show user configuration overrides: perf config --user --list | 34 | Show user configuration overrides: perf config --user --list |
| 35 | To add Node.js USDT(User-Level Statically Defined Tracing): perf buildid-cache --add `which node` | ||
