Home
last modified time | relevance | path

Searched refs:tcomm (Results 1 – 6 of 6) 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 <()
254 entry.tcomm = t.tcomm; in getFdStatMetric()
291 if (entry.tcomm.size() > 0) 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/linux/fs/proc/
H A Darray.c101 char tcomm[64]; in proc_task_name() local
108 wq_worker_comm(tcomm, sizeof(tcomm), p); in proc_task_name()
110 get_kthread_comm(tcomm, sizeof(tcomm), p); in proc_task_name()
112 __get_task_comm(tcomm, sizeof(tcomm), p); in proc_task_name()
115 seq_escape_str(m, tcomm, ESCAPE_SPACE | ESCAPE_SPECIAL, "\n\\"); in proc_task_name()
117 seq_printf(m, "%.64s", tcomm); in proc_task_name()
/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()
/openbmc/linux/Documentation/filesystems/
H A Dproc.rst334 tcomm filename of the executable