Home
last modified time | relevance | path

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

12

/linux-4.4.14/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 …]
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.
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.
Dintel-pt.txt27 'perf script', 'perf report' and 'perf inject'. See below for more information
63 as the data capture. A script perf-with-kcore can do that, but beware that the
64 script makes use of 'sudo' to copy /proc/kcore. If you have perf installed
91 data is available you can use the 'perf script' tool with no parameters, which
95 perf script
100 perf script -Fcomm,tid,pid,time,cpu,event,trace,ip,sym,dso,addr,symoff,flags
108 script export-to-postgresql.py for more details, and to script
646 perf script
649 By default, perf script will decode trace data found in the perf.data file.
683 'flags' field can be used in perf script to determine whether the event is a
[all …]
/linux-4.4.14/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.4.14/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()
351 script[j] = bS_to_host(SCRIPT[j]); in NCR_700_detect()
355 script[LABELPATCHES[j]] = bS_to_host(pScript + SCRIPT[LABELPATCHES[j]]); in NCR_700_detect()
357 script_patch_32(hostdata->dev, script, MessageLocation, in NCR_700_detect()
359 script_patch_32(hostdata->dev, script, StatusAddress, in NCR_700_detect()
361 script_patch_32(hostdata->dev, script, ReceiveMsgAddress, in NCR_700_detect()
364 hostdata->script = script; in NCR_700_detect()
414 hostdata->script, hostdata->pScript); in NCR_700_release()
823 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.4.14/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.4.14/drivers/gpu/drm/nouveau/nvkm/subdev/bios/
Ddp.c100 info->script[0] = nvbios_rd16(bios, data + 0x06); in nvbios_dpout_parse()
101 info->script[1] = nvbios_rd16(bios, data + 0x08); in nvbios_dpout_parse()
104 info->script[2] = nvbios_rd16(bios, data + 0x0c); in nvbios_dpout_parse()
105 info->script[3] = nvbios_rd16(bios, data + 0x0e); in nvbios_dpout_parse()
108 info->script[4] = nvbios_rd16(bios, data + 0x10); in nvbios_dpout_parse()
113 info->script[0] = nvbios_rd16(bios, data + 0x05); in nvbios_dpout_parse()
114 info->script[1] = nvbios_rd16(bios, data + 0x07); in nvbios_dpout_parse()
116 info->script[2] = nvbios_rd16(bios, data + 0x0b); in nvbios_dpout_parse()
117 info->script[3] = nvbios_rd16(bios, data + 0x0d); in nvbios_dpout_parse()
118 info->script[4] = nvbios_rd16(bios, data + 0x0f); in nvbios_dpout_parse()
Ddisp.c105 info->script[0] = nvbios_rd16(bios, data + 0x06); in nvbios_outp_parse()
106 info->script[1] = nvbios_rd16(bios, data + 0x08); in nvbios_outp_parse()
107 info->script[2] = 0x0000; in nvbios_outp_parse()
109 info->script[2] = nvbios_rd16(bios, data + 0x0a); in nvbios_outp_parse()
Dperf.c136 info->script = nvbios_rd16(bios, perf + 0x02); in nvbios_perfEp()
/linux-4.4.14/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@
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@
Dcompare_const_fl.cocci142 @script:python r1_org depends on org@
149 @script:python r2_org depends on org@
158 @script:python r1_report depends on report@
165 @script:python r2_report depends on report@
Difaddr.cocci23 @script:python depends on org@
29 @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@
Dof_table.cocci72 @script:python depends on org@
79 @script:python depends on report@
Dbugon.cocci50 @script:python depends on org@
56 @script:python depends on report@
Dreturnvar.cocci51 @script:python depends on report@
59 @script:python depends on org@
Dirqf_oneshot.cocci82 @script:python depends on org@
88 @script:python depends on 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@
Darray_size.cocci75 @script:python depends on i&&org@
81 @script:python depends on i&&report@
Ddoubleinit.cocci32 @script:python depends on org@
44 @script:python depends on report@
Dboolreturn.cocci52 @script:python depends on report@
/linux-4.4.14/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.4.14/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.cocci122 @script:python fix1_org depends on org@
129 @script:python fix1_i2c_org depends on org@
136 @script:python fix2_org depends on org@
143 @script:python fix2_i2c_org depends on org@
152 @script:python fix1_report depends on report@
159 @script:python fix1_i2c_report depends on report@
166 @script:python fix2_report depends on report@
173 @script:python fix2_i2c_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@
Dvma_pages.cocci45 @script:python depends on report@
53 @script:python depends on org@
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@
Dd_find_alias.cocci56 @script:python depends on org@
75 @script:python depends on report@
Dpm_runtime.cocci93 @script:python depends on org@
102 @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.4.14/tools/testing/selftests/rcutorture/bin/
Dkvm.sh257 cat << ___EOF___ > $T/script
393 }' >> $T/script
395 cat << ___EOF___ >> $T/script
403 if test "$dryrun" = script
405 cat $T/script
410 egrep 'Start batch|Starting build\.' $T/script |
416 sh $T/script
/linux-4.4.14/tools/perf/
Dbuiltin-script.c646 static int default_start_script(const char *script __maybe_unused, in default_start_script()
781 struct perf_script *script = container_of(tool, struct perf_script, tool); in process_comm_event() local
782 struct perf_session *session = script->session; in process_comm_event()
815 struct perf_script *script = container_of(tool, struct perf_script, tool); in process_fork_event() local
816 struct perf_session *session = script->session; in process_fork_event()
847 struct perf_script *script = container_of(tool, struct perf_script, tool); in process_exit_event() local
848 struct perf_session *session = script->session; in process_exit_event()
879 struct perf_script *script = container_of(tool, struct perf_script, tool); in process_mmap_event() local
880 struct perf_session *session = script->session; in process_mmap_event()
910 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.4.14/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.4.14/drivers/media/usb/dvb-usb/
Daf9005-fe.c974 scriptlen = sizeof(script) / sizeof(RegDesc); in af9005_fe_init()
977 af9005_write_register_bits(state->d, script[i].reg, in af9005_fe_init()
978 script[i].pos, in af9005_fe_init()
979 script[i].len, script[i].val))) in af9005_fe_init()
982 if (script[i].reg == 0xae18) in af9005_fe_init()
983 temp2 = script[i].val; in af9005_fe_init()
984 if (script[i].reg == 0xae19) in af9005_fe_init()
985 temp1 = script[i].val; in af9005_fe_init()
986 if (script[i].reg == 0xae1a) in af9005_fe_init()
987 temp0 = script[i].val; in af9005_fe_init()
[all …]
Daf9005-script.h17 static RegDesc script[] = { variable
/linux-4.4.14/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.4.14/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()
478 err = twl4030_write_script(address, tscript->script, tscript->size); in load_twl4030_script()
712 .script = omap3_wrst_seq,
742 .script = omap3_idle_sleep_on_seq,
753 .script = omap3_idle_wakeup_p12_seq,
[all …]
/linux-4.4.14/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.4.14/drivers/staging/unisys/Documentation/ABI/
Dsysfs-platform-visorchipset71 Description: This entry is used by a Unisys support script installed on the
72 guest, and triggered by a udev event. The support script is
79 the script will disable the device. When the PF is recovered,
90 Description: This entry is used by a Unisys support script installed on the
91 guest, and triggered by a udev event. The support script is
98 the script will disable the device. When the PF is recovered,
/linux-4.4.14/scripts/coccinelle/free/
Dkfreeaddr.cocci21 @script:python depends on org@
27 @script:python depends on report@
Dpci_free_consistent.cocci37 @script:python depends on report@
45 @script:python depends on org@
Difnullfree.cocci46 @script:python depends on org@
52 @script:python depends on report@
Dclk_put.cocci50 @script:python depends on org@
60 @script:python depends on report@
Diounmap.cocci50 @script:python depends on org@
60 @script:python depends on report@
Dkfree.cocci107 @script:python depends on org@
115 @script:python depends on report@
Ddevm_free.cocci58 @script:python depends on org@
65 @script:python depends on report@
/linux-4.4.14/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.cocci99 @script:python r1_org depends on org@
110 @script:python r1_report depends on report@
/linux-4.4.14/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.4.14/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.4.14/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.4.14/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.4.14/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.h71 int (*start_script) (const char *script, int argc, const char **argv);
/linux-4.4.14/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.4.14/scripts/package/
Dbuilddeb202 for script in postinst postrm preinst prerm ; do
203 mkdir -p "$tmpdir$debhookdir/$script.d"
204 cat <<EOF > "$tmpdir/DEBIAN/$script"
215 test -d $debhookdir/$script.d && run-parts --arg="$version" --arg="/$installed_image_path" $debhook…
218 chmod 755 "$tmpdir/DEBIAN/$script"
/linux-4.4.14/scripts/coccinelle/api/alloc/
Dalloc_cast.cocci57 @script:python depends on org@
64 @script:python depends on report@
Dpool_zalloc-simple.cocci69 @script:python depends on org@
78 @script:python depends on report@
Dkzalloc-simple.cocci71 @script:python depends on org@
80 @script:python depends on report@
/linux-4.4.14/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.4.14/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.4.14/scripts/coccinelle/iterators/
Dlist_entry_update.cocci48 @script:python depends on back && org@
56 @script:python depends on back && report@
Ddevice_node_continue.cocci85 @script:python t_org depends on org@
94 @script:python t_report depends on 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.4.14/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
/linux-4.4.14/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.c1979 lvds.lvds.script |= 0x0100; in nv50_sor_mode_set()
1981 lvds.lvds.script |= 0x0200; in nv50_sor_mode_set()
1985 lvds.lvds.script |= 0x0100; in nv50_sor_mode_set()
1988 lvds.lvds.script |= 0x0100; in nv50_sor_mode_set()
1991 if (lvds.lvds.script & 0x0100) { in nv50_sor_mode_set()
1993 lvds.lvds.script |= 0x0200; in nv50_sor_mode_set()
1996 lvds.lvds.script |= 0x0200; in nv50_sor_mode_set()
2000 lvds.lvds.script |= 0x0200; in nv50_sor_mode_set()
/linux-4.4.14/tools/perf/scripts/python/bin/
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 $@
Dnetdev-times-report5 perf script -s "$PERF_EXEC_PATH"/scripts/python/netdev-times.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.4.14/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.4.14/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.4.14/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()
Drootnv50.c150 args->v0.version, args->v0.script); in nv50_disp_root_mthd_()
151 disp->sor.lvdsconf = args->v0.script; in nv50_disp_root_mthd_()
Dgf119.c120 .offset = info.script[id], in exec_script()
216 .offset = outpdp->info.script[4], in gf119_disp_intr_unk2_0()
Dnv50.c331 .offset = info.script[id], in exec_script()
465 .offset = outpdp->info.script[4], in nv50_disp_intr_unk20_0()
/linux-4.4.14/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.4.14/scripts/kconfig/lxdialog/
DBIG.FAT.WARNING3 kernel configuration script. Please do not bother Savio Lam with
/linux-4.4.14/tools/perf/tests/
DBuild38 $(OUTPUT)tests/llvm-src-base.c: tests/bpf-script-example.c
45 $(OUTPUT)tests/llvm-src-kbuild.c: tests/bpf-script-test-kbuild.c
/linux-4.4.14/arch/unicore32/
D.gitignore6 # Generated ld script file
/linux-4.4.14/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.4.14/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.4.14/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.4.14/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.4.14/
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.4.14/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.4.14/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.4.14/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.4.14/arch/x86/boot/
Dsetup.ld4 * Linker script for the i386 setup code
/linux-4.4.14/tools/perf/util/scripting-engines/
Dtrace-event-python.c954 static int python_start_script(const char *script, int argc, const char **argv) in python_start_script() argument
963 command_line[0] = script; in python_start_script()
973 fp = fopen(script, "r"); in python_start_script()
975 sprintf(buf, "Can't open python script \"%s\"", script); in python_start_script()
981 err = PyRun_SimpleFile(fp, script); in python_start_script()
983 fprintf(stderr, "Error running python script %s\n", script); in python_start_script()
989 fprintf(stderr, "Error starting python script %s\n", script); in python_start_script()
Dtrace-event-perl.c382 static int perl_start_script(const char *script, int argc, const char **argv) in perl_start_script() argument
389 command_line[1] = script; in perl_start_script()
/linux-4.4.14/tools/testing/ktest/examples/
Dsnowball.conf46 REBOOT_TYPE = script
/linux-4.4.14/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.4.14/drivers/net/xen-netback/
Dxenbus.c261 const char *script; in netback_probe() local
362 script = xenbus_read(XBT_NIL, dev->nodename, "script", NULL); in netback_probe()
363 if (IS_ERR(script)) { in netback_probe()
364 err = PTR_ERR(script); in netback_probe()
369 be->hotplug_script = script; in netback_probe()
/linux-4.4.14/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.
/linux-4.4.14/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.4.14/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.4.14/Documentation/kbuild/
Dkbuild.txt118 Install script called when using "make install".
121 The script will be called with the following arguments:
229 The linker script with full path. Assigned by the top-level Makefile.
/linux-4.4.14/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.4.14/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.4.14/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.4.14/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.4.14/Documentation/hwmon/
Duserspace-tools28 2) run sensors-detect script, it will tell you what modules you need to load.
/linux-4.4.14/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.4.14/drivers/gpu/drm/nouveau/nvkm/subdev/devinit/
Dnv50.c144 .offset = info.script[0], in nv50_devinit_init()
/linux-4.4.14/drivers/net/wireless/iwlwifi/
DKconfig36 look in the hotplug script /etc/hotplug/firmware.agent to
37 determine which directory FIRMWARE_DIR is set to when the script
/linux-4.4.14/Documentation/x86/
Dearly-microcode.txt32 The following example script shows how to generate a new combined initrd file in
/linux-4.4.14/Documentation/locking/
Dlocktorture.txt134 The following script may be used to torture locks:
144 One could of course create a more elaborate script that automatically
/linux-4.4.14/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.4.14/Documentation/fb/
Dmetronomefb.txt23 can be compressed as long as your udev or hotplug script is aware of the need
/linux-4.4.14/Documentation/vm/
Dslub.txt296 slabinfo-gnuplot.sh script. So it pushes the analysis from looking through
304 b) pass stats file(-s) to slabinfo-gnuplot.sh script:
307 The slabinfo-gnuplot.sh script will pre-processes the collected records
316 To help you out there, slabinfo-gnuplot.sh script can 'merge' the
/linux-4.4.14/tools/testing/selftests/rcutorture/doc/
Dinitrd.txt20 happen, put the following script in the initrd's tree's "/init" file,
/linux-4.4.14/Documentation/i2c/
Di2c-stub36 There's a script named i2c-stub-from-dump in the i2c-tools package which
/linux-4.4.14/tools/perf/tests/attr/
DREADME27 This is the python script that does all the hard work. It reads
/linux-4.4.14/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.4.14/drivers/gpu/drm/nouveau/nvkm/subdev/pmu/fuc/
Dmemx.fuc365 // $r12 - head of script
366 // $r11 - tail of script
/linux-4.4.14/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.4.14/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
/linux-4.4.14/arch/m32r/platforms/oaks32r/
Ddot.gdbinit.nommu4 # NOTE: this file is generated by a script, "gen_gdbinit.pl".
/linux-4.4.14/Documentation/usb/
Dchipidea.txt90 can use below script to enable usb wakeup.
Dauthorization.txt55 Hookup an script to udev, for new USB devices
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.4.14/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.4.14/Documentation/filesystems/
Dexofs.txt48 for example script that does all these steps.
82 7. For reference (See do-exofs example script):
/linux-4.4.14/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.4.14/sound/usb/
DKconfig115 after it has been coldstarted. An install script for the firmware
/linux-4.4.14/Documentation/firmware_class/
DREADME69 Sample/simple hotplug script:
/linux-4.4.14/tools/power/cpupower/bench/
DREADME-BENCH103 Provide a gnuplot utility script for easy generation of plots to present
/linux-4.4.14/drivers/gpu/drm/nouveau/include/nvif/
Dclass.h549 __u16 script; member
/linux-4.4.14/arch/m32r/platforms/m32700ut/
Ddot.gdbinit_400MHz_32MB4 # NOTE: this file is generated by a script, "gen_gdbinit.pl".
Ddot.gdbinit_200MHz_16MB4 # NOTE: this file is generated by a script, "gen_gdbinit.pl".
/linux-4.4.14/include/linux/i2c/
Dtwl.h653 struct twl4030_ins *script; member
/linux-4.4.14/arch/frv/kernel/
Dentry-table.S47 # The linker script places the user mode and kernel mode trap tables on to
/linux-4.4.14/arch/m32r/platforms/mappi/
Ddot.gdbinit4 # NOTE: this file is generated by a script, "gen_gdbinit.pl".

12