Searched defs:comm (Results 1 - 8 of 8) sorted by relevance

/system/extras/simpleperf/
H A Denvironment.h47 std::string comm; member in struct:ThreadComm
H A Drecord.cpp32 {PERF_RECORD_COMM, "comm"},
206 comm = p;
213 PrintIndented(indent, "pid %u, tid %u, comm %s\n", data.pid, data.tid, comm.c_str());
221 strcpy(p, comm.c_str());
222 p += ALIGN(comm.size() + 1, 8);
374 const std::string& comm) {
380 record.comm = comm;
383 ALIGN(record.comm
373 CreateCommRecord(const perf_event_attr& attr, uint32_t pid, uint32_t tid, const std::string& comm) argument
[all...]
H A Drecord.h143 std::string comm; member in struct:CommRecord
208 const std::string& comm);
H A Denvironment.cpp252 static bool ReadThreadNameAndTgid(const std::string& status_file, std::string* comm, pid_t* tgid) { argument
264 *comm = s;
286 std::string comm; local
288 if (!ReadThreadNameAndTgid(status_file, &comm, &tgid)) {
294 thread.comm = comm;
/system/core/logcat/tests/
H A Dlogcat_test.cpp489 static const char comm[] = "logcat -b radio -b events -b system -b main" local
491 char command[sizeof(buf) + sizeof(comm)];
492 sprintf(command, comm, buf);
/system/core/logd/
H A DLogAudit.cpp182 static const char comm_str[] = " comm=\"";
183 const char *comm = strstr(str, comm_str); local
186 if (comm) {
187 estr = comm;
188 comm += sizeof(comm_str) - 1;
191 comm = "auditd";
194 comm = commfree = logbuf->pidToName(pid);
196 if (!comm) {
197 comm = "unknown";
201 const char *ecomm = strchr(comm, '"');
[all...]
/system/extras/perfprofd/quipper/kernel-headers/tools/perf/util/
H A Devent.h51 char comm[16]; member in struct:comm_event
185 struct comm_event comm; member in union:perf_event
/system/extras/perfprofd/quipper/original-kernel-headers/tools/perf/util/
H A Devent.h36 char comm[16]; member in struct:comm_event
176 struct comm_event comm; member in union:perf_event

Completed in 57 milliseconds