Home
last modified time | relevance | path

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

/system/core/logd/
DLogAudit.cpp183 const char *comm = strstr(str, comm_str); in logPrint() local
/system/extras/simpleperf/
Denvironment.cpp252 static bool ReadThreadNameAndTgid(const std::string& status_file, std::string* comm, pid_t* tgid) { in ReadThreadNameAndTgid()
286 std::string comm; in GetThreadComm() local
Denvironment.h47 std::string comm; member
Drecord.cpp374 const std::string& comm) { in CreateCommRecord()
Drecord.h143 std::string comm; member
/system/extras/perfprofd/quipper/kernel-headers/tools/perf/util/
Devent.h51 char comm[16]; member
185 struct comm_event comm; member
/system/extras/perfprofd/quipper/original-kernel-headers/tools/perf/util/
Devent.h36 char comm[16]; member
176 struct comm_event comm; member
/system/core/logcat/tests/
Dlogcat_test.cpp489 static const char comm[] = "logcat -b radio -b events -b system -b main" in TEST() local