Home
last modified time | relevance | path

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

/system/extras/simpleperf/
Dsample_tree_test.cpp123 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()
Dthread_tree.h90 SetThreadName(0, 0, "swapper"); in ThreadTree()
93 void SetThreadName(int pid, int tid, const std::string& comm);
Dthread_tree.cpp31 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()