Home
last modified time | relevance | path

Searched refs:tcomm (Results 1 – 4 of 4) sorted by relevance

/openbmc/google-misc/subprojects/metrics-ipmi-blobs/
H A Dmetric.cpp86 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()
[all …]
H A Dutil.hpp26 std::string tcomm; member
H A Dutil.cpp135 ret.tcomm = ""; in parseTcommUtimeStimeString()
158 ret.tcomm = std::string(pCol); in parseTcommUtimeStimeString()
/openbmc/google-misc/subprojects/metrics-ipmi-blobs/test/
H A Dutil_test.cpp73 EXPECT_EQ(t.tcomm, "(dbus-broker)"); in TEST()
89 EXPECT_EQ(t.tcomm, "invalid"); in TEST()