Lines Matching defs:comm
166 std::string comm;
168 comm = it->second;
171 comm = FtraceFsOps::GetInstance().GetThreadComm(tgid, pid);
173 comm = FtraceFsOps::GetInstance().GetProcessComm(pid);
175 if (comm.size() > 0) {
176 comm.pop_back(); // /proc/xxx/comm end with `\n`
177 commDict_.insert(std::pair<int32_t, std::string>(pid, comm));
180 if (comm.size() > 0) {
181 ftraceEvent.set_comm(comm);