Home
last modified time | relevance | path

Searched refs:getCmdLine (Results 1 – 3 of 3) sorted by relevance

/openbmc/google-misc/subprojects/metrics-ipmi-blobs/
H A Dutil.hpp47 std::string getCmdLine(int pid);
H A Dmetric.cpp124 entry.cmdline = getCmdLine(pid); in getProcStatMetric()
253 entry.cmdline = getCmdLine(pid); in getFdStatMetric()
H A Dutil.cpp112 std::string getCmdLine(const int pid) in getCmdLine() function