Home
last modified time | relevance | path

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

/developtools/profiler/device/plugins/ftrace_plugin/test/unittest/
Dftrace_fs_ops_test.cpp172 std::string content = FtraceFsOps::GetInstance().GetThreadComm(pid, pid);
184 std::string content = ftraceFsOps.GetThreadComm(-1, -1);
188 content = ftraceFsOps.GetThreadComm(pid, -1);
191 content = ftraceFsOps.GetThreadComm(-1, pid);
/developtools/profiler/device/plugins/ftrace_plugin/include/
Dftrace_fs_ops.h41 MOCKABLE std::string GetThreadComm(int pid, int tid);
Dftrace_parser.h172 comm = FtraceFsOps::GetInstance().GetThreadComm(tgid, pid); in ParseFtraceEvent()
/developtools/profiler/device/plugins/ftrace_plugin/src/
Dftrace_fs_ops.cpp160 std::string FtraceFsOps::GetThreadComm(int pid, int tid) in GetThreadComm() function in FtraceFsOps