Searched refs:SetThreadName (Results 1 – 6 of 6) sorted by relevance
/system/extras/simpleperf/ |
D | RecordFilter_test.cpp | 94 thread_tree.SetThreadName(1, 1, "processA1"); in TEST_F() 95 thread_tree.SetThreadName(2, 2, "processB1"); in TEST_F() 103 thread_tree.SetThreadName(1, 1, "processA_threadA"); in TEST_F() 104 thread_tree.SetThreadName(1, 2, "processA_threadB"); in TEST_F() 140 thread_tree.SetThreadName(1, 1, "processA1"); in TEST_F() 141 thread_tree.SetThreadName(2, 2, "processB1"); in TEST_F() 149 thread_tree.SetThreadName(1, 1, "processA_threadA"); in TEST_F() 150 thread_tree.SetThreadName(1, 2, "processA_threadB"); in TEST_F() 330 thread_tree.SetThreadName(1, 1, "processA"); in TEST_F() 331 thread_tree.SetThreadName(2, 2, "processB"); in TEST_F() [all …]
|
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() 171 thread_tree.SetThreadName(1, 1, "p1t1_comm2"); in TEST_F() 218 thread_tree.SetThreadName(1, 1, "thread1"); in TEST()
|
D | thread_tree.h | 99 SetThreadName(0, 0, "swapper"); in ThreadTree() 104 void SetThreadName(int pid, int tid, const std::string& comm);
|
D | report_utils_test.cpp | 78 thread_tree.SetThreadName(1, 1, "thread1"); in SetUp() 592 thread_tree.SetThreadName(1, 1, "thread1"); in SetUp() 593 thread_tree.SetThreadName(1, 2, "thread-pool1"); in SetUp() 594 thread_tree.SetThreadName(1, 3, "thread-pool2"); in SetUp()
|
D | thread_tree.cpp | 44 void ThreadTree::SetThreadName(int pid, int tid, const std::string& comm) { in SetThreadName() function in simpleperf::ThreadTree 409 SetThreadName(r.data->pid, r.data->tid, r.comm); in Update()
|
D | BranchListFile.cpp | 175 thread_tree_.SetThreadName(pid, tid, comm); in FindThreadFromProc()
|