/external/grub/docs/ |
boot.S | 79 .comm stack, STACK_SIZE
|
boot.S.texi | 79 .comm stack, STACK_SIZE
|
/external/linux-tools-perf/scripts/perl/ |
check-perf-trace.pl | 102 my ($event_name, $cpu, $secs, $nsecs, $pid, $comm) = @_; 105 $event_name, $cpu, $secs, $nsecs, $pid, $comm);
|
wakeup-latency.pl | 55 $comm, $pid, $prio, $success, $target_cpu) = @_;
|
/external/linux-tools-perf/scripts/python/ |
check-perf-trace.py | 60 def print_header(event_name, cpu, secs, nsecs, pid, comm): 62 (event_name, cpu, secs, nsecs, pid, comm),
|
sched-migration.py | 353 def wake_up(self, headers, comm, pid, success, target_cpu, fork): 372 comm, pid, runtime, vruntime): 377 comm, pid, delay): 382 comm, pid, delay): 387 comm, pid, delay): 397 comm, pid, prio): 402 comm, pid, prio): 407 comm, pid, prio): 412 comm, pid, prio, orig_cpu, 430 comm, pid, prio, success [all...] |
/external/linux-tools-perf/util/ |
thread.h | 23 char *comm; member in struct:thread 31 int thread__set_comm(struct thread *self, const char *comm);
|
event.c | 23 [PERF_RECORD_COMM] = "COMM", 79 memset(&event->comm, 0, sizeof(event->comm)); 81 while (!event->comm.comm[0] || !event->comm.pid) { 83 pr_warning("couldn't get COMM and pgid, malformed %s\n", filename); 92 memcpy(event->comm.comm, name, size++); 97 tgid = event->comm.pid = atoi(tgids) [all...] |
event.h | 31 char comm[16]; member in struct:comm_event 137 struct comm_event comm; member in union:perf_event
|
/external/linux-tools-perf/ |
builtin-timechart.c | 72 * Each "pid" entry, has a list of "comm"s. 75 * Each comm has a list of samples that will be used to draw 108 char *comm; member in struct:per_pidcomm 186 static void pid_set_comm(int pid, char *comm) 193 if (c->comm && strcmp(c->comm, comm) == 0) { 197 if (!c->comm) { 198 c->comm = strdup(comm); 335 char comm[TASK_COMM_LEN]; member in struct:wakeup_entry 817 char comm[256]; local [all...] |
/external/qemu/distrib/sdl-1.2.15/src/video/ataricommon/ |
SDL_ataric2p.S | 439 .comm _SDL_Atari_C2pConvert,4 440 .comm _SDL_Atari_table_c2p,1024 442 .comm c2p_source,4 /* Source framebuffer */ 443 .comm c2p_dest,4 /* Destination framebuffer */ 444 .comm c2p_width,4 /* Width of zone to convert */ 445 .comm c2p_height,4 /* Height of zone to convert */ 446 .comm c2p_dblligne,4 /* Double the lines while converting ? */ 447 .comm c2p_srcpitch,4 /* Source pitch */ 448 .comm c2p_dstpitch,4 /* Destination pitch */ 449 .comm c2p_cursrc,4 /* Current source line * [all...] |
SDL_ikbdinterrupt.S | 171 .comm ikbd_ierb,1 172 .comm ikbd_imrb,1 180 .comm old_ikbd,4*1 400 .comm _SDL_AtariIkbd_keyboard,128 401 .comm _SDL_AtariIkbd_mousex,2 402 .comm _SDL_AtariIkbd_mousey,2 403 .comm _SDL_AtariIkbd_mouseb,2 404 .comm _SDL_AtariIkbd_joystick,2
|
/external/valgrind/main/mpi/ |
libmpiwrap.c | 397 static __inline__ int comm_rank ( MPI_Comm comm ) 400 err = PMPI_Comm_rank(comm, &r); 404 static __inline__ int comm_size ( MPI_Comm comm ) 407 err = PMPI_Comm_size(comm, &r); [all...] |
/external/linux-tools-perf/python/ |
twatch.py | 21 evsel = perf.evsel(task = 1, comm = 1, mmap = 0,
|
/external/llvm/test/MC/ARM/ |
hilo-16bit-relocations.s | 12 .comm _foo,4,2
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/multiprocessing/ |
__init__.py | 119 comm = '/sbin/sysctl -n hw.ncpu' 121 comm = '/usr' + comm 123 with os.popen(comm) as p:
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/multiprocessing/ |
__init__.py | 119 comm = '/sbin/sysctl -n hw.ncpu' 121 comm = '/usr' + comm 123 with os.popen(comm) as p:
|
/frameworks/base/core/java/android/os/ |
ParcelFileDescriptor.java | 234 final FileDescriptor[] comm = createCommSocketPair(); 235 final ParcelFileDescriptor pfd = new ParcelFileDescriptor(fd, comm[0]); 238 IoUtils.setBlocking(comm[1], true); 239 final ListenerBridge bridge = new ListenerBridge(comm[1], handler.getLooper(), listener); 382 final FileDescriptor[] comm = createCommSocketPair(); local 385 new ParcelFileDescriptor(fds[0], comm[0]), 386 new ParcelFileDescriptor(fds[1], comm[1]) }; 420 final FileDescriptor[] comm = createCommSocketPair(); local 425 new ParcelFileDescriptor(fd0, comm[0]), 426 new ParcelFileDescriptor(fd1, comm[1]) } [all...] |
/external/qemu/distrib/sdl-1.2.15/src/timer/mint/ |
SDL_vbltimer.S | 224 .comm _SDL_Atari_hz200,4*1 226 .comm vbl_mutex,2*1 228 .comm my_vector,4*1
|
/external/chromium_org/remoting/host/installer/mac/Scripts/ |
remoting_preflight.sh | 36 ps -ec -u "$user" -o comm,pid | awk '$1 == "loginwindow" { print $2; exit }'
|
/external/valgrind/main/VEX/test/ |
fp1.s | 51 .comm a,80,32
|
/external/valgrind/main/memcheck/tests/x86/ |
tronical.S | 103 .comm foo,4,4
|
/external/chromium_org/third_party/openssl/openssl/crypto/perlasm/ |
x86nasm.pl | 118 { my $comm=<<___; 124 push (@out,$comm)
|
/external/openssl/crypto/perlasm/ |
x86nasm.pl | 118 { my $comm=<<___; 124 push (@out,$comm)
|
/frameworks/native/cmds/dumpstate/ |
utils.c | 116 char comm[255]; local 125 sprintf(commpath,"/proc/%d/comm", tid); 126 memset(comm, 0, sizeof(comm)); 128 strcpy(comm, "N/A"); 131 read(fd, comm, sizeof(comm) - 1); 134 c = strrchr(comm, '\n'); 139 func(pid, tid, comm);
|