Home
last modified time | relevance | path

Searched refs:SetThreadName (Results 1 – 6 of 6) sorted by relevance

/system/extras/simpleperf/
DRecordFilter_test.cpp70 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()
Dsample_tree_test.cpp117 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()
Dthread_tree.h99 SetThreadName(0, 0, "swapper"); in ThreadTree()
103 void SetThreadName(int pid, int tid, const std::string& comm);
Dthread_tree.cpp44 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()
Dreport_utils_test.cpp34 thread_tree.SetThreadName(1, 1, "thread1"); in SetUp()
/system/netd/libnetdutils/
DThreadUtilTest.cpp96 TEST(ThreadUtilTest, SetThreadName) { in TEST() argument