Lines Matching refs:pid_t
44 using uSymbolsHits = std::unordered_map<pid_t, std::unordered_set<uint64_t>>;
80 pid_t devhostPid_ = -1;
81 void SetDevhostPid(pid_t devhost);
88 static_assert(sizeof(pid_t) == sizeof(int));
132 DfxSymbol GetSymbol(uint64_t ip, pid_t pid, pid_t tid,
135 VirtualThread &GetThread(pid_t pid, pid_t tid, const std::string name = "");
136 const std::map<pid_t, VirtualThread> &GetThreads() const in GetThreads()
145 std::string ReadThreadName(pid_t tid, bool isThread);
146 std::string ReadFromSavedCmdLines(pid_t tid);
147 bool IsKernelThread(pid_t pid);
177 std::map<pid_t, VirtualThread> userSpaceThreadMap_;
206 VirtualThread &UpdateThread(pid_t pid, pid_t tid, const std::string name = "");
207 VirtualThread &CreateThread(pid_t pid, pid_t tid, const std::string name = "");
210 void UpdateThreadMaps(pid_t pid, pid_t tid, const std::string filename, uint64_t begin,
222 pid_t server_pid, perf_callchain_context context);
227 void UpdateKernelThreadMap(pid_t pid, uint64_t begin, uint64_t len, std::string filename);