HomeSort by relevance Sort by last modified time
    Searched refs:thread_comm (Results 1 - 4 of 4) sorted by null

  /system/extras/simpleperf/
sample_tree_test.cpp 36 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);
sample_tree.h 48 const char* thread_comm; // It refers to the thread comm when the sample happens. member in struct:SampleEntry
63 thread_comm(thread->comm),
sample_tree.cpp 111 if (!comm_filter_.empty() && comm_filter_.find(value.thread_comm) == comm_filter_.end()) {
cmd_report.cpp 156 return strcmp(sample1.thread_comm, sample2.thread_comm);
160 return sample.thread_comm;

Completed in 163 milliseconds