Searched defs:thread_comm (Results 1 - 3 of 3) sorted by relevance

/system/extras/simpleperf/
H A Dsample_tree_test.cpp27 const char* thread_comm; member in struct:__anon1907::SampleEntry
32 SampleEntry(int pid, int tid, const char* thread_comm, argument
37 thread_comm(thread_comm),
102 ASSERT_STREQ(expected.thread_comm, sample.thread_comm);
H A Dreport_lib_interface.cpp40 const char* thread_comm; member in struct:Sample
261 current_sample_.thread_comm = current_thread_->comm;
H A Dcmd_report.cpp67 const char* thread_comm; member in struct:__anon1899::SampleEntry
83 thread_comm(thread->comm),
202 callchain_sample->thread_comm = sample->thread_comm;
224 comm_filter_.find(sample->thread_comm) == comm_filter_.end()) {

Completed in 87 milliseconds