Home
last modified time | relevance | path

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

123456789

/linux-3.4.99/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 …]
Dperf-sched.txt11 'perf sched' {record|latency|map|replay|script}
23 'perf sched script' to see a detailed trace of the workload that
24 was recorded (aliased to 'perf script' for now).
/linux-3.4.99/drivers/scsi/
D53c700.h216 __u32 *script; /* pointer to script location */ member
423 #define script_patch_32(dev, script, symbol, value) \ argument
427 __u32 val = bS_to_cpu((script)[A_##symbol##_used[i]]) + value; \
428 (script)[A_##symbol##_used[i]] = bS_to_host(val); \
429 dma_cache_sync((dev), &(script)[A_##symbol##_used[i]], 4, DMA_TO_DEVICE); \
435 #define script_patch_32_abs(dev, script, symbol, value) \ argument
439 (script)[A_##symbol##_used[i]] = bS_to_host(value); \
440 dma_cache_sync((dev), &(script)[A_##symbol##_used[i]], 4, DMA_TO_DEVICE); \
447 #define script_patch_ID(dev, script, symbol, value) \ argument
451 __u32 val = bS_to_cpu((script)[A_##symbol##_used[i]]); \
[all …]
D53c700.c292 __u32 *script; in NCR_700_detect() local
307 script = (__u32 *)memory; in NCR_700_detect()
353 script[j] = bS_to_host(SCRIPT[j]); in NCR_700_detect()
357 script[LABELPATCHES[j]] = bS_to_host(pScript + SCRIPT[LABELPATCHES[j]]); in NCR_700_detect()
359 script_patch_32(hostdata->dev, script, MessageLocation, in NCR_700_detect()
361 script_patch_32(hostdata->dev, script, StatusAddress, in NCR_700_detect()
363 script_patch_32(hostdata->dev, script, ReceiveMsgAddress, in NCR_700_detect()
366 hostdata->script = script; in NCR_700_detect()
416 hostdata->script, hostdata->pScript); in NCR_700_release()
830 script_patch_16(hostdata->dev, hostdata->script, in process_extended_message()
[all …]
/linux-3.4.99/arch/ia64/kernel/
Dunwind.c137 } script; member
1213 cache_match (struct unw_script *script, unsigned long ip, unsigned long pr) in cache_match() argument
1215 read_lock(&script->lock); in cache_match()
1216 if (ip == script->ip && ((pr ^ script->pr_val) & script->pr_mask) == 0) in cache_match()
1219 read_unlock(&script->lock); in cache_match()
1226 struct unw_script *script = unw.cache + info->hint; in script_lookup() local
1238 if (cache_match(script, ip, pr)) { in script_lookup()
1240 return script; in script_lookup()
1247 script = unw.cache + index; in script_lookup()
1249 if (cache_match(script, ip, pr)) { in script_lookup()
[all …]
/linux-3.4.99/scripts/coccinelle/misc/
Dboolinit.cocci132 @script:python depends on org@
138 @script:python depends on org@
144 @script:python depends on org@
150 @script:python depends on org@
156 @script:python depends on report@
162 @script:python depends on report@
168 @script:python depends on report@
174 @script:python depends on report@
Dcstptr.cocci27 @script:python depends on org@
35 @script:python depends on report@
/linux-3.4.99/scripts/coccinelle/null/
Dbadzero.cocci68 @script:python depends on org@
74 @script:python depends on report@
91 @script:ocaml depends on s@
111 @script:ocaml@
166 @script:python depends on org@
172 @script:python depends on org@
178 @script:python depends on report@
184 @script:python depends on report@
227 @script:python depends on org@
233 @script:python depends on report@
/linux-3.4.99/drivers/gpu/drm/nouveau/
Dnv50_display.c561 u32 script = 0, or; in nv50_display_script_select() local
576 script = (mc >> 8) & 0xf; in nv50_display_script_select()
579 script |= 0x0100; in nv50_display_script_select()
581 script |= 0x0200; in nv50_display_script_select()
588 script |= 0x0100; in nv50_display_script_select()
591 script |= 0x0100; in nv50_display_script_select()
595 if (script & 0x0100) { in nv50_display_script_select()
597 script |= 0x0200; in nv50_display_script_select()
600 script |= 0x0200; in nv50_display_script_select()
606 script |= 0x0200; in nv50_display_script_select()
[all …]
Dnouveau_dp.c364 u16 script = 0x0000; in dp_set_downspread() local
368 if (enable) script = ROM16(entry[12]); in dp_set_downspread()
369 else script = ROM16(entry[14]); in dp_set_downspread()
372 if (enable) script = ROM16(entry[11]); in dp_set_downspread()
373 else script = ROM16(entry[13]); in dp_set_downspread()
377 nouveau_bios_run_init_table(dev, script, dp->dcb, dp->crtc); in dp_set_downspread()
383 u16 script = 0x0000; in dp_link_train_init() local
387 script = ROM16(entry[6]); in dp_link_train_init()
390 script = ROM16(entry[5]); in dp_link_train_init()
393 nouveau_bios_run_init_table(dev, script, dp->dcb, dp->crtc); in dp_link_train_init()
[all …]
/linux-3.4.99/scripts/coccinelle/api/
Dptr_ret.cocci47 @script:python depends on org@
54 @script:python depends on org@
60 @script:python depends on report@
66 @script:python depends on report@
Dresource_size.cocci61 @script:python depends on org@
70 @script:python depends on report@
78 @script:python depends on org@
87 @script:python depends on report@
Dkstrdup.cocci74 @script:python depends on org@
82 @script:python depends on org@
90 @script:python depends on report@
98 @script:python depends on report@
/linux-3.4.99/scripts/package/
Dbuilddeb142 for script in postinst postrm preinst prerm ; do
143 mkdir -p "$tmpdir$debhookdir/$script.d"
144 cat <<EOF > "$tmpdir/DEBIAN/$script"
152 test -d $debhookdir/$script.d && run-parts --arg="$version" $debhookdir/$script.d
155 chmod 755 "$tmpdir/DEBIAN/$script"
/linux-3.4.99/Documentation/dvb/
Dudev.txt18 1. Unfortunately, you'll need a helper script to transform the kernel
20 The script should be called "dvb.sh" and should be placed into a script
29 Don't forget to make the script executable with "chmod".
45 the helper script /etc/udev/scripts/dvb.sh is invoked, which will then
/linux-3.4.99/drivers/media/dvb/dvb-usb/
Daf9005-fe.c973 scriptlen = sizeof(script) / sizeof(RegDesc); in af9005_fe_init()
976 af9005_write_register_bits(state->d, script[i].reg, in af9005_fe_init()
977 script[i].pos, in af9005_fe_init()
978 script[i].len, script[i].val))) in af9005_fe_init()
981 if (script[i].reg == 0xae18) in af9005_fe_init()
982 temp2 = script[i].val; in af9005_fe_init()
983 if (script[i].reg == 0xae19) in af9005_fe_init()
984 temp1 = script[i].val; in af9005_fe_init()
985 if (script[i].reg == 0xae1a) in af9005_fe_init()
986 temp0 = script[i].val; in af9005_fe_init()
[all …]
/linux-3.4.99/drivers/mfd/
Dtwl4030-power.c161 static int __devinit twl4030_write_script(u8 address, struct twl4030_ins *script, in twl4030_write_script() argument
166 for (; len; len--, address++, script++) { in twl4030_write_script()
169 script->pmb_message, in twl4030_write_script()
170 script->delay, in twl4030_write_script()
176 script->pmb_message, in twl4030_write_script()
177 script->delay, in twl4030_write_script()
431 err = twl4030_write_script(address, tscript->script, tscript->size); in load_twl4030_script()
/linux-3.4.99/Documentation/devicetree/bindings/dma/
Dfsl-imx-sdma.txt7 - fsl,sdma-ram-script-name : Should contain the full path of SDMA RAM
16 fsl,sdma-ram-script-name = "sdma-imx51.bin";
/linux-3.4.99/scripts/coccinelle/tests/
Ddoubletest.cocci30 @script:python depends on org@
36 @script:python depends on report@
/linux-3.4.99/tools/perf/util/scripting-engines/
Dtrace-event-python.c364 static int python_start_script(const char *script, int argc, const char **argv) in python_start_script() argument
372 command_line[0] = script; in python_start_script()
382 fp = fopen(script, "r"); in python_start_script()
384 sprintf(buf, "Can't open python script \"%s\"", script); in python_start_script()
390 err = PyRun_SimpleFile(fp, script); in python_start_script()
392 fprintf(stderr, "Error running python script %s\n", script); in python_start_script()
398 fprintf(stderr, "Error starting python script %s\n", script); in python_start_script()
/linux-3.4.99/tools/perf/util/
Dtrace-event-scripting.c55 static int python_start_script_unsupported(const char *script __unused, in python_start_script_unsupported()
116 static int perl_start_script_unsupported(const char *script __unused, in perl_start_script_unsupported()
/linux-3.4.99/drivers/net/wireless/iwlegacy/
DKconfig28 look in the hotplug script /etc/hotplug/firmware.agent to
29 determine which directory FIRMWARE_DIR is set to when the script
54 look in the hotplug script /etc/hotplug/firmware.agent to
55 determine which directory FIRMWARE_DIR is set to when the script
/linux-3.4.99/drivers/staging/usbip/userspace/
DINSTALL18 The `configure' shell script attempts to guess correct values for
22 definitions. Finally, it creates a shell script `config.status' that
77 `configure' script does not know about. Run `./configure --help' for
95 the `configure' script. `configure' automatically checks for the
175 can create a site shell script called `config.site' that gives default
179 `CONFIG_SITE' environment variable to the location of the site script.
180 A warning: not all `configure' scripts look for a site script.
185 Variables not defined in a site shell script can be set in the
194 overridden in the site shell script).
213 script, and exit.

123456789