Searched refs:SetThreadName (Results 1 – 6 of 6) sorted by relevance
/system/extras/simpleperf/ |
D | RecordFilter_test.cpp | 70 thread_tree.SetThreadName(1, 1, "processA1"); in TEST_F() 71 thread_tree.SetThreadName(2, 2, "processB1"); in TEST_F() 78 thread_tree.SetThreadName(1, 1, "processA_threadA"); in TEST_F() 79 thread_tree.SetThreadName(1, 2, "processA_threadB"); in TEST_F() 108 thread_tree.SetThreadName(1, 1, "processA1"); in TEST_F() 109 thread_tree.SetThreadName(2, 2, "processB1"); in TEST_F() 116 thread_tree.SetThreadName(1, 1, "processA_threadA"); in TEST_F() 117 thread_tree.SetThreadName(1, 2, "processA_threadB"); in TEST_F()
|
D | sample_tree_test.cpp | 117 thread_tree.SetThreadName(1, 1, "p1t1"); in SetUp() 118 thread_tree.SetThreadName(1, 11, "p1t11"); in SetUp() 119 thread_tree.SetThreadName(2, 2, "p2t2"); in SetUp() 167 thread_tree.SetThreadName(1, 1, "p1t1_comm2"); in TEST_F() 210 thread_tree.SetThreadName(1, 1, "thread1"); in TEST()
|
D | thread_tree.h | 99 SetThreadName(0, 0, "swapper"); in ThreadTree() 103 void SetThreadName(int pid, int tid, const std::string& comm);
|
D | thread_tree.cpp | 44 void ThreadTree::SetThreadName(int pid, int tid, const std::string& comm) { in SetThreadName() function in simpleperf::ThreadTree 392 SetThreadName(r.data->pid, r.data->tid, r.comm); in Update()
|
D | report_utils_test.cpp | 34 thread_tree.SetThreadName(1, 1, "thread1"); in SetUp()
|
/system/netd/libnetdutils/ |
D | ThreadUtilTest.cpp | 96 TEST(ThreadUtilTest, SetThreadName) { in TEST() argument
|