Home
last modified time | relevance | path

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

12345678910>>...14

/Linux-v5.4/tools/perf/Documentation/
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-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-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
/Linux-v5.4/tools/perf/
Dbuiltin-script.c1721 static void perf_sample__fprint_metric(struct perf_script *script, in perf_sample__fprint_metric() argument
1742 perf_evlist__alloc_stats(script->session->evlist, false); in perf_sample__fprint_metric()
1805 static void process_event(struct perf_script *script, in process_event() argument
1822 if (evswitch__discard(&script->evswitch, evsel)) in process_event()
1836 if (!script->name_width) in process_event()
1837 script->name_width = perf_evlist__max_name_len(script->session->evlist); in process_event()
1839 fprintf(fp, "%*s: ", script->name_width, evname ?: "[unknown]"); in process_event()
1911 perf_sample__fprint_metric(script, thread, evsel, sample, fp); in process_event()
2091 struct perf_script *script = container_of(tool, struct perf_script, tool); in process_comm_event() local
2092 struct perf_session *session = script->session; in process_comm_event()
[all …]
/Linux-v5.4/drivers/scsi/
D53c700.h218 __u32 *script; /* pointer to script location */ member
425 #define script_patch_32(dev, script, symbol, value) \ argument
430 __u32 val = bS_to_cpu((script)[A_##symbol##_used[i]]) + da; \
431 (script)[A_##symbol##_used[i]] = bS_to_host(val); \
432 dma_cache_sync((dev), &(script)[A_##symbol##_used[i]], 4, DMA_TO_DEVICE); \
438 #define script_patch_32_abs(dev, script, symbol, value) \ argument
443 (script)[A_##symbol##_used[i]] = bS_to_host(da); \
444 dma_cache_sync((dev), &(script)[A_##symbol##_used[i]], 4, DMA_TO_DEVICE); \
451 #define script_patch_ID(dev, script, symbol, value) \ argument
455 __u32 val = bS_to_cpu((script)[A_##symbol##_used[i]]); \
[all …]
/Linux-v5.4/arch/ia64/kernel/
Dunwind.c138 } script; member
1214 cache_match (struct unw_script *script, unsigned long ip, unsigned long pr) in cache_match() argument
1216 read_lock(&script->lock); in cache_match()
1217 if (ip == script->ip && ((pr ^ script->pr_val) & script->pr_mask) == 0) in cache_match()
1220 read_unlock(&script->lock); in cache_match()
1227 struct unw_script *script = unw.cache + info->hint; in script_lookup() local
1239 if (cache_match(script, ip, pr)) { in script_lookup()
1241 return script; in script_lookup()
1248 script = unw.cache + index; in script_lookup()
1250 if (cache_match(script, ip, pr)) { in script_lookup()
[all …]
/Linux-v5.4/scripts/coccinelle/null/
Dbadzero.cocci70 @script:python depends on org@
76 @script:python depends on report@
93 @script:ocaml depends on s@
113 @script:ocaml@
168 @script:python depends on org@
174 @script:python depends on org@
180 @script:python depends on report@
186 @script:python depends on report@
229 @script:python depends on org@
235 @script:python depends on report@
/Linux-v5.4/drivers/gpu/drm/nouveau/nvkm/subdev/bios/
Ddp.c107 info->script[0] = nvbios_rd16(bios, data + 0x06); in nvbios_dpout_parse()
108 info->script[1] = nvbios_rd16(bios, data + 0x08); in nvbios_dpout_parse()
112 info->script[2] = nvbios_rd16(bios, data + 0x0c); in nvbios_dpout_parse()
113 info->script[3] = nvbios_rd16(bios, data + 0x0e); in nvbios_dpout_parse()
116 info->script[4] = nvbios_rd16(bios, data + 0x10); in nvbios_dpout_parse()
122 info->script[0] = nvbios_rd16(bios, data + 0x05); in nvbios_dpout_parse()
123 info->script[1] = nvbios_rd16(bios, data + 0x07); in nvbios_dpout_parse()
125 info->script[2] = nvbios_rd16(bios, data + 0x0b); in nvbios_dpout_parse()
126 info->script[3] = nvbios_rd16(bios, data + 0x0d); in nvbios_dpout_parse()
127 info->script[4] = nvbios_rd16(bios, data + 0x0f); in nvbios_dpout_parse()
/Linux-v5.4/scripts/coccinelle/misc/
Dboolinit.cocci149 @script:python depends on org@
155 @script:python depends on org@
161 @script:python depends on org@
167 @script:python depends on org@
173 @script:python depends on report@
179 @script:python depends on report@
185 @script:python depends on report@
191 @script:python depends on report@
Dwarn.cocci31 @script:python depends on org@
37 @script:python depends on report@
80 @script:python depends on org@
86 @script:python depends on report@
Dsemicolon.cocci59 @script:python@
71 @script:python depends on report@
81 @script:python depends on org@
/Linux-v5.4/scripts/coccinelle/api/alloc/
Dzalloc-simple.cocci146 @script:python depends on org@
155 @script:python depends on report@
176 @script:python depends on org@
185 @script:python depends on report@
206 @script:python depends on org@
215 @script:python depends on report@
236 @script:python depends on org@
245 @script:python depends on report@
266 @script:python depends on org@
275 @script:python depends on report@
[all …]
/Linux-v5.4/scripts/coccinelle/api/
Dptr_ret.cocci62 @script:python depends on org@
69 @script:python depends on org@
75 @script:python depends on org@
81 @script:python depends on report@
87 @script:python depends on report@
93 @script:python depends on report@
Dplatform_no_drv_owner.cocci123 @script:python fix1_org depends on org@
130 @script:python fix1_i2c_org depends on org@
137 @script:python fix2_org depends on org@
144 @script:python fix2_i2c_org depends on org@
153 @script:python fix1_report depends on report@
160 @script:python fix1_i2c_report depends on report@
167 @script:python fix2_report depends on report@
174 @script:python fix2_i2c_report depends on report@
Dresource_size.cocci62 @script:python depends on org@
71 @script:python depends on report@
79 @script:python depends on org@
88 @script:python depends on report@
Datomic_as_refcounter.cocci54 @script:python depends on report@
87 @script:python depends on report@
107 @script:python depends on report@
126 @script:python depends on report@
/Linux-v5.4/tools/testing/selftests/rcutorture/bin/
Dkvm.sh291 cat << ___EOF___ > $T/script
448 }' >> $T/script
450 cat << ___EOF___ >> $T/script
458 if test "$dryrun" = script
460 cat $T/script
465 egrep 'Start batch|Starting build\.' $T/script |
471 sh $T/script
Dconfig_override.sh46 }' > $T/script
47 sh $T/script < $base
/Linux-v5.4/Documentation/admin-guide/aoe/
Dexamples.rst7 Example of udev install rules script
13 Example script to get status
19 Example of AoE autoload script
/Linux-v5.4/drivers/media/usb/dvb-usb/
Daf9005-fe.c961 scriptlen = sizeof(script) / sizeof(RegDesc); in af9005_fe_init()
964 af9005_write_register_bits(state->d, script[i].reg, in af9005_fe_init()
965 script[i].pos, in af9005_fe_init()
966 script[i].len, script[i].val))) in af9005_fe_init()
969 if (script[i].reg == 0xae18) in af9005_fe_init()
970 temp2 = script[i].val; in af9005_fe_init()
971 if (script[i].reg == 0xae19) in af9005_fe_init()
972 temp1 = script[i].val; in af9005_fe_init()
973 if (script[i].reg == 0xae1a) in af9005_fe_init()
974 temp0 = script[i].val; in af9005_fe_init()
[all …]
/Linux-v5.4/scripts/package/
Dbuilddeb148 for script in postinst postrm preinst prerm ; do
149 mkdir -p "$tmpdir$debhookdir/$script.d"
150 cat <<EOF > "$tmpdir/DEBIAN/$script"
161 test -d $debhookdir/$script.d && run-parts --arg="$version" --arg="/$installed_image_path" $debhook…
164 chmod 755 "$tmpdir/DEBIAN/$script"
/Linux-v5.4/Documentation/target/
Dscripts.rst1 TCM mod builder script
7 Target export device script
/Linux-v5.4/Documentation/media/dvb-drivers/
Dudev.rst33 1. Unfortunately, you'll need a helper script to transform the kernel
35 The script should be called "dvb.sh" and should be placed into a script
45 Don't forget to make the script executable with "chmod".
62 the helper script /etc/udev/scripts/dvb.sh is invoked, which will then
/Linux-v5.4/drivers/staging/unisys/Documentation/ABI/
Dsysfs-platform-visorchipset57 Description: This entry is used by a Unisys support script installed on the
58 guest, and triggered by a udev event. The support script is
65 the script will disable the device. When the PF is recovered,
76 Description: This entry is used by a Unisys support script installed on the
77 guest, and triggered by a udev event. The support script is
84 the script will disable the device. When the PF is recovered,

12345678910>>...14