Skip to content

Commit

Permalink
perf buildid-cache: Document for Node.js USDT
Browse files Browse the repository at this point in the history
Add a tip for Node.js USDT(User-Level Statically Defined Tracing) probes
in tips.txt

Signed-off-by: Hansuk Hong <flavono123@gmail.com>
Cc: Jiri Olsa <jolsa@kernel.org>
Cc: Namhyung Kim <namhyung@kernel.org>
Link: http://lkml.kernel.org/r/20171123160546.9722-1-flavono123@gmail.com
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
  • Loading branch information
Hansuk Hong authored and Arnaldo Carvalho de Melo committed Nov 29, 2017
1 parent 4bd1bef commit 2e38e66
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tools/perf/Documentation/tips.txt
Original file line number Diff line number Diff line change
Expand Up @@ -32,3 +32,4 @@ Order by the overhead of source file name and line number: perf report -s srclin
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`

0 comments on commit 2e38e66

Please sign in to comment.