Lines Matching refs:scripts
33 scripts via 'perf script -l'. As such, this script also shows how to
35 scripts listed by that command.
83 general-purpose scripts to drill down and get more detail about
132 '/scripts/python/Perf-Trace-Util/lib/Perf/Trace')
219 '/scripts/python/Perf-Trace-Util/lib/Perf/Trace')
282 '/scripts/python/Perf-Trace-Util/lib/Perf/Trace')
332 writing a couple of very simple shell scripts and putting them in the
334 scripts listed by the 'perf script -l' command e.g.:
338 List of available trace scripts:
349 scripts, one for recording and one for 'reporting'.
353 into the perf/scripts/python/bin directory in the kernel source tree.
358 # cat kernel-source/tools/perf/scripts/python/bin/syscall-counts-record
366 the perf/scripts/python/bin directory. In that script, you write the
370 # cat kernel-source/tools/perf/scripts/python/bin/syscall-counts-report
374 perf script -s ~/libexec/perf-core/scripts/python/syscall-counts.py
378 is in the libexec/perf-core/scripts/python directory - this is where
381 to be located in the perf/scripts/python directory in the kernel
385 # ls -al kernel-source/tools/perf/scripts/python
387 root@tropicana:/home/trz/src/tip# ls -al tools/perf/scripts/python
403 List of available trace scripts:
428 You can also look at the existing scripts in
429 ~/libexec/perf-core/scripts/python for typical examples showing how to
519 '/scripts/python/Perf-Trace-Util/lib/Perf/Trace')
532 gives scripts a chance to do setup tasks:
540 processed and gives scripts a chance to do end-of-script tasks, such
572 These functions provide some essential functions to user scripts.
595 common, but need to be made accessible to user scripts nonetheless.