Home
last modified time | relevance | path

Searched refs:thread_comm (Results 1 – 12 of 12) 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.cpp66 const char* thread_comm; member
82 thread_comm(thread->comm), in SampleEntry()
201 callchain_sample->thread_comm = sample->thread_comm; in CreateCallChainSample()
223 comm_filter_.find(sample->thread_comm) == comm_filter_.end()) { in FilterSample()
Dreport_lib_interface.cpp42 const char* thread_comm; member
289 current_sample_.thread_comm = current_thread_->comm; in SetCurrentSample()
DSampleDisplayer.h79 return sample->thread_comm; in DisplayComm()
/system/extras/simpleperf/scripts/
Dreport_sample.py49 print('%s\t%d [%03d] %d.%06d:\t\t%d %s:' % (sample.thread_comm,
Dsimpleperf_report_lib.py75 def thread_comm(self): member in SampleStruct
Dannotate.py227 if sample.thread_comm not in self.comm_filter:
Dpprof_proto_generator.py329 if sample.thread_comm not in self.comm_filter:
Dreport_html.py541 thread = process.get_thread(raw_sample.tid, raw_sample.thread_comm)
Dtest.py876 self.assertEqual(sample.thread_comm, 't2')
/system/extras/simpleperf/scripts/inferno/
Ddata_types.py37 self.name = sample.thread_comm