Home
last modified time | relevance | path

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

/system/extras/simpleperf/
Dsample_tree_test.cpp27 const char* thread_comm; member
32 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()
DSampleComparator.h56 BUILD_COMPARE_STRING_FUNCTION(CompareComm, thread_comm);
Dcmd_report.cpp68 const char* thread_comm; member
84 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()
Dreport_lib_interface.cpp39 const char* thread_comm; member
222 current_sample_.thread_comm = current_thread_->comm; in GetCurrentSample()
DSampleDisplayer.h79 return sample->thread_comm; in DisplayComm()
/system/extras/simpleperf/scripts/
Dreport_sample.py50 print('%s\t%d [%03d] %d.%d:\t\t%d %s:' % (sample.thread_comm,
Dsimpleperf_report_lib.py98 self.thread_comm = _char_pt_to_str(sample.thread_comm)
290 self.assertEqual(sample.thread_comm, 't2')
Dpprof_proto_generator.py336 if sample.thread_comm not in self.comm_filter:
Dannotate.py347 if sample.thread_comm not in self.comm_filter: