/linux-4.1.27/tools/perf/Documentation/ |
D | perf-script.txt | 1 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 …]
|
D | perf-script-python.txt | 1 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 …]
|
D | perf-script-perl.txt | 1 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 …]
|
D | perf-sched.txt | 11 '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).
|
D | perf-lock.txt | 11 'perf lock' {record|report|script|info} 25 'perf lock script' shows raw lock events.
|
D | perf-trace.txt | 164 linkperf:perf-record[1], linkperf:perf-script[1]
|
/linux-4.1.27/tools/perf/ui/browsers/ |
D | scripts.c | 118 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/ |
D | simple_return.cocci | 83 @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 …]
|
D | boolinit.cocci | 132 @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@
|
D | warn.cocci | 30 @script:python depends on org@ 36 @script:python depends on report@ 79 @script:python depends on org@ 85 @script:python depends on report@
|
D | semicolon.cocci | 58 @script:python@ 70 @script:python depends on report@ 80 @script:python depends on org@
|
D | ifaddr.cocci | 24 @script:python depends on org@ 30 @script:python depends on report@
|
D | of_table.cocci | 49 @script:python depends on org@ 56 @script:python depends on report@
|
D | cstptr.cocci | 27 @script:python depends on org@ 35 @script:python depends on report@
|
D | orplus.cocci | 44 @script:python depends on org@ 50 @script:python depends on report@
|
D | noderef.cocci | 54 @script:python depends on org@ 60 @script:python depends on report@
|
D | bugon.cocci | 50 @script:python depends on org@ 56 @script:python depends on report@
|
D | irqf_oneshot.cocci | 79 @script:python depends on org@ 85 @script:python depends on report@
|
D | returnvar.cocci | 51 @script:python depends on report@ 59 @script:python depends on org@
|
D | array_size.cocci | 75 @script:python depends on i&&org@ 81 @script:python depends on i&&report@
|
D | badty.cocci | 64 @script:python depends on org@ 70 @script:python depends on report@
|
D | ifcol.cocci | 32 @script:python depends on org@ 41 @script:python depends on report@
|
D | doubleinit.cocci | 32 @script:python depends on org@ 44 @script:python depends on report@
|
D | boolreturn.cocci | 52 @script:python depends on report@
|
/linux-4.1.27/drivers/scsi/ |
D | 53c700.h | 216 __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 …]
|
D | 53c700.c | 291 __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 …]
|
D | 53c700.scr | 22 ; 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
|
D | 53c700_d.h_shipped | 25 ; 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
|
D | ncr53c8xx.c | 1130 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/ |
D | unwind.c | 137 } 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/ |
D | dp.c | 100 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()
|
D | disp.c | 105 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()
|
D | perf.c | 138 info->script = nv_ro16(bios, perf + 0x02); in nvbios_perfEp()
|
/linux-4.1.27/scripts/coccinelle/null/ |
D | badzero.cocci | 69 @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@
|
D | eno.cocci | 34 @script:python depends on org@ 42 @script:python depends on report@
|
D | deref_null.cocci | 91 @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@
|
D | kmerr.cocci | 58 @script:python depends on org@ 66 @script:python depends on report@
|
/linux-4.1.27/scripts/coccinelle/api/ |
D | ptr_ret.cocci | 61 @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@
|
D | platform_no_drv_owner.cocci | 77 @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@
|
D | resource_size.cocci | 61 @script:python depends on org@ 70 @script:python depends on report@ 78 @script:python depends on org@ 87 @script:python depends on report@
|
D | kstrdup.cocci | 74 @script:python depends on org@ 82 @script:python depends on org@ 90 @script:python depends on report@ 98 @script:python depends on report@
|
D | err_cast.cocci | 41 @script:python depends on org@ 50 @script:python depends on report@
|
D | memdup_user.cocci | 50 @script:python depends on org@ 56 @script:python depends on report@
|
D | pm_runtime.cocci | 93 @script:python depends on org@ 102 @script:python depends on report@
|
D | d_find_alias.cocci | 56 @script:python depends on org@ 75 @script:python depends on report@
|
D | memdup.cocci | 56 @script:python depends on org@ 62 @script:python depends on report@
|
D | simple_open.cocci | 65 @script:python@
|
/linux-4.1.27/tools/testing/selftests/rcutorture/bin/ |
D | kvm.sh | 244 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/ |
D | builtin-script.c | 492 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 …]
|
D | command-list.txt | 23 perf-script mainporcelain common
|
D | Build | 15 perf-y += builtin-script.o
|
D | perf-completion.sh | 169 |data|help|script|test|timechart|trace) ]]; then
|
/linux-4.1.27/Documentation/dvb/ |
D | udev.txt | 18 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
|
D | readme.txt | 45 script to download and extract firmware for those devices
|
/linux-4.1.27/drivers/media/usb/dvb-usb/ |
D | af9005-fe.c | 973 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 …]
|
D | af9005-script.h | 17 static RegDesc script[] = { variable
|
/linux-4.1.27/drivers/staging/unisys/Documentation/ABI/ |
D | sysfs-platform-visorchipset | 69 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/ |
D | Makefile | 3 DEPS = execveat.symlink execveat.denatured script subdir 8 script: target
|
D | .gitignore | 2 script*
|
D | execveat.c | 364 const char *script = "#!/bin/sh\nexit $*\n"; in prerequisites() local 373 write(fd, script, strlen(script)); in prerequisites()
|
/linux-4.1.27/scripts/ |
D | gcc-ld | 17 --script|--defsym|-init|-Map|--oformat|-rpath|\ 19 --version-script|--dynamic-list|--version-exports-symbol|--wrap|-m)
|
D | module-common.lds | 2 * Common module linker script, always used when linking a module.
|
/linux-4.1.27/drivers/mfd/ |
D | twl4030-power.c | 220 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/ |
D | kfreeaddr.cocci | 21 @script:python depends on org@ 27 @script:python depends on report@
|
D | ifnullfree.cocci | 42 @script:python depends on org@ 48 @script:python depends on report@
|
D | pci_free_consistent.cocci | 37 @script:python depends on report@ 45 @script:python depends on org@
|
D | iounmap.cocci | 50 @script:python depends on org@ 60 @script:python depends on report@
|
D | clk_put.cocci | 50 @script:python depends on org@ 60 @script:python depends on report@
|
D | devm_free.cocci | 58 @script:python depends on org@ 65 @script:python depends on report@
|
D | kfree.cocci | 107 @script:python depends on org@ 115 @script:python depends on report@
|
/linux-4.1.27/scripts/coccinelle/tests/ |
D | doubletest.cocci | 30 @script:python depends on org@ 36 @script:python depends on report@
|
D | doublebitand.cocci | 44 @script:python depends on org@ 50 @script:python depends on report@
|
D | odd_ptr_err.cocci | 51 @script:python depends on org@ 59 @script:python depends on report@
|
/linux-4.1.27/scripts/package/ |
D | builddeb | 184 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/ |
D | fsl-imx-sdma.txt | 12 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/ |
D | Kconfig | 28 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/ |
D | vmlinux-nommu.lds | 2 * vmlinux.lds.S -- master linker script for m68knommu arch 6 * This linker script is equipped to build either ROM loaded or RAM
|
D | vmlinux-sun3.lds | 1 /* ld script to make m68k Linux kernel */
|
D | vmlinux-std.lds | 1 /* ld script to make m68k Linux kernel */
|
/linux-4.1.27/tools/perf/util/ |
D | trace-event-scripting.c | 59 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()
|
D | trace-event.h | 69 int (*start_script) (const char *script, int argc, const char **argv);
|
/linux-4.1.27/tools/usb/usbip/ |
D | INSTALL | 18 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.
|
D | configure.ac | 1 dnl Process this file with autoconf to produce a configure script.
|
/linux-4.1.27/Documentation/powerpc/ |
D | bootwrapper.txt | 20 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/ |
D | alloc_cast.cocci | 57 @script:python depends on org@ 64 @script:python depends on report@
|
D | kzalloc-simple.cocci | 71 @script:python depends on org@ 80 @script:python depends on report@
|
/linux-4.1.27/Documentation/target/ |
D | tcm_mod_builder.txt | 1 >>>>>>>>>> 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/ |
D | flags.cocci | 66 @script:python depends on d && org@ 74 @script:python depends on d && report@
|
D | double_lock.cocci | 76 @script:python depends on org@ 85 @script:python depends on report@
|
D | mini_lock.cocci | 78 @script:python depends on org@ 88 @script:python depends on report@
|
D | call_kern.cocci | 86 @script:python depends on !patch && org@ 97 @script:python depends on !patch && report@
|
/linux-4.1.27/scripts/coccinelle/iterators/ |
D | list_entry_update.cocci | 48 @script:python depends on back && org@ 56 @script:python depends on back && report@
|
D | itnull.cocci | 80 @script:python depends on org@ 88 @script:python depends on report@
|
D | fen.cocci | 109 @script:python depends on org@ 117 @script:python depends on report@
|
D | use_after_iter.cocci | 133 @script:python depends on org@ 141 @script:python depends on report@
|
/linux-4.1.27/Documentation/ |
D | init.txt | 31 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.
|
D | assoc_array.txt | 10 - 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 …]
|
D | coccinelle.txt | 182 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@
|
D | mono.txt | 33 3) Add the following entries to /etc/rc.local or similar script 60 wrapper script, simply by launching the .exe file directly
|
D | gcov.txt | 11 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
|
D | java.txt | 48 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
|
D | kernel-doc-nano-HOWTO.txt | 17 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/ |
D | nouveau_bios.c | 109 …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 …]
|
D | nv50_display.c | 1954 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/ |
D | net_dropmonitor-report | 4 perf script -s "$PERF_EXEC_PATH"/scripts/python/net_dropmonitor.py $@
|
D | netdev-times-report | 5 perf script -s "$PERF_EXEC_PATH"/scripts/python/netdev-times.py $@
|
D | event_analyzing_sample-report | 3 perf script $@ -s "$PERF_EXEC_PATH"/scripts/python/event_analyzing_sample.py
|
D | sched-migration-report | 3 perf script $@ -s "$PERF_EXEC_PATH"/scripts/python/sched-migration.py
|
D | futex-contention-report | 4 perf script $@ -s "$PERF_EXEC_PATH"/scripts/python/futex-contention.py
|
D | syscall-counts-report | 10 perf script $@ -s "$PERF_EXEC_PATH"/scripts/python/syscall-counts.py $comm
|
D | syscall-counts-by-pid-report | 10 perf script $@ -s "$PERF_EXEC_PATH"/scripts/python/syscall-counts-by-pid.py $comm
|
D | failed-syscalls-by-pid-report | 10 perf script $@ -s "$PERF_EXEC_PATH"/scripts/python/failed-syscalls-by-pid.py $comm
|
D | sctop-report | 24 perf script $@ -s "$PERF_EXEC_PATH"/scripts/python/sctop.py $comm $interval
|
D | export-to-postgresql-report | 29 perf script $@ -s "$PERF_EXEC_PATH"/scripts/python/export-to-postgresql.py $dbname $columns $calls
|
/linux-4.1.27/tools/perf/scripts/perl/bin/ |
D | wakeup-latency-report | 3 perf script $@ -s "$PERF_EXEC_PATH"/scripts/perl/wakeup-latency.pl
|
D | rw-by-pid-report | 3 perf script $@ -s "$PERF_EXEC_PATH"/scripts/perl/rw-by-pid.pl
|
D | rw-by-file-report | 10 perf script $@ -s "$PERF_EXEC_PATH"/scripts/perl/rw-by-file.pl $comm
|
D | failed-syscalls-report | 10 perf script $@ -s "$PERF_EXEC_PATH"/scripts/perl/failed-syscalls.pl $comm
|
D | rwtop-report | 20 perf script $@ -s "$PERF_EXEC_PATH"/scripts/perl/rwtop.pl $interval
|
/linux-4.1.27/Documentation/aoe/ |
D | aoe.txt | 31 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/ |
D | dport.c | 275 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()
|
D | nv50.c | 1062 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/ |
D | fault_injection.txt | 62 tools/nfs/inject_faults.sh script 64 This script has been created to ease the fault injection process. This script
|
D | pnfs.txt | 76 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:
|
D | nfs.txt | 78 (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/ |
D | BIG.FAT.WARNING | 3 kernel configuration script. Please do not bother Savio Lam with
|
/linux-4.1.27/arch/unicore32/ |
D | .gitignore | 6 # Generated ld script file
|
/linux-4.1.27/Documentation/networking/ |
D | README.sb1000 | 96 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.
|
D | cxgb.txt | 111 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.
|
D | dl2k.txt | 51 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:
|
D | framerelay.txt | 11 The configuration script will ask you how many DLCIs you need, as well as
|
D | cxacru.txt | 11 There is a script cxacru-cf.py to convert an existing file to the sysfs form.
|
/linux-4.1.27/tools/testing/selftests/ftrace/ |
D | README | 10 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/ |
D | README | 4 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/ |
D | README.syncppp | 46 for an example setup script. 52 an example script)
|
D | README.sc | 188 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/ |
D | REPORTING-BUGS | 53 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/ |
D | ld.script | 2 * ld.script for compressed kernel support of MIPS
|
D | Makefile | 85 vmlinuz: $(src)/ld.script $(vmlinuzobjs-y) $(obj)/calc_vmlinuz_load_addr
|
/linux-4.1.27/drivers/gpu/drm/nouveau/include/nvkm/subdev/bios/ |
D | dp.h | 7 u32 script[5]; member
|
D | perf.h | 15 u32 script; member
|
D | disp.h | 17 u16 script[3]; member
|
/linux-4.1.27/Documentation/s390/ |
D | 3270.txt | 40 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/ |
D | setup.ld | 4 * Linker script for the i386 setup code
|
/linux-4.1.27/tools/perf/util/scripting-engines/ |
D | trace-event-python.c | 953 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()
|
D | trace-event-perl.c | 381 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/ |
D | snowball.conf | 46 REBOOT_TYPE = script
|
/linux-4.1.27/Documentation/laptops/ |
D | laptop-mode.txt | 23 * 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/ |
D | xenbus.c | 261 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/ |
D | wd719x.txt | 11 This script downloads and extracts the firmware, creating wd719x-risc.bin and
|
D | scsi-parameters.txt | 101 There is also a nice 'scsi_logging_level' script in the
|
D | osst.txt | 59 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
|
D | ChangeLog.ncr53c8xx | 391 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.
|
D | sym53c8xx_2.txt | 347 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/ |
D | identifiers.txt | 37 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/ |
D | kbuild.txt | 118 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/ |
D | Assabet | 224 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/ |
D | partner-jet-setup.txt | 6 LIST "This script can be used to boot the kernel from RAM via JTAG:"
|
/linux-4.1.27/arch/arm/mach-omap2/ |
D | board-rx51-peripherals.c | 798 .script = sleep_on_seq, 811 .script = wakeup_seq, 824 .script = wakeup_p3_seq, 850 .script = wrst_seq,
|
/linux-4.1.27/Documentation/trace/ |
D | tracepoint-analysis.txt | 139 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/ |
D | cciss.txt | 48 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/ |
D | userspace-tools | 28 2) run sensors-detect script, it will tell you what modules you need to load.
|
/linux-4.1.27/Documentation/x86/i386/ |
D | IO-APIC.txt | 85 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/ |
D | nv50.c | 132 .offset = info.script[0], in nv50_devinit_init()
|
/linux-4.1.27/drivers/net/wireless/iwlwifi/ |
D | Kconfig | 35 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/ |
D | early-microcode.txt | 32 The following example script shows how to generate a new combined initrd file in
|
/linux-4.1.27/Documentation/power/ |
D | swsusp-dmcrypt.txt | 118 the let statement. Now, what is happening in the script? 129 If resume starts, script execution terminates here.
|
D | s2ram.txt | 30 - use a script like this:
|
/linux-4.1.27/Documentation/locking/ |
D | locktorture.txt | 131 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/ |
D | metronomefb.txt | 23 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/ |
D | initrd.txt | 20 happen, put the following script in the initrd's tree's "/init" file,
|
/linux-4.1.27/Documentation/i2c/ |
D | i2c-stub | 36 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/ |
D | partner-jet-setup.txt | 5 LIST "This script can be used to boot the kernel from RAM via JTAG:"
|
/linux-4.1.27/Documentation/usb/ |
D | authorization.txt | 55 Hookup an script to udev, for new USB devices
|
D | chipidea.txt | 90 can use below script to enable usb wakeup.
|
D | proc_usb_info.txt | 279 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/ |
D | README | 27 This is the python script that does all the hard work. It reads
|
/linux-4.1.27/Documentation/scheduler/ |
D | sched-stats.txt | 24 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/ |
D | memx.fuc | 365 // $r12 - head of script 366 // $r11 - tail of script
|
/linux-4.1.27/Documentation/sound/oss/ |
D | Introduction | 147 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
|
D | README.modules | 87 init script, and keep them around until we shut down. This is a little
|
/linux-4.1.27/arch/m32r/platforms/oaks32r/ |
D | dot.gdbinit.nommu | 4 # NOTE: this file is generated by a script, "gen_gdbinit.pl".
|
/linux-4.1.27/Documentation/cgroups/ |
D | memcg_test.txt | 139 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/ |
D | exofs.txt | 48 for example script that does all these steps. 82 7. For reference (See do-exofs example script):
|
D | ramfs-rootfs-initramfs.txt | 177 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.
|
D | devpts.txt | 37 Eg: A container startup script could do the following:
|
/linux-4.1.27/Documentation/serial/ |
D | moxa-smartio | 203 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/ |
D | class.h | 474 __u16 script; member
|
/linux-4.1.27/tools/power/cpupower/bench/ |
D | README-BENCH | 103 Provide a gnuplot utility script for easy generation of plots to present
|
/linux-4.1.27/sound/usb/ |
D | Kconfig | 115 after it has been coldstarted. An install script for the firmware
|
/linux-4.1.27/Documentation/firmware_class/ |
D | README | 69 Sample/simple hotplug script:
|
/linux-4.1.27/arch/m32r/platforms/m32700ut/ |
D | dot.gdbinit_200MHz_16MB | 4 # NOTE: this file is generated by a script, "gen_gdbinit.pl".
|
D | dot.gdbinit_400MHz_32MB | 4 # NOTE: this file is generated by a script, "gen_gdbinit.pl".
|
D | dot.gdbinit_300MHz_32MB | 4 # NOTE: this file is generated by a script, "gen_gdbinit.pl".
|
/linux-4.1.27/arch/frv/kernel/ |
D | entry-table.S | 47 # The linker script places the user mode and kernel mode trap tables on to
|
/linux-4.1.27/arch/m32r/platforms/mappi/ |
D | dot.gdbinit | 4 # NOTE: this file is generated by a script, "gen_gdbinit.pl".
|
D | dot.gdbinit.nommu | 4 # NOTE: this file is generated by a script, "gen_gdbinit.pl".
|
/linux-4.1.27/include/linux/i2c/ |
D | twl.h | 653 struct twl4030_ins *script; member
|
/linux-4.1.27/drivers/media/pci/ttpci/ |
D | Kconfig | 26 This driver needs an external firmware. Please use the script
|
/linux-4.1.27/Documentation/development-process/ |
D | 3.Early-stage | 142 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
|