Home
last modified time | relevance | path

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

/system/extras/simpleperf/
DRecordFilter_test.cpp94 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 …]
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()
171 thread_tree.SetThreadName(1, 1, "p1t1_comm2"); in TEST_F()
218 thread_tree.SetThreadName(1, 1, "thread1"); in TEST()
Dthread_tree.h99 SetThreadName(0, 0, "swapper"); in ThreadTree()
104 void SetThreadName(int pid, int tid, const std::string& comm);
Dreport_utils_test.cpp78 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()
Dthread_tree.cpp44 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()
DBranchListFile.cpp175 thread_tree_.SetThreadName(pid, tid, comm); in FindThreadFromProc()