HomeSort by relevance Sort by last modified time
    Searched defs:comm (Results 1 - 25 of 60) sorted by null

1 2 3

  /external/chromium-trace/catapult/third_party/pyserial/serial/
serialjava.py 33 # http://mho.republika.pl/java/comm/
35 comm = detect_java_comm([ variable
36 'javax.comm', # Sun/IBM
43 enum = comm.CommPortIdentifier.getPortIdentifiers()
47 if el.getPortType() == comm.CommPortIdentifier.PORT_SERIAL:
64 portId = comm.CommPortIdentifier.getPortIdentifier(self._port)
66 portId = comm.CommPortIdentifier.getPortIdentifier(device(self._port)) # numbers are transformed to a comport id obj
84 jdatabits = comm.SerialPort.DATABITS_5
86 jdatabits = comm.SerialPort.DATABITS_6
88 jdatabits = comm.SerialPort.DATABITS_
    [all...]
  /external/perf_data_converter/src/
perf_data_handler.h 98 // A comm event.
99 const quipper::PerfDataProto::CommEvent* comm; member in struct:perftools::PerfDataHandler::CommContext
123 // When comm.pid()==comm.tid() it indicates an exec() happened.
124 virtual void Comm(const CommContext& comm) = 0;
perf_data_converter.cc 116 uint64 comm = 0; member in struct:perftools::__anon31904::SampleKey
123 (a.exec_mode == b.exec_mode) && (a.comm == b.comm) &&
135 hash ^= std::hash<uint64>()(k.comm);
154 // by Comm() and MMap() methods to force re-creation of those locations.
211 void Comm(const CommContext& comm) override;
251 // Returns whether comm labels were requested for inclusion in the
305 const string& comm = per_pid_[pid].tid_to_comm_map[tid]; local
306 if (!comm.empty())
    [all...]
  /system/core/storaged/include/
uid_info.h 54 std::string comm; member in class:android::os::storaged::task_info
  /system/core/storaged/
storaged_service.cpp 79 const string& comm = task_it.first; local
82 comm.c_str(),
storaged_uid_monitor.cpp 101 comm = Join(std::vector<std::string>(
342 const std::string& comm = task_it.second.comm; local
352 io_usage& task_usage = usage.task_ios[comm];
  /system/extras/iotop/
taskstats.h 35 const std::string& comm() const { return comm_; } function in class:TaskStatistics
  /system/extras/simpleperf/
thread_tree.h 70 const char* comm; // It always refers to the latest comm. member in struct:simpleperf::ThreadEntry
88 // We can't dump comm for pid 0 from /proc, so add it's name here.
92 void SetThreadName(int pid, int tid, const std::string& comm);
  /bionic/libc/kernel/uapi/linux/
cn_proc.h 80 char comm[16]; member in struct:proc_event::__anon550::comm_proc_event
81 } comm; member in union:proc_event::__anon550
  /external/iproute2/ip/
iptuntap.c 282 char *comm; local
286 err = asprintf(&comm, "/proc/%d/comm", pid);
290 f = fopen(comm, "r");
291 free(comm);
297 if (fscanf(f, "%ms\n", &comm) != 1) {
299 comm = NULL;
306 return comm;
ipvrf.c 129 char *nl, comm[32]; local
135 if (get_command_name(buf, comm, sizeof(comm)))
136 strcpy(comm, "<terminated?>");
138 printf("%5s %s\n", buf, comm);
  /external/iptables/extensions/
libxt_owner.c 34 char comm[16]; member in struct:ipt_owner_info
43 char comm[16]; member in struct:ip6t_owner_info
106 .flags = XTOPT_INVERT | XTOPT_PUT, XTOPT_POINTER(s, comm)},
333 printf(" %.*s", (int)sizeof(info->comm), info->comm);
  /external/kernel-headers/original/uapi/linux/
cn_proc.h 113 char comm[16]; member in struct:proc_event::__anon22756::comm_proc_event
114 } comm; member in union:proc_event::__anon22756
  /external/strace/
perf_event_struct.h 25 comm :1, member in struct:perf_event_attr
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/
cn_proc.h 110 char comm[16]; member in struct:proc_event::__anon62422::comm_proc_event
111 } comm; member in union:proc_event::__anon62422
perf_event.h 203 comm : 1, /* include comm data */ member in struct:perf_event_attr
381 * char comm[];
  /system/core/logd/
LogAudit.cpp 351 static const char comm_str[] = " comm=\"";
352 const char* comm = strstr(str, comm_str); local
355 if (comm) {
356 estr = comm;
357 comm += sizeof(comm_str) - 1;
360 comm = "auditd";
363 comm = commfree = logbuf->pidToName(pid);
365 if (!comm) {
366 comm = "unknown";
370 const char* ecomm = strchr(comm, '"');
    [all...]
  /toolchain/binutils/binutils-2.27/opcodes/
arc-dis.h 67 const char *comm[6]; /* Instr name, cond, NOP, 3 operands. */ member in struct:arcDisState
  /external/mesa3d/src/gallium/drivers/nouveau/
nouveau_vp3_video.h 71 /* dump fence and comm, as needed.. */
73 struct comm *comm; member in struct:nouveau_vp3_decoder
124 struct comm { struct
  /external/perf_data_converter/src/quipper/
perf_serializer.cc 78 S(comm);
130 S(comm);
561 const struct comm_event& comm = event.comm; local
562 sample->set_pid(comm.pid);
563 sample->set_tid(comm.tid);
564 sample->set_comm(comm.comm);
565 sample->set_comm_md5_prefix(Md5Prefix(comm.comm));
572 struct comm_event& comm = event->comm; local
    [all...]
  /external/strace/tests/
perf_event_open.c 87 comm :1, member in struct:pea_flags
235 ", comm=%u"
250 attr->comm,
  /external/strace/tests-m32/
perf_event_open.c 87 comm :1, member in struct:pea_flags
235 ", comm=%u"
250 attr->comm,
  /external/strace/tests-mx32/
perf_event_open.c 87 comm :1, member in struct:pea_flags
235 ", comm=%u"
250 attr->comm,
  /frameworks/base/core/java/android/os/
ParcelFileDescriptor.java 260 final FileDescriptor[] comm = createCommSocketPair(); local
261 final ParcelFileDescriptor pfd = new ParcelFileDescriptor(fd, comm[0]);
263 queue.addOnFileDescriptorEventListener(comm[1],
444 final FileDescriptor[] comm = createCommSocketPair(); local
447 new ParcelFileDescriptor(fds[0], comm[0]),
448 new ParcelFileDescriptor(fds[1], comm[1]) };
496 final FileDescriptor[] comm = createCommSocketPair(); local
501 new ParcelFileDescriptor(fd0, comm[0]),
502 new ParcelFileDescriptor(fd1, comm[1]) };
817 private static Status readCommStatus(FileDescriptor comm, byte[] buf)
    [all...]
  /frameworks/native/cmds/dumpstate/
utils.cpp 296 // if no cmdline, a kernel thread has comm
297 snprintf(cmdpath, sizeof(cmdpath), "/proc/%d/comm", pid);
350 char comm[255]; local
359 snprintf(commpath, sizeof(commpath), "/proc/%d/comm", tid);
360 memset(comm, 0, sizeof(comm));
362 strcpy(comm, "N/A");
365 TEMP_FAILURE_RETRY(read(fd, comm, sizeof(comm) - 2));
368 c = strrchr(comm, '\n')
    [all...]

Completed in 277 milliseconds

1 2 3