/linux-4.4.14/tools/perf/scripts/python/ |
D | netdev-times.py | 13 sys.path.append(os.environ['PERF_EXEC_PATH'] + \ 231 all_event_list.append(event_info) 237 all_event_list.append(event_info) 243 all_event_list.append(event_info) 249 all_event_list.append(event_info) 253 all_event_list.append(event_info) 258 all_event_list.append(event_info) 264 all_event_list.append(event_info) 270 all_event_list.append(event_info) 276 all_event_list.append(event_info) [all …]
|
D | sched-migration.py | 20 sys.path.append(os.environ['PERF_EXEC_PATH'] + \ 22 sys.path.append('scripts/python/Perf-Trace-Util/lib/Perf/Trace') 117 next_tasks.append(prev) 120 next_tasks.append(next) 186 ts_list.append(self) 202 ts_list.append(self) 205 self.event_cpus.append(old_cpu) 206 self.event_cpus.append(new_cpu) 219 ts_list.append(self)
|
D | net_dropmonitor.py | 6 sys.path.append(os.environ['PERF_EXEC_PATH'] + \ 27 kallsyms.append((loc, name))
|
D | call-graph-from-postgresql.py | 90 self.child_items.append(child_item) 106 self.child_items.append(child_item) 152 self.child_items.append(child_item)
|
D | syscall-counts.py | 11 sys.path.append(os.environ['PERF_EXEC_PATH'] + \
|
D | futex-contention.py | 14 sys.path.append(os.environ['PERF_EXEC_PATH'] + '/scripts/python/Perf-Trace-Util/lib/Perf/Trace')
|
D | check-perf-trace.py | 13 sys.path.append(os.environ['PERF_EXEC_PATH'] + \
|
D | syscall-counts-by-pid.py | 10 sys.path.append(os.environ['PERF_EXEC_PATH'] + \
|
D | sctop.py | 13 sys.path.append(os.environ['PERF_EXEC_PATH'] + \
|
D | failed-syscalls-by-pid.py | 11 sys.path.append(os.environ['PERF_EXEC_PATH'] + \
|
D | event_analyzing_sample.py | 23 sys.path.append(os.environ['PERF_EXEC_PATH'] + \
|
D | compaction-times.py | 186 self.list.append(self.pending)
|
D | export-to-postgresql.py | 218 sys.path.append(os.environ['PERF_EXEC_PATH'] + \
|
/linux-4.4.14/scripts/gdb/linux/ |
D | symbols.py | 81 self.module_files.append(root + "/" + name) 105 args.append(" -s {name} {addr}".format( 127 self.loaded_modules.append(module_name) 139 saved_states.append({'breakpoint': bp, 'enabled': bp.enabled}) 157 self.module_paths.append(os.getcwd())
|
/linux-4.4.14/drivers/input/serio/ |
D | gscps2.c | 95 u8 act, append; /* position in buffer[] */ member 137 ps2port->act = ps2port->append = 0; in gscps2_flush() 237 while ( (ps2port->buffer[ps2port->append].str = in gscps2_interrupt() 239 ps2port->buffer[ps2port->append].data = in gscps2_interrupt() 241 ps2port->append = ((ps2port->append+1) & BUFFER_SIZE); in gscps2_interrupt() 252 while (ps2port->act != ps2port->append) { in gscps2_interrupt()
|
/linux-4.4.14/scripts/ |
D | bloat-o-meter | 44 delta.append((-old[name], name)) 50 delta.append((new[name], name)) 56 delta.append((d, name))
|
D | diffconfig | 107 old.append(config) 117 changed.append(config)
|
D | analyze_suspend.py | 301 d['traceevents'].append(e) 437 slist.append(tmp[t]) 456 filter.append(dev) 461 filter.append(dev) 468 rmlist.append(name) 505 idlist.append(list[devname]['id']) 521 devlist.append(child) 544 node.children.append(cnode) 576 real.append(dev) 586 rootlist.append(pdev) [all …]
|
D | checkkconfigsymbols.py | 232 kconfig_files.append(gitfile) 235 source_files.append(gitfile)
|
/linux-4.4.14/Documentation/x86/i386/ |
D | IO-APIC.txt | 42 append="pirq=15,11,10" 83 append="pirq=11,9" 95 append="pirq=0,9,11" 110 append="pirq=0,0,0,0,0,0,9,11"
|
/linux-4.4.14/tools/testing/selftests/rcutorture/bin/ |
D | functions.sh | 153 # Output arguments for the qemu "-append" string based on CPU type
|
D | kvm-test-1-run.sh | 172 echo $QEMU $qemu_args -m 512 -kernel $resdir/bzImage -append \"$qemu_append $boot_args\" > $resdir/…
|
/linux-4.4.14/drivers/mfd/ |
D | rts5249.c | 253 u16 append; in rtsx_base_switch_output_voltage() local 263 append = PHY_TUNE_D18_1V8; in rtsx_base_switch_output_voltage() 269 append = PHY_TUNE_D18_1V7; in rtsx_base_switch_output_voltage() 273 append); in rtsx_base_switch_output_voltage()
|
/linux-4.4.14/tools/testing/selftests/zram/ |
D | zram01.sh | 52 oflag=append count=1 bs=1024 status=none \
|
/linux-4.4.14/fs/hostfs/ |
D | hostfs_kern.c | 39 static int append = 0; variable 63 append = 1; in hostfs_args() 265 if (append) in hostfs_show_options() 330 fd = open_file(name, r, w, append); in hostfs_open() 666 if (append) in hostfs_unlink() 819 if (append) in hostfs_setattr()
|
D | hostfs.h | 67 extern int open_file(char *path, int r, int w, int append);
|
D | hostfs_user.c | 70 int open_file(char *path, int r, int w, int append) in open_file() argument 82 if (append) in open_file()
|
/linux-4.4.14/drivers/dma/ |
D | mxs-dma.c | 510 bool append = flags & DMA_PREP_INTERRUPT; in mxs_dma_prep_slave_sg() local 511 int idx = append ? mxs_chan->desc_count : 0; in mxs_dma_prep_slave_sg() 513 if (mxs_chan->status == DMA_IN_PROGRESS && !append) in mxs_dma_prep_slave_sg() 516 if (sg_len + (append ? idx : 0) > NUM_CCW) { in mxs_dma_prep_slave_sg() 530 if (append) { in mxs_dma_prep_slave_sg()
|
/linux-4.4.14/Documentation/ia64/ |
D | xen.txt | 112 append=" -- rhgb root=/dev/sda2" 114 The append options before "--" are for xen hypervisor, 119 append="com1=19200,8n1 console=vga,com1 -- rhgb console=tty0 \
|
/linux-4.4.14/scripts/tracing/ |
D | draw_functrace.py | 50 self._children.append(child)
|
/linux-4.4.14/tools/hv/ |
D | lsvmbus | 83 vmbus_dev_list.append(d)
|
/linux-4.4.14/tools/perf/Documentation/ |
D | perf-stat.txt | 121 --append:: 127 with it. --append may be used here. Examples: 129 3>>results perf stat --log-fd 3 --append -- $cmd
|
D | perf-script-python.txt | 131 sys.path.append(os.environ['PERF_EXEC_PATH'] + \ 163 path append which every perf script script should include. 218 sys.path.append(os.environ['PERF_EXEC_PATH'] + \ 281 sys.path.append(os.environ['PERF_EXEC_PATH'] + \ 518 sys.path.append(os.environ['PERF_EXEC_PATH'] + \
|
/linux-4.4.14/include/linux/mfd/ |
D | rtsx_pci.h | 1019 u8 mask, u8 append) in rtsx_pci_update_cfg_byte() argument 1027 return pci_write_config_byte(pcr->pci, addr, (val & mask) | append); in rtsx_pci_update_cfg_byte() 1039 u16 mask, u16 append) in rtsx_pci_update_phy() argument 1048 return rtsx_pci_write_phy_register(pcr, addr, (val & mask) | append); in rtsx_pci_update_phy()
|
/linux-4.4.14/drivers/input/touchscreen/ |
D | usbtouchscreen.c | 1347 int append = -pkt_len; in usbtouch_process_multi() local 1348 if (unlikely(append > len)) in usbtouch_process_multi() 1349 append = len; in usbtouch_process_multi() 1350 if (usbtouch->buf_len + append >= usbtouch->type->rept_size) in usbtouch_process_multi() 1352 memcpy(usbtouch->buffer + usbtouch->buf_len, pkt, append); in usbtouch_process_multi() 1353 usbtouch->buf_len += append; in usbtouch_process_multi()
|
/linux-4.4.14/Documentation/networking/ |
D | tlan.txt | 47 1. You can append debug=x to the end of the insmod line to get 56 2. You can append aui=1 to the end of the insmod line to cause
|
D | cops.txt | 38 append="ether=5,0x240,lt0 ether=3,0x260,lt1"
|
D | ltpc.txt | 20 append="ltpc=0x240,9,1"
|
D | netdev-features.txt | 158 This requests that the NIC append the Ethernet Frame Checksum (FCS)
|
D | cs89x0.txt | 331 append="cs89x0_dma=5"
|
/linux-4.4.14/include/sound/ |
D | rawmidi.h | 96 append: 1, /* append flag (merge more streams) */ member
|
/linux-4.4.14/Documentation/sound/oss/ |
D | PAS16 | 150 I have also included the following append line in /etc/lilo.conf: 151 append="pas2=0x388,10,3,-1,0x220,5,1,-1 sb=0x220,5,1,-1 opl3=0x388" 158 append="pas2=0x388,10,3,-1,0,-1,-1,-1 opl3=0x388"
|
D | README.OSS | 1199 chip (_not_ an OPL3), you have to append a line containing #define MAD16_OPL4
|
/linux-4.4.14/drivers/staging/lustre/lustre/libcfs/ |
D | tracefile.h | 71 const char *knl_str, char *append);
|
D | tracefile.c | 784 const char *knl_buffer, char *append) in cfs_trace_copyout_string() argument 797 if (append != NULL && nob < usr_buffer_nob) { in cfs_trace_copyout_string() 798 if (copy_to_user(usr_buffer + nob, append, 1)) in cfs_trace_copyout_string()
|
/linux-4.4.14/sound/core/ |
D | rawmidi.c | 99 (!substream->append || runtime->avail >= count); in snd_rawmidi_ready_append() 247 !substream->append) in assign_substream() 277 substream->append = 1; in open_substream() 491 substream->append = 0; in close_substream() 632 if (substream->append && substream->use_count > 1) in snd_rawmidi_output_params() 1240 if (substream->append) { in snd_rawmidi_kernel_write1() 1303 if (substream->append && count > runtime->buffer_size) in snd_rawmidi_write()
|
D | timer.c | 1267 int prev, append = 0; in snd_timer_user_tinterrupt() local 1289 append++; in snd_timer_user_tinterrupt() 1301 append++; in snd_timer_user_tinterrupt() 1309 append++; in snd_timer_user_tinterrupt() 1312 if (append == 0) in snd_timer_user_tinterrupt()
|
/linux-4.4.14/Documentation/usb/ |
D | linux-cdc-acm.inf | 87 ; VID and PIDs. For each supported device, append
|
/linux-4.4.14/drivers/staging/lustre/include/linux/libcfs/ |
D | libcfs_debug.h | 258 const char *knl_buffer, char *append);
|
/linux-4.4.14/Documentation/target/ |
D | tcm_mod_builder.py | 363 fabric_ops.append(line.rstrip()) 371 fabric_ops.append(line.rstrip())
|
/linux-4.4.14/Documentation/scsi/ |
D | g_NCR5380.txt | 25 command lines (eg using the lilo append command):
|
D | scsi-changer.txt | 97 (append="max_scsi_luns=1" in lilo.conf should do the trick)
|
D | tmscsim.txt | 398 Please append the output of /proc/scsi/scsi, /proc/scsi/tmscsim/? and
|
D | BusLogic.txt | 529 append = "BusLogic=QueueDepth:[,7,15];QueueDepth:31,BusSettleTime:30"
|
/linux-4.4.14/drivers/staging/wlan-ng/ |
D | p80211metastruct.h | 83 p80211item_uint32_t append; member
|
/linux-4.4.14/Documentation/fb/ |
D | sisfb.txt | 38 Well, it depends: If compiled statically into the kernel, use lilo's append 46 append="video=sisfb:mode:1024x768x16,mem:12288,rate:75"
|
D | intelfb.txt | 94 append="video=intelfb:mode=800x600-32@75,accel,hwcursor,vram=8"
|
D | viafb.txt | 251 append = "video=viafb:viafb_mode=1024x768,viafb_bpp=32,viafb_refresh=85"
|
D | intel810.txt | 184 append="video=i810fb:vram:2,xres:1024,yres:768,bpp:8,hsync1:30,hsync2:55, \
|
/linux-4.4.14/Documentation/blockdev/ |
D | ramdisk.txt | 102 append = "ramdisk_start=0 load_ramdisk=1 prompt_ramdisk=1" 104 append = "load_ramdisk=1"
|
D | floppy.txt | 25 append = "floppy=thinkpad" 30 append = "floppy=daring floppy=two_fdc"
|
/linux-4.4.14/tools/perf/tests/ |
D | attr.py | 193 exp_list.append(res_name)
|
/linux-4.4.14/arch/arm/mach-omap1/ |
D | ams-delta-fiq-handler.S | 210 str r8, [r12] @ append it to the buffer tail
|
/linux-4.4.14/Documentation/ |
D | serial-console.txt | 73 append = "console=ttyS1,9600"
|
D | gdb-kernel-debugging.txt | 35 -append, -initrd command line switches. This is generally only useful if
|
D | xz.txt | 49 dictionary. It will also append a four-byte trailer containing the
|
D | crc32.txt | 33 and append it to the current remainder. Then you figure out the
|
D | initrd.txt | 185 append = "root=/dev/ram0 rw"
|
/linux-4.4.14/Documentation/isdn/ |
D | README.HiSax | 348 insmod: Simply append hisax_id=<SomeString> to the insmod command line. This 523 append="hisax=1,3,5,0xd8000,0xd80,HiSax" 525 # append="hisax=3,3,5,0xd8000,0xd80,HiSax" 542 In the line starting with "append" you have to adapt the parameters
|
/linux-4.4.14/Documentation/kdump/ |
D | kdump.txt | 343 --append="root=<root-dev> <arch-specific-options>" 350 --append="root=<root-dev> <arch-specific-options>" 358 --append="root=<root-dev> <arch-specific-options>"
|
/linux-4.4.14/Documentation/filesystems/nfs/ |
D | nfsroot.txt | 247 specified using the 'append=' directive in the LILO configuration 285 are passed to the kernel by adding them to the "append" line.
|
/linux-4.4.14/Documentation/power/ |
D | swsusp-dmcrypt.txt | 48 append="root=/dev/ram0 init=/linuxrc rw"
|
D | swsusp.txt | 27 You need to append resume=/dev/your_swap_partition to kernel command
|
/linux-4.4.14/Documentation/x86/ |
D | earlyprintk.txt | 84 (If you are using Grub, append it to the 'kernel' line in
|
/linux-4.4.14/Documentation/DocBook/ |
D | networking.xml.db | 127 API-skb-append 134 API-skb-append-datato-frags
|
/linux-4.4.14/Documentation/ABI/testing/ |
D | sysfs-class-mic.txt | 91 want to read the current command line options, append new ones
|
/linux-4.4.14/drivers/net/wireless/libertas/ |
D | README | 217 the current scan table intact, update existing or append new scan data:
|
/linux-4.4.14/drivers/md/ |
D | Kconfig | 19 logical block device. This can be used to simply append one 49 tristate "Linear (append) mode"
|
/linux-4.4.14/net/ipv4/ |
D | ip_output.c | 852 goto append; in ip_ufo_append_data() 860 append: in ip_ufo_append_data()
|
/linux-4.4.14/Documentation/devicetree/bindings/powerpc/fsl/ |
D | mpc5200.txt | 37 Modal devices, like PSCs, also append the configured function to the
|
/linux-4.4.14/net/ipv6/ |
D | ip6_output.c | 1125 goto append; in ip6_ufo_append_data() 1139 append: in ip6_ufo_append_data()
|
/linux-4.4.14/Documentation/sound/alsa/ |
D | OSS-Emulation.txt | 156 While quake wants only playback, you may append the second command
|
/linux-4.4.14/Documentation/s390/ |
D | 3270.txt | 236 otherwise the driver strips the "^n" and does not append a newline.
|
/linux-4.4.14/Documentation/serial/ |
D | driver | 142 will append the character to the circular buffer and then call
|
/linux-4.4.14/Documentation/security/ |
D | Smack.txt | 395 execute, write, and occasionally append. There are a few cases where the 440 a: indicates that append access should be granted.
|
/linux-4.4.14/ |
D | README | 288 "LOCALVERSION" to append a unique suffix to the regular kernel version.
|
/linux-4.4.14/Documentation/filesystems/ |
D | ext2.txt | 165 undeletable, compression, synchronous updates, immutability, append-only,
|
/linux-4.4.14/Documentation/cdrom/ |
D | ide-cd | 253 adding `append="hdX=noprobe hdX=cdrom"' to your lilo.conf file and running
|
/linux-4.4.14/arch/mips/ |
D | Kconfig | 2769 if you don't intend to always append a DTB. 2787 if you don't intend to always append a DTB.
|
/linux-4.4.14/init/ |
D | Kconfig | 71 string "Local version - append to kernel release" 81 bool "Automatically append version information to the version string"
|
/linux-4.4.14/Documentation/sysctl/ |
D | kernel.txt | 817 will append to the sysctl value buffer. Anything past the max length
|
/linux-4.4.14/scripts/genksyms/ |
D | lex.lex.c_shipped | 1910 /* Macros to append to our phrase collection list. */
|
/linux-4.4.14/Documentation/trace/ |
D | ftrace.txt | 2269 To append to the filters, use '>>' 2278 Again, now we want to append.
|
/linux-4.4.14/Documentation/filesystems/cifs/ |
D | CHANGES | 8 Fix append problem to Samba servers (files opened with O_APPEND could
|
/linux-4.4.14/arch/arm/ |
D | Kconfig | 1897 if you don't intend to always append a DTB. Proper passing of the
|