Home
last modified time | relevance | path

Searched refs:script (Results 1 – 200 of 274) sorted by relevance

12

/linux-4.1.27/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).
Dperf-lock.txt11 'perf lock' {record|report|script|info}
25 'perf lock script' shows raw lock events.
Dperf-trace.txt164 linkperf:perf-record[1], linkperf:perf-script[1]
/linux-4.1.27/tools/perf/ui/browsers/
Dscripts.c118 struct perf_script_browser script = { in script_browse() local
127 INIT_LIST_HEAD(&script.entries); in script_browse()
163 list_add_tail(&sline->node, &script.entries); in script_browse()
165 if (script.b.width < retlen) in script_browse()
166 script.b.width = retlen; in script_browse()
173 if (script.b.width > AVERAGE_LINE_LEN) in script_browse()
174 script.b.width = AVERAGE_LINE_LEN; in script_browse()
179 script.nr_lines = nr_entries; in script_browse()
180 script.b.nr_entries = nr_entries; in script_browse()
181 script.b.entries = &script.entries; in script_browse()
[all …]
/linux-4.1.27/scripts/coccinelle/misc/
Dsimple_return.cocci83 @script:python depends on org@
93 @script:python depends on org@
103 @script:python depends on org@
110 @script:python depends on org@
117 @script:python depends on org@
123 @script:python depends on org@
131 @script:python depends on report@
141 @script:python depends on report@
152 @script:python depends on report@
160 @script:python depends on report@
[all …]
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@
Dwarn.cocci30 @script:python depends on org@
36 @script:python depends on report@
79 @script:python depends on org@
85 @script:python depends on report@
Dsemicolon.cocci58 @script:python@
70 @script:python depends on report@
80 @script:python depends on org@
Difaddr.cocci24 @script:python depends on org@
30 @script:python depends on report@
Dof_table.cocci49 @script:python depends on org@
56 @script:python depends on report@
Dcstptr.cocci27 @script:python depends on org@
35 @script:python depends on report@
Dorplus.cocci44 @script:python depends on org@
50 @script:python depends on report@
Dnoderef.cocci54 @script:python depends on org@
60 @script:python depends on report@
Dbugon.cocci50 @script:python depends on org@
56 @script:python depends on report@
Dirqf_oneshot.cocci79 @script:python depends on org@
85 @script:python depends on report@
Dreturnvar.cocci51 @script:python depends on report@
59 @script:python depends on org@
Darray_size.cocci75 @script:python depends on i&&org@
81 @script:python depends on i&&report@
Dbadty.cocci64 @script:python depends on org@
70 @script:python depends on report@
Difcol.cocci32 @script:python depends on org@
41 @script:python depends on report@
Ddoubleinit.cocci32 @script:python depends on org@
44 @script:python depends on report@
Dboolreturn.cocci52 @script:python depends on report@
/linux-4.1.27/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.c291 __u32 *script; in NCR_700_detect() local
306 script = (__u32 *)memory; in NCR_700_detect()
352 script[j] = bS_to_host(SCRIPT[j]); in NCR_700_detect()
356 script[LABELPATCHES[j]] = bS_to_host(pScript + SCRIPT[LABELPATCHES[j]]); in NCR_700_detect()
358 script_patch_32(hostdata->dev, script, MessageLocation, in NCR_700_detect()
360 script_patch_32(hostdata->dev, script, StatusAddress, in NCR_700_detect()
362 script_patch_32(hostdata->dev, script, ReceiveMsgAddress, in NCR_700_detect()
365 hostdata->script = script; in NCR_700_detect()
415 hostdata->script, hostdata->pScript); in NCR_700_release()
824 script_patch_16(hostdata->dev, hostdata->script, in process_extended_message()
[all …]
D53c700.scr22 ; This script is designed to be modified for the particular command in
34 ; SG components is preceded by a script fragment which moves the
36 ; SG segment jumps back to . However, this address is the first SG script
68 ; Combinations, since the script assembler can't process |
119 ; SCSI Messages we interpret in the script
136 ; This is where the script begins
D53c700_d.h_shipped25 ; This script is designed to be modified for the particular command in
37 ; SG components is preceded by a script fragment which moves the
39 ; SG segment jumps back to . However, this address is the first SG script
71 ; Combinations, since the script assembler can't process |
122 ; SCSI Messages we interpret in the script
139 ; This is where the script begins
Dncr53c8xx.c1130 struct script;
1672 struct script *script0; /* Copies of script and scripth */
1761 #define NCB_SCRIPT_PHYS(np,lbl) (np->p_script + offsetof (struct script, lbl))
1806 struct script { struct
1942 static void ncr_script_fill (struct script * scr, struct scripth * scripth);
1999 #define PADDR(label) (RELOC_LABEL | offsetof(struct script, label))
2019 static struct script script0 __initdata = {
3380 SCR_COPY (sizeof (struct script)),
3445 void __init ncr_script_fill (struct script * scr, struct scripth * scrh) in ncr_script_fill()
4798 m_free_dma(np->script0, sizeof(struct script), "SCRIPT"); in ncr_detach()
[all …]
/linux-4.1.27/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-4.1.27/drivers/gpu/drm/nouveau/nvkm/subdev/bios/
Ddp.c100 info->script[0] = nv_ro16(bios, data + 0x06); in nvbios_dpout_parse()
101 info->script[1] = nv_ro16(bios, data + 0x08); in nvbios_dpout_parse()
104 info->script[2] = nv_ro16(bios, data + 0x0c); in nvbios_dpout_parse()
105 info->script[3] = nv_ro16(bios, data + 0x0e); in nvbios_dpout_parse()
108 info->script[4] = nv_ro16(bios, data + 0x10); in nvbios_dpout_parse()
113 info->script[0] = nv_ro16(bios, data + 0x05); in nvbios_dpout_parse()
114 info->script[1] = nv_ro16(bios, data + 0x07); in nvbios_dpout_parse()
116 info->script[2] = nv_ro16(bios, data + 0x0b); in nvbios_dpout_parse()
117 info->script[3] = nv_ro16(bios, data + 0x0d); in nvbios_dpout_parse()
118 info->script[4] = nv_ro16(bios, data + 0x0f); in nvbios_dpout_parse()
Ddisp.c105 info->script[0] = nv_ro16(bios, data + 0x06); in nvbios_outp_parse()
106 info->script[1] = nv_ro16(bios, data + 0x08); in nvbios_outp_parse()
107 info->script[2] = 0x0000; in nvbios_outp_parse()
109 info->script[2] = nv_ro16(bios, data + 0x0a); in nvbios_outp_parse()
Dperf.c138 info->script = nv_ro16(bios, perf + 0x02); in nvbios_perfEp()
/linux-4.1.27/scripts/coccinelle/null/
Dbadzero.cocci69 @script:python depends on org@
75 @script:python depends on report@
92 @script:ocaml depends on s@
112 @script:ocaml@
167 @script:python depends on org@
173 @script:python depends on org@
179 @script:python depends on report@
185 @script:python depends on report@
228 @script:python depends on org@
234 @script:python depends on report@
Deno.cocci34 @script:python depends on org@
42 @script:python depends on report@
Dderef_null.cocci91 @script:python depends on !context && !org && report@
101 @script:python depends on !context && org && !report@
151 @script:python depends on !context && !org && report@
160 @script:python depends on !context && org && !report@
Dkmerr.cocci58 @script:python depends on org@
66 @script:python depends on report@
/linux-4.1.27/scripts/coccinelle/api/
Dptr_ret.cocci61 @script:python depends on org@
68 @script:python depends on org@
74 @script:python depends on org@
80 @script:python depends on report@
86 @script:python depends on report@
92 @script:python depends on report@
Dplatform_no_drv_owner.cocci77 @script:python fix1_org depends on org@
84 @script:python fix2_org depends on org@
93 @script:python fix1_report depends on report@
100 @script:python fix2_report 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@
Derr_cast.cocci41 @script:python depends on org@
50 @script:python depends on report@
Dmemdup_user.cocci50 @script:python depends on org@
56 @script:python depends on report@
Dpm_runtime.cocci93 @script:python depends on org@
102 @script:python depends on report@
Dd_find_alias.cocci56 @script:python depends on org@
75 @script:python depends on report@
Dmemdup.cocci56 @script:python depends on org@
62 @script:python depends on report@
Dsimple_open.cocci65 @script:python@
/linux-4.1.27/tools/testing/selftests/rcutorture/bin/
Dkvm.sh244 cat << ___EOF___ > $T/script
380 }' >> $T/script
382 cat << ___EOF___ >> $T/script
390 if test "$dryrun" = script
392 cat $T/script
397 egrep 'Start batch|Starting build\.' $T/script |
403 sh $T/script
/linux-4.1.27/tools/perf/
Dbuiltin-script.c492 static int default_start_script(const char *script __maybe_unused, in default_start_script()
622 struct perf_script *script = container_of(tool, struct perf_script, tool); in process_comm_event() local
623 struct perf_session *session = script->session; in process_comm_event()
656 struct perf_script *script = container_of(tool, struct perf_script, tool); in process_fork_event() local
657 struct perf_session *session = script->session; in process_fork_event()
686 struct perf_script *script = container_of(tool, struct perf_script, tool); in process_exit_event() local
687 struct perf_session *session = script->session; in process_exit_event()
717 struct perf_script *script = container_of(tool, struct perf_script, tool); in process_mmap_event() local
718 struct perf_session *session = script->session; in process_mmap_event()
748 struct perf_script *script = container_of(tool, struct perf_script, tool); in process_mmap2_event() local
[all …]
Dcommand-list.txt23 perf-script mainporcelain common
DBuild15 perf-y += builtin-script.o
Dperf-completion.sh169 |data|help|script|test|timechart|trace) ]]; then
/linux-4.1.27/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
Dreadme.txt45 script to download and extract firmware for those devices
/linux-4.1.27/drivers/media/usb/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 …]
Daf9005-script.h17 static RegDesc script[] = { variable
/linux-4.1.27/drivers/staging/unisys/Documentation/ABI/
Dsysfs-platform-visorchipset69 Description: This entry is used by a Unisys support script installed on the
70 guest, and triggered by a udev event. The support script is
77 the script will disable the device. When the PF is recovered,
88 Description: This entry is used by a Unisys support script installed on the
89 guest, and triggered by a udev event. The support script is
96 the script will disable the device. When the PF is recovered,
/linux-4.1.27/tools/testing/selftests/exec/
DMakefile3 DEPS = execveat.symlink execveat.denatured script subdir
8 script: target
D.gitignore2 script*
Dexecveat.c364 const char *script = "#!/bin/sh\nexit $*\n"; in prerequisites() local
373 write(fd, script, strlen(script)); in prerequisites()
/linux-4.1.27/scripts/
Dgcc-ld17 --script|--defsym|-init|-Map|--oformat|-rpath|\
19 --version-script|--dynamic-list|--version-exports-symbol|--wrap|-m)
Dmodule-common.lds2 * Common module linker script, always used when linking a module.
/linux-4.1.27/drivers/mfd/
Dtwl4030-power.c220 static int twl4030_write_script(u8 address, struct twl4030_ins *script, in twl4030_write_script() argument
225 for (; len; len--, address++, script++) { in twl4030_write_script()
228 script->pmb_message, in twl4030_write_script()
229 script->delay, in twl4030_write_script()
235 script->pmb_message, in twl4030_write_script()
236 script->delay, in twl4030_write_script()
474 err = twl4030_write_script(address, tscript->script, tscript->size); in load_twl4030_script()
708 .script = omap3_wrst_seq,
738 .script = omap3_idle_sleep_on_seq,
749 .script = omap3_idle_wakeup_p12_seq,
[all …]
/linux-4.1.27/scripts/coccinelle/free/
Dkfreeaddr.cocci21 @script:python depends on org@
27 @script:python depends on report@
Difnullfree.cocci42 @script:python depends on org@
48 @script:python depends on report@
Dpci_free_consistent.cocci37 @script:python depends on report@
45 @script:python depends on org@
Diounmap.cocci50 @script:python depends on org@
60 @script:python depends on report@
Dclk_put.cocci50 @script:python depends on org@
60 @script:python depends on report@
Ddevm_free.cocci58 @script:python depends on org@
65 @script:python depends on report@
Dkfree.cocci107 @script:python depends on org@
115 @script:python depends on report@
/linux-4.1.27/scripts/coccinelle/tests/
Ddoubletest.cocci30 @script:python depends on org@
36 @script:python depends on report@
Ddoublebitand.cocci44 @script:python depends on org@
50 @script:python depends on report@
Dodd_ptr_err.cocci51 @script:python depends on org@
59 @script:python depends on report@
/linux-4.1.27/scripts/package/
Dbuilddeb184 for script in postinst postrm preinst prerm ; do
185 mkdir -p "$tmpdir$debhookdir/$script.d"
186 cat <<EOF > "$tmpdir/DEBIAN/$script"
197 test -d $debhookdir/$script.d && run-parts --arg="$version" --arg="/$installed_image_path" $debhook…
200 chmod 755 "$tmpdir/DEBIAN/$script"
/linux-4.1.27/Documentation/devicetree/bindings/dma/
Dfsl-imx-sdma.txt12 correct ROM script addresses needed for the driver to work without additional
19 - fsl,sdma-ram-script-name : Should contain the full path of SDMA RAM
68 fsl,sdma-ram-script-name = "sdma-imx51.bin";
/linux-4.1.27/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-4.1.27/arch/m68k/kernel/
Dvmlinux-nommu.lds2 * vmlinux.lds.S -- master linker script for m68knommu arch
6 * This linker script is equipped to build either ROM loaded or RAM
Dvmlinux-sun3.lds1 /* ld script to make m68k Linux kernel */
Dvmlinux-std.lds1 /* ld script to make m68k Linux kernel */
/linux-4.1.27/tools/perf/util/
Dtrace-event-scripting.c59 static int python_start_script_unsupported(const char *script __maybe_unused, in python_start_script_unsupported()
124 static int perl_start_script_unsupported(const char *script __maybe_unused, in perl_start_script_unsupported()
Dtrace-event.h69 int (*start_script) (const char *script, int argc, const char **argv);
/linux-4.1.27/tools/usb/usbip/
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.
Dconfigure.ac1 dnl Process this file with autoconf to produce a configure script.
/linux-4.1.27/Documentation/powerpc/
Dbootwrapper.txt20 it uses the wrapper script (arch/powerpc/boot/wrapper) to generate target
56 can be overridden by the wrapper script.
76 added as part of the wrapper script and is keyed on
82 script for 'virtex405' and see the file
130 script' (found in arch/powerpc/boot/wrapper) is called by the Makefile and
132 The arguments are well documented in the script's comment block, so they
133 are not repeated here. However, it is worth mentioning that the script
136 middle of the script. This is also the place where platform specific fixups
/linux-4.1.27/scripts/coccinelle/api/alloc/
Dalloc_cast.cocci57 @script:python depends on org@
64 @script:python depends on report@
Dkzalloc-simple.cocci71 @script:python depends on org@
80 @script:python depends on report@
/linux-4.1.27/Documentation/target/
Dtcm_mod_builder.txt1 >>>>>>>>>> The TCM v4 fabric module script generator <<<<<<<<<<
6 script to generate a brand new functional TCM v4 fabric .ko module of your very own,
13 This script will create a new drivers/target/$TCM_NEW_MOD/, and will do the following
28 $FABRIC_MOD_name' parameters, and actually running the script looks like:
55 At the end of tcm_mod_builder.py. the script will ask to add the following
/linux-4.1.27/scripts/coccinelle/locks/
Dflags.cocci66 @script:python depends on d && org@
74 @script:python depends on d && report@
Ddouble_lock.cocci76 @script:python depends on org@
85 @script:python depends on report@
Dmini_lock.cocci78 @script:python depends on org@
88 @script:python depends on report@
Dcall_kern.cocci86 @script:python depends on !patch && org@
97 @script:python depends on !patch && report@
/linux-4.1.27/scripts/coccinelle/iterators/
Dlist_entry_update.cocci48 @script:python depends on back && org@
56 @script:python depends on back && report@
Ditnull.cocci80 @script:python depends on org@
88 @script:python depends on report@
Dfen.cocci109 @script:python depends on org@
117 @script:python depends on report@
Duse_after_iter.cocci133 @script:python depends on org@
141 @script:python depends on report@
/linux-4.1.27/Documentation/
Dinit.txt31 In case you tried loading a non-binary file here (shell script?),
32 you should make sure that the script specifies an interpreter in its shebang
35 non-script binary such as /bin/sh and confirm its successful execution.
Dassoc_array.txt10 - Edit script.
91 The insertion and deletion functions produce an 'edit script' that can later be
95 script is applied.
98 script has been applied so that they can be freed later. The freeing is done
102 The script appears as outside of the API as a pointer of the type:
106 There are two functions for dealing with the script:
108 (1) Apply an edit script.
113 to permit accesses under the RCU read lock to continue. The edit script
117 (2) Cancel an edit script.
121 This frees the edit script and all preallocated memory immediately. If
[all …]
Dcoccinelle.txt182 will execute the following part of the SmPL script.
192 @script:python depends on report@
220 will execute the following part of the SmPL script.
264 will execute the following part of the SmPL script.
299 will execute the following part of the SmPL script.
309 @script:python depends on org@
Dmono.txt33 3) Add the following entries to /etc/rc.local or similar script
60 wrapper script, simply by launching the .exe file directly
Dgcov.txt11 Appendix A: sample script: gather_on_build.sh
12 Appendix B: sample script: gather_on_test.sh
205 Sample script to gather coverage meta files on the build machine
235 Sample script to gather coverage data files on the test machine
Djava.txt48 For the compiled Java programs you need a wrapper script like the
50 handling), again fix the path names, both in the script and in the
53 You, too, need the little program after the script. Compile like
Dkernel-doc-nano-HOWTO.txt17 a few simple conventions. The scripts/kernel-doc perl script, some
121 This is a perl script that hunts for the block comments and can mark
/linux-4.1.27/drivers/gpu/drm/nouveau/
Dnouveau_bios.c109 …cturer_script(struct drm_device *dev, struct dcb_output *dcbent, int head, enum LVDS_script script) in call_lvds_manufacturer_script() argument
113 …uint8_t sub = bios->data[bios->fp.xlated_entry + script] + (bios->fp.link_c_increment && dcbent->o… in call_lvds_manufacturer_script()
121 if (script == LVDS_PANEL_OFF) { in call_lvds_manufacturer_script()
127 if (script == LVDS_RESET && in call_lvds_manufacturer_script()
136 …le(struct drm_device *dev, struct dcb_output *dcbent, int head, enum LVDS_script script, int pxclk) in run_lvds_table() argument
158 switch (script) { in run_lvds_table()
209 …pt(struct drm_device *dev, struct dcb_output *dcbent, int head, enum LVDS_script script, int pxclk) in call_lvds_script() argument
224 if (bios->fp.last_script_invoc == (script << 1 | head) || !lvds_ver || in call_lvds_script()
225 (lvds_ver >= 0x30 && script == LVDS_INIT)) in call_lvds_script()
233 if (script == LVDS_PANEL_ON && bios->fp.reset_after_pclk_change) in call_lvds_script()
[all …]
Dnv50_display.c1954 lvds.lvds.script |= 0x0100; in nv50_sor_mode_set()
1956 lvds.lvds.script |= 0x0200; in nv50_sor_mode_set()
1960 lvds.lvds.script |= 0x0100; in nv50_sor_mode_set()
1963 lvds.lvds.script |= 0x0100; in nv50_sor_mode_set()
1966 if (lvds.lvds.script & 0x0100) { in nv50_sor_mode_set()
1968 lvds.lvds.script |= 0x0200; in nv50_sor_mode_set()
1971 lvds.lvds.script |= 0x0200; in nv50_sor_mode_set()
1975 lvds.lvds.script |= 0x0200; in nv50_sor_mode_set()
/linux-4.1.27/tools/perf/scripts/python/bin/
Dnet_dropmonitor-report4 perf script -s "$PERF_EXEC_PATH"/scripts/python/net_dropmonitor.py $@
Dnetdev-times-report5 perf script -s "$PERF_EXEC_PATH"/scripts/python/netdev-times.py $@
Devent_analyzing_sample-report3 perf script $@ -s "$PERF_EXEC_PATH"/scripts/python/event_analyzing_sample.py
Dsched-migration-report3 perf script $@ -s "$PERF_EXEC_PATH"/scripts/python/sched-migration.py
Dfutex-contention-report4 perf script $@ -s "$PERF_EXEC_PATH"/scripts/python/futex-contention.py
Dsyscall-counts-report10 perf script $@ -s "$PERF_EXEC_PATH"/scripts/python/syscall-counts.py $comm
Dsyscall-counts-by-pid-report10 perf script $@ -s "$PERF_EXEC_PATH"/scripts/python/syscall-counts-by-pid.py $comm
Dfailed-syscalls-by-pid-report10 perf script $@ -s "$PERF_EXEC_PATH"/scripts/python/failed-syscalls-by-pid.py $comm
Dsctop-report24 perf script $@ -s "$PERF_EXEC_PATH"/scripts/python/sctop.py $comm $interval
Dexport-to-postgresql-report29 perf script $@ -s "$PERF_EXEC_PATH"/scripts/python/export-to-postgresql.py $dbname $columns $calls
/linux-4.1.27/tools/perf/scripts/perl/bin/
Dwakeup-latency-report3 perf script $@ -s "$PERF_EXEC_PATH"/scripts/perl/wakeup-latency.pl
Drw-by-pid-report3 perf script $@ -s "$PERF_EXEC_PATH"/scripts/perl/rw-by-pid.pl
Drw-by-file-report10 perf script $@ -s "$PERF_EXEC_PATH"/scripts/perl/rw-by-file.pl $comm
Dfailed-syscalls-report10 perf script $@ -s "$PERF_EXEC_PATH"/scripts/perl/failed-syscalls.pl $comm
Drwtop-report20 perf script $@ -s "$PERF_EXEC_PATH"/scripts/perl/rwtop.pl $interval
/linux-4.1.27/Documentation/aoe/
Daoe.txt31 There is a udev-install.sh script that shows how to install these
34 There is also an autoload script that shows how to edit
79 There is a script in this directory that formats this information in
112 interfaces. The aoetools package provides an aoe-discover script
143 aoe-mkshelf script in the aoetools.
/linux-4.1.27/drivers/gpu/drm/nouveau/nvkm/engine/disp/
Ddport.c275 init.offset = outp->info.script[2]; in dp_link_train_init()
277 init.offset = outp->info.script[3]; in dp_link_train_init()
281 init.offset = outp->info.script[0]; in dp_link_train_init()
300 init.offset = outp->info.script[1], in dp_link_train_fini()
Dnv50.c1062 args->v0.version, args->v0.script); in nv50_disp_main_mthd()
1063 priv->sor.lvdsconf = args->v0.script; in nv50_disp_main_mthd()
1486 .offset = info.script[id], in exec_script()
1617 .offset = outpdp->info.script[4], in nv50_disp_intr_unk20_0()
/linux-4.1.27/Documentation/filesystems/nfs/
Dfault_injection.txt62 tools/nfs/inject_faults.sh script
64 This script has been created to ease the fault injection process. This script
Dpnfs.txt76 driver makes up-calles to a user-mode script called *osd_login*
78 The path_name of the script to use is by default:
90 The API to the login script is as follows:
Dnfs.txt78 (2) If no valid entry exists, the helper script '/sbin/nfs_cache_getent'
84 (3) After looking up the corresponding ip address, the helper script
94 script, and <ttl> is the 'time to live' of this cache entry (in
/linux-4.1.27/scripts/kconfig/lxdialog/
DBIG.FAT.WARNING3 kernel configuration script. Please do not bother Savio Lam with
/linux-4.1.27/arch/unicore32/
D.gitignore6 # Generated ld script file
/linux-4.1.27/Documentation/networking/
DREADME.sb100096 You may also wish to modify the firewall script to implement a different
99 9.) Start the PPP connection via the script /etc/ppp/ppp@gi-on. You must be
132 to a default boot-time configuration script.)
136 command should probably be added to the /etc/ppp/cablemodem script
162 5.) The firewall script isn't working (with 2.2.x and higher kernels).
164 Solution -- Use the ipfwadm2ipchains script referenced above to convert the
165 /etc/ppp/firewall script from the deprecated ipfwadm commands to ipchains.
Dcxgb.txt111 your system. You may want to write a script that runs at boot-up which
243 invokes a script named "hotplug". This script is primarily used to
245 the script also attempts to automatically bring up a network interface
246 after loading the kernel module. The hotplug script does this by scanning
250 If the hotplug script does not find the HWADDRR within any of the
261 this does not work for network devices because the net.agent script
263 script located in /etc/hotplug to disable this feature.
Ddl2k.txt51 7. Run "netconfig" or "netconf" to create configuration script ifcfg-eth0
131 script that contains the necessary network information. A sample will be
169 script named ifcfg-ethx that contains network information.
247 Here is a sample of a simple configuration script:
Dframerelay.txt11 The configuration script will ask you how many DLCIs you need, as well as
Dcxacru.txt11 There is a script cxacru-cf.py to convert an existing file to the sysfs form.
/linux-4.1.27/tools/testing/selftests/ftrace/
DREADME10 At first, you need to be the root user to run this script.
29 * The working directory of the script is <debugfs>/tracing/.
/linux-4.1.27/tools/perf/scripts/perl/Perf-Trace-Util/
DREADME4 This module contains utility functions for use with perf script.
36 Building perf with perf script Perl scripting should install this
/linux-4.1.27/Documentation/isdn/
DREADME.syncppp46 for an example setup script.
52 an example script)
DREADME.sc188 This file is a script used to configure a BRI ISDN TA to establish a
213 This file is a script used to configure a BRI ISDN TA to establish a
238 This file is a script used to configure a BRI ISDN TA to accept a
/linux-4.1.27/
DREPORTING-BUGS53 files to the get_maintainer.pl script:
100 First run the ver_linux script included as scripts/ver_linux, which
101 reports the version of some important subsystems. Run this script with
117 [7.] A small shell script or example program which triggers the
120 [8.1.] Software (add the output of the ver_linux script here)
/linux-4.1.27/arch/mips/boot/compressed/
Dld.script2 * ld.script for compressed kernel support of MIPS
DMakefile85 vmlinuz: $(src)/ld.script $(vmlinuzobjs-y) $(obj)/calc_vmlinuz_load_addr
/linux-4.1.27/drivers/gpu/drm/nouveau/include/nvkm/subdev/bios/
Ddp.h7 u32 script[5]; member
Dperf.h15 u32 script; member
Ddisp.h17 u16 script[3]; member
/linux-4.1.27/Documentation/s390/
D3270.txt40 running the configuration script (config3270.sh, in this directory).
43 configuration script every time you change the console's address (perhaps
45 you should rerun the configuration script every time your set of 3270s,
48 script and the resulting /tmp/mkdev3270.
108 5. Run the 3270 configuration script config3270. It is
110 config3270.sh. Inspect the output script it produces,
111 /tmp/mkdev3270, and then run that script. This will create the
/linux-4.1.27/arch/x86/boot/
Dsetup.ld4 * Linker script for the i386 setup code
/linux-4.1.27/tools/perf/util/scripting-engines/
Dtrace-event-python.c953 static int python_start_script(const char *script, int argc, const char **argv) in python_start_script() argument
962 command_line[0] = script; in python_start_script()
972 fp = fopen(script, "r"); in python_start_script()
974 sprintf(buf, "Can't open python script \"%s\"", script); in python_start_script()
980 err = PyRun_SimpleFile(fp, script); in python_start_script()
982 fprintf(stderr, "Error running python script %s\n", script); in python_start_script()
988 fprintf(stderr, "Error starting python script %s\n", script); in python_start_script()
Dtrace-event-perl.c381 static int perl_start_script(const char *script, int argc, const char **argv) in perl_start_script() argument
388 command_line[1] = script; in perl_start_script()
/linux-4.1.27/tools/testing/ktest/examples/
Dsnowball.conf46 REBOOT_TYPE = script
/linux-4.1.27/Documentation/laptops/
Dlaptop-mode.txt23 * Control script
63 the control script will not be able to remount them correctly. You must set
64 DO_REMOUNTS=0 in the control script, otherwise it will remount them with the
68 the control script will not recognize them as filesystems that need remounting.
92 control script increases dirty_expire_centisecs and dirty_writeback_centisecs in
94 dirtied are not forced to be written to disk as often. The control script also
97 ext3 or ReiserFS filesystems (also done automatically by the control script),
154 The control script automatically remounts any mounted journaled filesystems
315 Control script
318 Please note that this control script works for the Linux 2.4 and 2.6 series (thanks
[all …]
/linux-4.1.27/drivers/net/xen-netback/
Dxenbus.c261 const char *script; in netback_probe() local
354 script = xenbus_read(XBT_NIL, dev->nodename, "script", NULL); in netback_probe()
355 if (IS_ERR(script)) { in netback_probe()
356 err = PTR_ERR(script); in netback_probe()
361 be->hotplug_script = script; in netback_probe()
/linux-4.1.27/Documentation/scsi/
Dwd719x.txt11 This script downloads and extracts the firmware, creating wd719x-risc.bin and
Dscsi-parameters.txt101 There is also a nice 'scsi_logging_level' script in the
Dosst.txt59 the device nodes by calling the Makedevs.sh script (see below) manually.
76 The device nodes for osst have to be created. Use the Makedevs.sh script
DChangeLog.ncr53c8xx391 Use the copy of script in main memory to calculate the chip
422 If more segments, a script in main memory is used for the
454 supported without script processor and PCI traffic overhead.
459 Use a simple CALL to a launch script in the CCB.
Dsym53c8xx_2.txt347 scripts: print info about the script binding process
351 phase: print information on script interruptions
614 sym0:1: ERROR (0:48) (1-21-65) (f/95/0) @ (script 7c0:19000000).
615 sym0: script cmd = 19000000
621 sym0:1: ERROR (0:48) (1-21-65) (f/95/0) @ (script 7c0:19000000).
/linux-4.1.27/Documentation/fmc/
Didentifiers.txt37 This package includes the Python script that Matthieu Cattin wrote to
39 Vanga and Matthieu himself. I changed the test script to receive
71 The following example shows a script that builds several binary EEPROM
73 them. The script uses a mix of environment variables and command line
/linux-4.1.27/Documentation/kbuild/
Dkbuild.txt118 Install script called when using "make install".
121 The script will be called with the following arguments:
224 The linker script with full path. Assigned by the top-level Makefile.
/linux-4.1.27/Documentation/arm/SA1100/
DAssabet224 Run script at boot: false true
225 Boot script:
226 Enter script, terminate with empty line
231 Boot script timeout (1000ms resolution): 3
/linux-4.1.27/arch/sh/include/mach-ecovec24/mach/
Dpartner-jet-setup.txt6 LIST "This script can be used to boot the kernel from RAM via JTAG:"
/linux-4.1.27/arch/arm/mach-omap2/
Dboard-rx51-peripherals.c798 .script = sleep_on_seq,
811 .script = wakeup_seq,
824 .script = wakeup_p3_seq,
850 .script = wrst_seq,
/linux-4.1.27/Documentation/trace/
Dtracepoint-analysis.txt139 as any script reading trace_pipe.
166 aggregation of discrete events, then a script would need to be developed.
196 script that can read trace_pipe from STDIN or a copy of a trace. When used
200 Simplistically, the script just reads STDIN and counts up events but it
/linux-4.1.27/Documentation/blockdev/
Dcciss.txt48 You need some entries in /dev for the cciss device. The MAKEDEV script
105 /proc/driver/cciss/cciss* at runtime. This is best done via a script.
119 script.
/linux-4.1.27/Documentation/hwmon/
Duserspace-tools28 2) run sensors-detect script, it will tell you what modules you need to load.
/linux-4.1.27/Documentation/x86/i386/
DIO-APIC.txt85 the following script tries to figure out such a default pirq= line from
90 note that this script won't work if you have skipped a few slots or if your
/linux-4.1.27/drivers/gpu/drm/nouveau/nvkm/subdev/devinit/
Dnv50.c132 .offset = info.script[0], in nv50_devinit_init()
/linux-4.1.27/drivers/net/wireless/iwlwifi/
DKconfig35 look in the hotplug script /etc/hotplug/firmware.agent to
36 determine which directory FIRMWARE_DIR is set to when the script
/linux-4.1.27/Documentation/x86/
Dearly-microcode.txt32 The following example script shows how to generate a new combined initrd file in
/linux-4.1.27/Documentation/power/
Dswsusp-dmcrypt.txt118 the let statement. Now, what is happening in the script?
129 If resume starts, script execution terminates here.
Ds2ram.txt30 - use a script like this:
/linux-4.1.27/Documentation/locking/
Dlocktorture.txt131 The following script may be used to torture locks:
141 One could of course create a more elaborate script that automatically
/linux-4.1.27/Documentation/fb/
Dmetronomefb.txt23 can be compressed as long as your udev or hotplug script is aware of the need
/linux-4.1.27/tools/testing/selftests/rcutorture/doc/
Dinitrd.txt20 happen, put the following script in the initrd's tree's "/init" file,
/linux-4.1.27/Documentation/i2c/
Di2c-stub36 There's a script named i2c-stub-from-dump in the i2c-tools package which
/linux-4.1.27/arch/sh/include/mach-kfr2r09/mach/
Dpartner-jet-setup.txt5 LIST "This script can be used to boot the kernel from RAM via JTAG:"
/linux-4.1.27/Documentation/usb/
Dauthorization.txt55 Hookup an script to udev, for new USB devices
Dchipidea.txt90 can use below script to enable usb wakeup.
Dproc_usb_info.txt279 If a user or script is interested only in Topology info, for
285 script, it can display any selected lines (for example, only T, D,
287 Perl script is the beginning of this idea. It will list only
/linux-4.1.27/tools/perf/tests/attr/
DREADME27 This is the python script that does all the hard work. It reads
/linux-4.1.27/Documentation/scheduler/
Dsched-stats.txt24 the change in the counters at each subsequent observation. A perl script
29 Note that any such script will necessarily be version-specific, as the main
/linux-4.1.27/drivers/gpu/drm/nouveau/nvkm/subdev/pmu/fuc/
Dmemx.fuc365 // $r12 - head of script
366 // $r11 - tail of script
/linux-4.1.27/Documentation/sound/oss/
DIntroduction147 I use the following via a shell script to load my SoundBlaster:
219 in a script such as /root/soundoff.sh.
273 3. Update your soundon.sh script, etc.
369 2) On the command line when using insmod or in a bash script
DREADME.modules87 init script, and keep them around until we shut down. This is a little
/linux-4.1.27/arch/m32r/platforms/oaks32r/
Ddot.gdbinit.nommu4 # NOTE: this file is generated by a script, "gen_gdbinit.pl".
/linux-4.1.27/Documentation/cgroups/
Dmemcg_test.txt139 is useful. Following is a sample script to do migration.
153 node 0 to node 1 will occur. Following is a script to migrate all
/linux-4.1.27/Documentation/filesystems/
Dexofs.txt48 for example script that does all these steps.
82 7. For reference (See do-exofs example script):
Dramfs-rootfs-initramfs.txt177 The following command line can extract a cpio image (either by the above script
182 The following shell script can create a prebuilt cpio archive you can
212 those directories. The above script gets them in the right order.
Ddevpts.txt37 Eg: A container startup script could do the following:
/linux-4.1.27/Documentation/serial/
Dmoxa-smartio203 script "msmknod" to simplify the procedure.
211 shell script "msmknod"
217 This shell script will require the major number for dial-in
395 within the shell script "msmknod". First, you have to open "msmknod"
/linux-4.1.27/drivers/gpu/drm/nouveau/include/nvif/
Dclass.h474 __u16 script; member
/linux-4.1.27/tools/power/cpupower/bench/
DREADME-BENCH103 Provide a gnuplot utility script for easy generation of plots to present
/linux-4.1.27/sound/usb/
DKconfig115 after it has been coldstarted. An install script for the firmware
/linux-4.1.27/Documentation/firmware_class/
DREADME69 Sample/simple hotplug script:
/linux-4.1.27/arch/m32r/platforms/m32700ut/
Ddot.gdbinit_200MHz_16MB4 # NOTE: this file is generated by a script, "gen_gdbinit.pl".
Ddot.gdbinit_400MHz_32MB4 # NOTE: this file is generated by a script, "gen_gdbinit.pl".
Ddot.gdbinit_300MHz_32MB4 # NOTE: this file is generated by a script, "gen_gdbinit.pl".
/linux-4.1.27/arch/frv/kernel/
Dentry-table.S47 # The linker script places the user mode and kernel mode trap tables on to
/linux-4.1.27/arch/m32r/platforms/mappi/
Ddot.gdbinit4 # NOTE: this file is generated by a script, "gen_gdbinit.pl".
Ddot.gdbinit.nommu4 # NOTE: this file is generated by a script, "gen_gdbinit.pl".
/linux-4.1.27/include/linux/i2c/
Dtwl.h653 struct twl4030_ins *script; member
/linux-4.1.27/drivers/media/pci/ttpci/
DKconfig26 This driver needs an external firmware. Please use the script
/linux-4.1.27/Documentation/development-process/
D3.Early-stage142 that the kernel developers have added a script to ease the process:
146 This script will return the current maintainer(s) for a given file or

12