Searched refs:comm (Results 26 - 50 of 150) sorted by relevance

123456

/external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/elf/tests/gas64/
H A Delf_gas64_reloc.asm1 .comm _ZEROVAR, 32, 16
2 .comm _VAR, 16, 16
/external/linux-tools-perf/perf-3.12.0/tools/perf/scripts/python/
H A Dfutex-contention.py24 def syscalls__sys_enter_futex(event, ctxt, cpu, s, ns, tid, comm,
30 process_names[tid] = comm
34 def syscalls__sys_exit_futex(event, ctxt, cpu, s, ns, tid, comm,
H A Devent_analyzing_sample.py49 comm text,
56 comm text,
74 comm = param_dict["comm"]
89 event = create_event(name, comm, dso, symbol, raw_buf)
95 (event.name, event.symbol, event.comm, event.dso))
100 (event.name, event.symbol, event.comm, event.dso, event.flags,
132 commq = con.execute("select comm, count(comm) from gen_events group by comm orde
[all...]
H A Dcheck-perf-trace.py60 def print_header(event_name, cpu, secs, nsecs, pid, comm):
62 (event_name, cpu, secs, nsecs, pid, comm),
H A Dsched-migration.py353 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, pi
[all...]
/external/linux-tools-perf/perf-3.12.0/tools/perf/util/
H A Devent.c48 static pid_t perf_event__get_comm_tgid(pid_t pid, char *comm, size_t len) argument
64 while (!comm[0] || (tgid < 0)) {
78 memcpy(comm, name, size);
79 comm[size] = '\0';
106 memset(&event->comm, 0, sizeof(event->comm));
108 tgid = perf_event__get_comm_tgid(pid, event->comm.comm,
109 sizeof(event->comm.comm));
[all...]
H A Dthread.h21 char *comm; member in struct:thread
36 int thread__set_comm(struct thread *self, const char *comm);
H A Dtool.h33 comm, member in struct:perf_tool
/external/linux-tools-perf/perf-3.12.0/tools/perf/tests/
H A Dperf-time-to-tsc.c88 evsel->attr.comm = 1;
123 (pid_t)event->comm.pid != getpid() ||
124 (pid_t)event->comm.tid != getpid())
127 if (strcmp(event->comm.comm, comm1) == 0) {
132 if (strcmp(event->comm.comm, comm2) == 0) {
H A Dperf-record.c104 * Config the evsels, setting attr->comm on the first one, etc.
218 (pid_t)event->comm.pid != evlist->workload.pid) {
226 event->comm.pid != event->comm.tid) {
233 if (strcmp(event->comm.comm, cmd)) {
234 pr_debug("%s with unexpected comm!\n", name);
/external/qemu/distrib/sdl-1.2.15/src/video/ataricommon/
H A DSDL_xbiosinterrupt.S120 .comm oldmousevector,4*1
180 .comm _SDL_AtariXbios_mouselock,2*1
181 .comm _SDL_AtariXbios_mousex,2*1
182 .comm _SDL_AtariXbios_mousey,2*1
183 .comm _SDL_AtariXbios_mouseb,2*1
191 .comm oldjoystickvector,4*1
212 .comm _SDL_AtariXbios_joystick,2*1
H A DSDL_ataric2p.S439 .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_cursr
[all...]
H A DSDL_ikbdinterrupt.S171 .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/chromium-trace/trace-viewer/src/tracing/importer/linux_perf/
H A Dsched_parser.js39 /comm=(.+) pid=(\d+) prio=(\d+) success=(\d+) target_cpu=(\d+)/;
70 var comm = event[1];
73 this.importer.markPidRunnable(ts, pid, comm, prio, fromPid);
/external/kernel-headers/original/uapi/linux/
H A Dcn_proc.h112 char comm[16]; member in struct:proc_event::__anon22924::comm_proc_event
113 } comm; member in union:proc_event::__anon22924
/external/linux-tools-perf/perf-3.12.0/tools/perf/scripts/perl/
H A Dcheck-perf-trace.pl102 my ($event_name, $cpu, $secs, $nsecs, $pid, $comm) = @_;
105 $event_name, $cpu, $secs, $nsecs, $pid, $comm);
/external/llvm/test/MC/Mips/
H A Dmips_gprel16.s69 .comm var1,4,4
72 .comm var2,4,4
/external/linux-tools-perf/perf-3.12.0/tools/perf/
H A Dbuiltin-timechart.c66 * Each "pid" entry, has a list of "comm"s.
69 * Each comm has a list of samples that will be used to draw
102 char *comm; member in struct:per_pidcomm
179 static void pid_set_comm(int pid, char *comm) argument
186 if (c->comm && strcmp(c->comm, comm) == 0) {
190 if (!c->comm) {
191 c->comm = strdup(comm);
328 char comm[TASK_COMM_LEN]; member in struct:wakeup_entry
807 char comm[256]; local
[all...]
/external/lldb/source/Core/
H A DCommunication.cpp243 snprintf(thread_name, sizeof(thread_name), "<lldb.comm.%s>", m_broadcaster_name.AsCString());
339 Communication *comm = (Communication *)p; local
351 while (!done && comm->m_read_thread_enabled)
353 size_t bytes_read = comm->ReadFromConnection (buf, sizeof(buf), 5 * TimeValue::MicroSecPerSec, status, &error);
355 comm->AppendBytesToCache (buf, bytes_read, true, status);
359 if (comm->GetCloseOnEOF ())
360 comm->Disconnect ();
361 comm->AppendBytesToCache (buf, bytes_read, true, status);
370 if (comm->GetCloseOnEOF())
392 comm
[all...]
/external/valgrind/main/mpi/
H A Dlibmpiwrap.c397 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);
1060 int dest, int tag, MPI_Comm comm)
1068 CALL_FN_W_6W(err, fn, buf,count,datatype,dest,tag,comm);
1074 int dest, int tag, MPI_Comm comm) {
1075 return generic_Send(buf,count,datatype, dest,tag,comm);
1078 int dest, int tag, MPI_Comm comm) {
1079 return generic_Send(buf,count,datatype, dest,tag,comm);
1059 generic_Send(void *buf, int count, MPI_Datatype datatype, int dest, int tag, MPI_Comm comm) argument
1073 PMPI_Send(void *buf, int count, MPI_Datatype datatype, int dest, int tag, MPI_Comm comm) argument
1077 PMPI_Bsend(void *buf, int count, MPI_Datatype datatype, int dest, int tag, MPI_Comm comm) argument
1081 PMPI_Ssend(void *buf, int count, MPI_Datatype datatype, int dest, int tag, MPI_Comm comm) argument
1085 PMPI_Rsend(void *buf, int count, MPI_Datatype datatype, int dest, int tag, MPI_Comm comm) argument
1096 PMPI_Recv(void *buf, int count, MPI_Datatype datatype, int source, int tag, MPI_Comm comm, MPI_Status *status) argument
1373 generic_Isend(void *buf, int count, MPI_Datatype datatype, int dest, int tag, MPI_Comm comm, MPI_Request* request) argument
1390 PMPI_Isend(void *buf, int count, MPI_Datatype datatype, int dest, int tag, MPI_Comm comm, MPI_Request* request) argument
1395 PMPI_Ibsend(void *buf, int count, MPI_Datatype datatype, int dest, int tag, MPI_Comm comm, MPI_Request* request) argument
1400 PMPI_Issend(void *buf, int count, MPI_Datatype datatype, int dest, int tag, MPI_Comm comm, MPI_Request* request) argument
1405 PMPI_Irsend(void *buf, int count, MPI_Datatype datatype, int dest, int tag, MPI_Comm comm, MPI_Request* request) argument
1418 PMPI_Irecv( void* buf, int count, MPI_Datatype datatype, int source, int tag, MPI_Comm comm, MPI_Request* request ) argument
1626 PMPI_Iprobe(int source, int tag, MPI_Comm comm, int* flag, MPI_Status* status) argument
1654 PMPI_Probe(int source, int tag, MPI_Comm comm, MPI_Status* status) argument
1708 PMPI_Sendrecv( void *sendbuf, int sendcount, MPI_Datatype sendtype, int dest, int sendtag, void *recvbuf, int recvcount, MPI_Datatype recvtype, int source, int recvtag, MPI_Comm comm, MPI_Status *status) argument
1910 PMPI_Bcast(void *buffer, int count, MPI_Datatype datatype, int root, MPI_Comm comm) argument
1952 PMPI_Gather( void *sendbuf, int sendcount, MPI_Datatype sendtype, void *recvbuf, int recvcount, MPI_Datatype recvtype, int root, MPI_Comm comm) argument
1988 PMPI_Scatter( void* sendbuf, int sendcount, MPI_Datatype sendtype, void* recvbuf, int recvcount, MPI_Datatype recvtype, int root, MPI_Comm comm) argument
2023 PMPI_Alltoall( void* sendbuf, int sendcount, MPI_Datatype sendtype, void* recvbuf, int recvcount, MPI_Datatype recvtype, MPI_Comm comm) argument
2056 PMPI_Reduce(void *sendbuf, void *recvbuf, int count, MPI_Datatype datatype, MPI_Op op, int root, MPI_Comm comm) argument
2084 PMPI_Allreduce(void *sendbuf, void *recvbuf, int count, MPI_Datatype datatype, MPI_Op op, MPI_Comm comm) argument
2137 PMPI_Comm_create(MPI_Comm comm, MPI_Group group, MPI_Comm* newcomm) argument
2153 PMPI_Comm_dup(MPI_Comm comm, MPI_Comm* newcomm) argument
2168 PMPI_Comm_free(MPI_Comm* comm) argument
2183 PMPI_Comm_rank(MPI_Comm comm, int *rank) argument
2200 PMPI_Comm_size(MPI_Comm comm, int *size) argument
[all...]
/external/linux-tools-perf/perf-3.12.0/tools/perf/python/
H A Dtwatch.py21 evsel = perf.evsel(task = 1, comm = 1, mmap = 0,
/external/llvm/test/MC/ARM/
H A Dhilo-16bit-relocations.s12 .comm _foo,4,2
/external/qemu/distrib/sdl-1.2.15/src/timer/mint/
H A DSDL_vbltimer.S224 .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/
H A Dremoting_preflight.sh36 ps -ec -u "$user" -o comm,pid | awk '$1 == "loginwindow" { print $2; exit }'
/external/chromium_org/tools/profile_chrome/third_party/
H A Dperf_to_tracing.py113 def __init__(self, stack_id, ts, cpu, tid, weight, samp_type, comm):
120 self.comm = comm
129 ret['comm'] = self.comm # Sample type
148 samp_comm = param_dict['comm']

Completed in 1660 milliseconds

123456