Searched refs:thread_comm (Results 1 - 4 of 4) sorted by relevance

/system/extras/simpleperf/
H A Dsample_tree_test.cpp36 ASSERT_STREQ(expected.comm, sample.thread_comm);
60 if (strcmp(sample1.thread_comm, sample2.thread_comm) != 0) {
61 return strcmp(sample1.thread_comm, sample2.thread_comm);
H A Dsample_tree.h48 const char* thread_comm; // It refers to the thread comm when the sample happens. member in struct:SampleEntry
63 thread_comm(thread->comm),
H A Dsample_tree.cpp111 if (!comm_filter_.empty() && comm_filter_.find(value.thread_comm) == comm_filter_.end()) {
H A Dcmd_report.cpp156 return strcmp(sample1.thread_comm, sample2.thread_comm);
160 return sample.thread_comm;

Completed in 48 milliseconds