Home
last modified time | relevance | path

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

1234

/linux-3.4.99/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'] + \
35 kallsyms.append({ 'loc': loc, 'name' : name})
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'] + \
Dsctop.py13 sys.path.append(os.environ['PERF_EXEC_PATH'] + \
Dsyscall-counts-by-pid.py10 sys.path.append(os.environ['PERF_EXEC_PATH'] + \
Dfailed-syscalls-by-pid.py11 sys.path.append(os.environ['PERF_EXEC_PATH'] + \
/linux-3.4.99/drivers/input/serio/
Dgscps2.c97 u8 act, append; /* position in buffer[] */ member
139 ps2port->act = ps2port->append = 0; in gscps2_flush()
239 while ( (ps2port->buffer[ps2port->append].str = in gscps2_interrupt()
241 ps2port->buffer[ps2port->append].data = in gscps2_interrupt()
243 ps2port->append = ((ps2port->append+1) & BUFFER_SIZE); in gscps2_interrupt()
254 while (ps2port->act != ps2port->append) { in gscps2_interrupt()
/linux-3.4.99/scripts/
Dbloat-o-meter41 delta.append((-old[name], name))
47 delta.append((new[name], name))
53 delta.append((d, name))
Ddiffconfig104 old.append(config)
114 changed.append(config)
/linux-3.4.99/arch/arm/mach-vt8500/
DKconfig39 To select this panel at runtime, say y here and append
49 To select this panel at runtime, say y here and append
59 To select this panel at runtime, say y here and append
69 To select this panel at runtime, say y here and append
/linux-3.4.99/Documentation/serial/
Ddigiepca.txt57 configure PCI boards with the LILO append command. If you wish to override
61 -> append="digi=2"
64 append="digiepca=E,PC/Xe,D,16,200,D0000"
66 append="digi=1,0,0,16,512,851968"
/linux-3.4.99/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-3.4.99/tools/perf/Documentation/
Dperf-stat.txt101 --append::
107 with it. --append may be used here. Examples:
109 3>>results perf stat --log-fd 3 --append -- $cmd
/linux-3.4.99/drivers/net/caif/
Dcaif_shmcore.c384 unsigned int frmlen, avail_emptybuff, append = 0; in shm_tx_work_func() local
448 if (append) { in shm_tx_work_func()
473 if (!append) { in shm_tx_work_func()
475 append = 1; in shm_tx_work_func()
510 append = 0; in shm_tx_work_func()
/linux-3.4.99/drivers/dma/
Dmxs-dma.c369 bool append = flags & DMA_PREP_INTERRUPT; in mxs_dma_prep_slave_sg() local
370 int idx = append ? mxs_chan->desc_count : 0; in mxs_dma_prep_slave_sg()
372 if (mxs_chan->status == DMA_IN_PROGRESS && !append) in mxs_dma_prep_slave_sg()
375 if (sg_len + (append ? idx : 0) > NUM_CCW) { in mxs_dma_prep_slave_sg()
389 if (append) { in mxs_dma_prep_slave_sg()
/linux-3.4.99/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-3.4.99/include/linux/
Dsom.h72 unsigned int append :1; /* Must be merged by the linker */ member
/linux-3.4.99/fs/hostfs/
Dhostfs.h67 extern int open_file(char *path, int r, int w, int append);
Dhostfs_kern.c46 static int append = 0; variable
72 append = 1; in hostfs_args()
332 fd = open_file(name, r, w, append); in hostfs_file_open()
657 if (append) in hostfs_unlink()
801 if (append) in hostfs_setattr()
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-3.4.99/scripts/tracing/
Ddraw_functrace.py50 self._children.append(child)
/linux-3.4.99/drivers/input/touchscreen/
Dusbtouchscreen.c1290 int append = -pkt_len; in usbtouch_process_multi() local
1291 if (unlikely(append > len)) in usbtouch_process_multi()
1292 append = len; in usbtouch_process_multi()
1293 if (usbtouch->buf_len + append >= usbtouch->type->rept_size) in usbtouch_process_multi()
1295 memcpy(usbtouch->buffer + usbtouch->buf_len, pkt, append); in usbtouch_process_multi()
1296 usbtouch->buf_len += append; in usbtouch_process_multi()

1234