Home
last modified time | relevance | path

Searched refs:script (Results 1 – 25 of 81) sorted by relevance

1234

/tools/perf/Documentation/
Dperf-script-python.txt1 perf-script-python(1)
6 perf-script-python - Process trace data with a Python script
11 'perf script' [-s [Python]:script[.py] ]
16 This perf script option is used to process perf script data using perf's
19 Python script, if any.
25 Python script that aggregates and extracts useful information from a
26 raw perf script stream. You can avoid reading the rest of this
29 available to script writers.
32 'syscall-counts' script you see when you list the available perf script
33 scripts via 'perf script -l'. As such, this script also shows how to
[all …]
Dperf-script.txt1 perf-script(1)
6 perf-script - Read perf.data (created by perf record) and display trace output
11 'perf script' [<options>]
12 'perf script' [<options>] record <script> [<record-options>] <command>
13 'perf script' [<options>] report <script> [script-args]
14 'perf script' [<options>] <script> <required-script-args> [<record-options>] <command>
15 'perf script' [<options>] <top-script> [script-args]
21 There are several variants of perf script:
23 'perf script' to see a detailed trace of the workload that was
28 available via 'perf script -l'). The following variants allow you to
[all …]
Dperf-script-perl.txt1 perf-script-perl(1)
6 perf-script-perl - Process trace data with a Perl script
11 'perf script' [-s [Perl]:script[.pl] ]
16 This perf script option is used to process perf script data using perf's
19 Perl script, if any.
24 You can avoid reading the rest of this document by running 'perf script
26 That will generate a starter script containing a handler for each of
33 the check-perf-script.pl script, while not interesting for its results,
39 When perf script is invoked using a trace script, a user-defined
54 Traces meant to be processed using a script should be recorded with
[all …]
Dtips.txt5 Customize output of perf script with: perf script -F event,ip,sym
6 Generate a script for your data: perf script -g <lang>
15 Show individual samples with: perf script
18 To show assembler sample contexts use perf record -b / perf script -F +brstackinsn --xed
Dintel-bts.txt48 perf script
51 By default, perf script will decode trace data found in the perf.data file.
63 perf script has an option (-D) to "dump" the events i.e. display the binary
77 perf script.
/tools/perf/
Dbuiltin-script.c630 tod_scnprintf(struct perf_script *script, char *buf, int buflen, in tod_scnprintf() argument
641 if (buflen < 64 || !script) in tod_scnprintf()
644 env = &script->session->header.env; in tod_scnprintf()
691 static int perf_sample__fprintf_start(struct perf_script *script, in perf_sample__fprintf_start() argument
773 tod_scnprintf(script, tstr, sizeof(tstr), sample->time); in perf_sample__fprintf_start()
1828 static void perf_sample__fprint_metric(struct perf_script *script, in perf_sample__fprint_metric() argument
1849 perf_evlist__alloc_stats(script->session->evlist, false); in perf_sample__fprint_metric()
1912 static void process_event(struct perf_script *script, in process_event() argument
1929 if (evswitch__discard(&script->evswitch, evsel)) in process_event()
1934 perf_sample__fprintf_start(script, sample, thread, evsel, in process_event()
[all …]
/tools/testing/selftests/rcutorture/bin/
Dconfig_override.sh46 }' > $T/script
47 sh $T/script < $base
Dkvm.sh339 cat << ___EOF___ > $T/script
503 }' >> $T/script
505 cat << ___EOF___ >> $T/script
514 if test "$dryrun" = script
516 cat $T/script
521 egrep 'Start batch|Starting build\.' $T/script |
527 sh $T/script
/tools/testing/selftests/kselftest/
Dmodule.sh30 script=${0##*/}
33 echo "Usage: $script <description> <module_name> [FAIL]"
/tools/testing/selftests/exec/
Dbinfmt_script71 script = "binfmt_script-%s" % (name)
72 open(script, "w").write(buf)
73 os.chmod(script, 0o755)
75 proc = subprocess.Popen(["./%s" % (script)], shell=True,
95 os.unlink(script)
DMakefile8 TEST_GEN_FILES := execveat.symlink execveat.denatured script subdir
21 $(OUTPUT)/script:
/tools/hv/
DMakefile60 for script in $(ALL_SCRIPTS); do \
61 install $$script -m 755 $(DESTDIR)$(libexecdir)/hypervkvpd/$${script%.sh}; \
/tools/memory-model/scripts/
Dnewlitmushist.sh53 …list-C-short -e 's,^.*$,if test & -nt '"$LKMM_DESTDIR"'/&.out; then echo &; fi,' > $T/list-C-script
54 sh $T/list-C-script > $T/list-C-newer
/tools/perf/tests/shell/
Drecord+probe_libc_inet_pton.sh58 perf_script=`mktemp -u /tmp/perf.script.XXX`
60 perf script -i $perf_data > $perf_script
/tools/perf/scripts/python/bin/
Dflamegraph-report3 perf script -s "$PERF_EXEC_PATH"/scripts/python/flamegraph.py -- "$@"
Dstackcollapse-report3 perf script -s "$PERF_EXEC_PATH"/scripts/python/stackcollapse.py -- "$@"
Dnetdev-times-report5 perf script -s "$PERF_EXEC_PATH"/scripts/python/netdev-times.py $@
Dnet_dropmonitor-report4 perf script -s "$PERF_EXEC_PATH"/scripts/python/net_dropmonitor.py $@
Devent_analyzing_sample-report3 perf script $@ -s "$PERF_EXEC_PATH"/scripts/python/event_analyzing_sample.py
Dcompaction-times-report4 perf script -s "$PERF_EXEC_PATH"/scripts/python/compaction-times.py $@
Dpowerpc-hcalls-report2 perf script $@ -s "$PERF_EXEC_PATH"/scripts/python/powerpc-hcalls.py
Dfutex-contention-report4 perf script $@ -s "$PERF_EXEC_PATH"/scripts/python/futex-contention.py
Dsched-migration-report3 perf script $@ -s "$PERF_EXEC_PATH"/scripts/python/sched-migration.py
/tools/perf/scripts/perl/bin/
Dwakeup-latency-report3 perf script $@ -s "$PERF_EXEC_PATH"/scripts/perl/wakeup-latency.pl
/tools/pci/
DMakefile52 for script in $(SCRIPTS); do \
53 install $$script $(DESTDIR)$(bindir); \

1234