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

/system/extras/simpleperf/
H A Dsample_tree_test.cpp123 thread_tree.SetThreadName(1, 1, "p1t1");
124 thread_tree.SetThreadName(1, 11, "p1t11");
125 thread_tree.SetThreadName(2, 2, "p2t2");
173 thread_tree.SetThreadName(1, 1, "p1t1_comm2");
216 thread_tree.SetThreadName(1, 1, "thread1");
H A Dthread_tree.h89 SetThreadName(0, 0, "swapper");
92 void SetThreadName(int pid, int tid, const std::string& comm);
H A Dthread_tree.cpp48 void ThreadTree::SetThreadName(int pid, int tid, const std::string& comm) { function in class:simpleperf::ThreadTree
318 SetThreadName(r.data->pid, r.data->tid, r.comm);

Completed in 415 milliseconds