Home
last modified time | relevance | path

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

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