Home
last modified time | relevance | path

Searched refs:append (Results 1 – 95 of 95) sorted by relevance

/linux-4.4.14/tools/perf/scripts/python/
Dnetdev-times.py13 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 …]
Dsched-migration.py20 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)
Dnet_dropmonitor.py6 sys.path.append(os.environ['PERF_EXEC_PATH'] + \
27 kallsyms.append((loc, name))
Dcall-graph-from-postgresql.py90 self.child_items.append(child_item)
106 self.child_items.append(child_item)
152 self.child_items.append(child_item)
Dsyscall-counts.py11 sys.path.append(os.environ['PERF_EXEC_PATH'] + \
Dfutex-contention.py14 sys.path.append(os.environ['PERF_EXEC_PATH'] + '/scripts/python/Perf-Trace-Util/lib/Perf/Trace')
Dcheck-perf-trace.py13 sys.path.append(os.environ['PERF_EXEC_PATH'] + \
Dsyscall-counts-by-pid.py10 sys.path.append(os.environ['PERF_EXEC_PATH'] + \
Dsctop.py13 sys.path.append(os.environ['PERF_EXEC_PATH'] + \
Dfailed-syscalls-by-pid.py11 sys.path.append(os.environ['PERF_EXEC_PATH'] + \
Devent_analyzing_sample.py23 sys.path.append(os.environ['PERF_EXEC_PATH'] + \
Dcompaction-times.py186 self.list.append(self.pending)
Dexport-to-postgresql.py218 sys.path.append(os.environ['PERF_EXEC_PATH'] + \
/linux-4.4.14/scripts/gdb/linux/
Dsymbols.py81 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/
Dgscps2.c95 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/
Dbloat-o-meter44 delta.append((-old[name], name))
50 delta.append((new[name], name))
56 delta.append((d, name))
Ddiffconfig107 old.append(config)
117 changed.append(config)
Danalyze_suspend.py301 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 …]
Dcheckkconfigsymbols.py232 kconfig_files.append(gitfile)
235 source_files.append(gitfile)
/linux-4.4.14/Documentation/x86/i386/
DIO-APIC.txt42 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/
Dfunctions.sh153 # Output arguments for the qemu "-append" string based on CPU type
Dkvm-test-1-run.sh172 echo $QEMU $qemu_args -m 512 -kernel $resdir/bzImage -append \"$qemu_append $boot_args\" > $resdir/…
/linux-4.4.14/drivers/mfd/
Drts5249.c253 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/
Dzram01.sh52 oflag=append count=1 bs=1024 status=none \
/linux-4.4.14/fs/hostfs/
Dhostfs_kern.c39 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()
Dhostfs.h67 extern int open_file(char *path, int r, int w, int append);
Dhostfs_user.c70 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/
Dmxs-dma.c510 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/
Dxen.txt112 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/
Ddraw_functrace.py50 self._children.append(child)
/linux-4.4.14/tools/hv/
Dlsvmbus83 vmbus_dev_list.append(d)
/linux-4.4.14/tools/perf/Documentation/
Dperf-stat.txt121 --append::
127 with it. --append may be used here. Examples:
129 3>>results perf stat --log-fd 3 --append -- $cmd
Dperf-script-python.txt131 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/
Drtsx_pci.h1019 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/
Dusbtouchscreen.c1347 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/
Dtlan.txt47 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
Dcops.txt38 append="ether=5,0x240,lt0 ether=3,0x260,lt1"
Dltpc.txt20 append="ltpc=0x240,9,1"
Dnetdev-features.txt158 This requests that the NIC append the Ethernet Frame Checksum (FCS)
Dcs89x0.txt331 append="cs89x0_dma=5"
/linux-4.4.14/include/sound/
Drawmidi.h96 append: 1, /* append flag (merge more streams) */ member
/linux-4.4.14/Documentation/sound/oss/
DPAS16150 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"
DREADME.OSS1199 chip (_not_ an OPL3), you have to append a line containing #define MAD16_OPL4
/linux-4.4.14/drivers/staging/lustre/lustre/libcfs/
Dtracefile.h71 const char *knl_str, char *append);
Dtracefile.c784 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/
Drawmidi.c99 (!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()
Dtimer.c1267 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/
Dlinux-cdc-acm.inf87 ; VID and PIDs. For each supported device, append
/linux-4.4.14/drivers/staging/lustre/include/linux/libcfs/
Dlibcfs_debug.h258 const char *knl_buffer, char *append);
/linux-4.4.14/Documentation/target/
Dtcm_mod_builder.py363 fabric_ops.append(line.rstrip())
371 fabric_ops.append(line.rstrip())
/linux-4.4.14/Documentation/scsi/
Dg_NCR5380.txt25 command lines (eg using the lilo append command):
Dscsi-changer.txt97 (append="max_scsi_luns=1" in lilo.conf should do the trick)
Dtmscsim.txt398 Please append the output of /proc/scsi/scsi, /proc/scsi/tmscsim/? and
DBusLogic.txt529 append = "BusLogic=QueueDepth:[,7,15];QueueDepth:31,BusSettleTime:30"
/linux-4.4.14/drivers/staging/wlan-ng/
Dp80211metastruct.h83 p80211item_uint32_t append; member
/linux-4.4.14/Documentation/fb/
Dsisfb.txt38 Well, it depends: If compiled statically into the kernel, use lilo's append
46 append="video=sisfb:mode:1024x768x16,mem:12288,rate:75"
Dintelfb.txt94 append="video=intelfb:mode=800x600-32@75,accel,hwcursor,vram=8"
Dviafb.txt251 append = "video=viafb:viafb_mode=1024x768,viafb_bpp=32,viafb_refresh=85"
Dintel810.txt184 append="video=i810fb:vram:2,xres:1024,yres:768,bpp:8,hsync1:30,hsync2:55, \
/linux-4.4.14/Documentation/blockdev/
Dramdisk.txt102 append = "ramdisk_start=0 load_ramdisk=1 prompt_ramdisk=1"
104 append = "load_ramdisk=1"
Dfloppy.txt25 append = "floppy=thinkpad"
30 append = "floppy=daring floppy=two_fdc"
/linux-4.4.14/tools/perf/tests/
Dattr.py193 exp_list.append(res_name)
/linux-4.4.14/arch/arm/mach-omap1/
Dams-delta-fiq-handler.S210 str r8, [r12] @ append it to the buffer tail
/linux-4.4.14/Documentation/
Dserial-console.txt73 append = "console=ttyS1,9600"
Dgdb-kernel-debugging.txt35 -append, -initrd command line switches. This is generally only useful if
Dxz.txt49 dictionary. It will also append a four-byte trailer containing the
Dcrc32.txt33 and append it to the current remainder. Then you figure out the
Dinitrd.txt185 append = "root=/dev/ram0 rw"
/linux-4.4.14/Documentation/isdn/
DREADME.HiSax348 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/
Dkdump.txt343 --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/
Dnfsroot.txt247 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/
Dswsusp-dmcrypt.txt48 append="root=/dev/ram0 init=/linuxrc rw"
Dswsusp.txt27 You need to append resume=/dev/your_swap_partition to kernel command
/linux-4.4.14/Documentation/x86/
Dearlyprintk.txt84 (If you are using Grub, append it to the 'kernel' line in
/linux-4.4.14/Documentation/DocBook/
Dnetworking.xml.db127 API-skb-append
134 API-skb-append-datato-frags
/linux-4.4.14/Documentation/ABI/testing/
Dsysfs-class-mic.txt91 want to read the current command line options, append new ones
/linux-4.4.14/drivers/net/wireless/libertas/
DREADME217 the current scan table intact, update existing or append new scan data:
/linux-4.4.14/drivers/md/
DKconfig19 logical block device. This can be used to simply append one
49 tristate "Linear (append) mode"
/linux-4.4.14/net/ipv4/
Dip_output.c852 goto append; in ip_ufo_append_data()
860 append: in ip_ufo_append_data()
/linux-4.4.14/Documentation/devicetree/bindings/powerpc/fsl/
Dmpc5200.txt37 Modal devices, like PSCs, also append the configured function to the
/linux-4.4.14/net/ipv6/
Dip6_output.c1125 goto append; in ip6_ufo_append_data()
1139 append: in ip6_ufo_append_data()
/linux-4.4.14/Documentation/sound/alsa/
DOSS-Emulation.txt156 While quake wants only playback, you may append the second command
/linux-4.4.14/Documentation/s390/
D3270.txt236 otherwise the driver strips the "^n" and does not append a newline.
/linux-4.4.14/Documentation/serial/
Ddriver142 will append the character to the circular buffer and then call
/linux-4.4.14/Documentation/security/
DSmack.txt395 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/
DREADME288 "LOCALVERSION" to append a unique suffix to the regular kernel version.
/linux-4.4.14/Documentation/filesystems/
Dext2.txt165 undeletable, compression, synchronous updates, immutability, append-only,
/linux-4.4.14/Documentation/cdrom/
Dide-cd253 adding `append="hdX=noprobe hdX=cdrom"' to your lilo.conf file and running
/linux-4.4.14/arch/mips/
DKconfig2769 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/
DKconfig71 string "Local version - append to kernel release"
81 bool "Automatically append version information to the version string"
/linux-4.4.14/Documentation/sysctl/
Dkernel.txt817 will append to the sysctl value buffer. Anything past the max length
/linux-4.4.14/scripts/genksyms/
Dlex.lex.c_shipped1910 /* Macros to append to our phrase collection list. */
/linux-4.4.14/Documentation/trace/
Dftrace.txt2269 To append to the filters, use '>>'
2278 Again, now we want to append.
/linux-4.4.14/Documentation/filesystems/cifs/
DCHANGES8 Fix append problem to Samba servers (files opened with O_APPEND could
/linux-4.4.14/arch/arm/
DKconfig1897 if you don't intend to always append a DTB. Proper passing of the