Home
last modified time | relevance | path

Searched defs:status_file (Results 1 – 1 of 1) sorted by relevance

/system/extras/simpleperf/
Denvironment.cpp252 static bool ReadThreadNameAndTgid(const std::string& status_file, std::string* comm, pid_t* tgid) { in ReadThreadNameAndTgid()
285 std::string status_file = task_dirname + "/" + name + "/status"; in GetThreadComm() local