Searched refs:thread_comm (Results 1 – 9 of 9) sorted by relevance
27 const char* thread_comm; member32 SampleEntry(int pid, int tid, const char* thread_comm, in SampleEntry()37 thread_comm(thread_comm), in SampleEntry()102 ASSERT_STREQ(expected.thread_comm, sample.thread_comm); in SampleMatchExpectation()
56 BUILD_COMPARE_STRING_FUNCTION(CompareComm, thread_comm);
68 const char* thread_comm; member84 thread_comm(thread->comm), in SampleEntry()185 callchain_sample->thread_comm = sample->thread_comm; in CreateCallChainSample()207 comm_filter_.find(sample->thread_comm) == comm_filter_.end()) { in FilterSample()
39 const char* thread_comm; member222 current_sample_.thread_comm = current_thread_->comm; in GetCurrentSample()
79 return sample->thread_comm; in DisplayComm()
50 print('%s\t%d [%03d] %d.%d:\t\t%d %s:' % (sample.thread_comm,
98 self.thread_comm = _char_pt_to_str(sample.thread_comm)290 self.assertEqual(sample.thread_comm, 't2')
336 if sample.thread_comm not in self.comm_filter:
347 if sample.thread_comm not in self.comm_filter: