Searched refs:thread_comm (Results 1 – 4 of 4) sorted by relevance
36 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()
48 const char* thread_comm; // It refers to the thread comm when the sample happens. member63 thread_comm(thread->comm), in SampleEntry()
111 if (!comm_filter_.empty() && comm_filter_.find(value.thread_comm) == comm_filter_.end()) { in IsFilteredOut()
156 return strcmp(sample1.thread_comm, sample2.thread_comm); in Compare()160 return sample.thread_comm; in Show()