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')
217 '/scripts/python/Perf-Trace-Util/lib/Perf/Trace')
280 '/scripts/python/Perf-Trace-Util/lib/Perf/Trace')
330 writing a couple of very simple shell scripts and putting them in the
332 scripts listed by the 'perf script -l' command e.g.:
336 List of available trace scripts:
347 scripts, one for recording and one for 'reporting'.
351 into the perf/scripts/python/bin directory in the kernel source tree.
356 # cat kernel-source/tools/perf/scripts/python/bin/syscall-counts-record
364 the perf/scripts/python/bin directory. In that script, you write the
368 # cat kernel-source/tools/perf/scripts/python/bin/syscall-counts-report
372 perf script -s ~/libexec/perf-core/scripts/python/syscall-counts.py
376 is in the libexec/perf-core/scripts/python directory - this is where
379 to be located in the perf/scripts/python directory in the kernel
383 # ls -al kernel-source/tools/perf/scripts/python
399 List of available trace scripts:
424 You can also look at the existing scripts in
425 ~/libexec/perf-core/scripts/python for typical examples showing how to
515 '/scripts/python/Perf-Trace-Util/lib/Perf/Trace')
528 gives scripts a chance to do setup tasks:
536 processed and gives scripts a chance to do end-of-script tasks, such
567 These functions provide some essential functions to user scripts.
590 common, but need to be made accessible to user scripts nonetheless.