Searched refs:SetThreadName (Results 1 – 3 of 3) sorted by relevance
/system/extras/simpleperf/ |
D | sample_tree_test.cpp | 123 thread_tree.SetThreadName(1, 1, "p1t1"); in SetUp() 124 thread_tree.SetThreadName(1, 11, "p1t11"); in SetUp() 125 thread_tree.SetThreadName(2, 2, "p2t2"); in SetUp() 173 thread_tree.SetThreadName(1, 1, "p1t1_comm2"); in TEST_F() 216 thread_tree.SetThreadName(1, 1, "thread1"); in TEST()
|
D | thread_tree.h | 90 SetThreadName(0, 0, "swapper"); in ThreadTree() 93 void SetThreadName(int pid, int tid, const std::string& comm);
|
D | thread_tree.cpp | 31 void ThreadTree::SetThreadName(int pid, int tid, const std::string& comm) { in SetThreadName() function in simpleperf::ThreadTree 312 SetThreadName(r.data->pid, r.data->tid, r.comm); in Update()
|