Lines Matching refs:tcomm
86 std::string tcomm; member
96 return std::tie(negTime, cmdline, tcomm) < in operator <()
97 std::tie(negOtherTime, other.cmdline, other.tcomm); in operator <()
126 entry.tcomm = t.tcomm; in getProcStatMetric()
173 if (entry.tcomm.size() > 0) in getProcStatMetric()
176 fullCmdline += entry.tcomm; in getProcStatMetric()
215 std::string tcomm; member
223 return std::tie(negFdCount, cmdline, tcomm) < in operator <()
224 std::tie(negOtherFdCount, other.cmdline, other.tcomm); in operator <()
254 entry.tcomm = t.tcomm; in getFdStatMetric()
291 if (entry.tcomm.size() > 0) in getFdStatMetric()
294 fullCmdline += entry.tcomm; in getFdStatMetric()