Searched defs:ThreadEntry (Results 1 – 3 of 3) sorted by relevance
68 struct ThreadEntry { struct75 // ThreadTree contains thread information (in ThreadEntry) and mmap information argument158 using ThreadEntry = simpleperf::ThreadEntry; variable
100 bool UnwindCallChain(const ThreadEntry&, const RegSet&, const char*, size_t, in UnwindCallChain()
33 ThreadEntry::ThreadEntry(pid_t pid, pid_t tid) in ThreadEntry() function in ThreadEntry