Home
last modified time | relevance | path

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

/system/extras/simpleperf/
Dsample_tree_test.cpp29 const char* thread_comm; member
34 SampleEntry(int pid, int tid, const char* thread_comm, const std::string& dso_name, in SampleEntry()
38 thread_comm(thread_comm), in SampleEntry()
96 ASSERT_STREQ(expected.thread_comm, sample.thread_comm); in SampleMatchExpectation()
DSampleComparator.h58 BUILD_COMPARE_STRING_FUNCTION(CompareComm, thread_comm);
Dcmd_report.cpp73 const char* thread_comm; member
91 thread_comm(thread->comm), in SampleEntry()
209 callchain_sample->thread_comm = sample->thread_comm; in CreateCallChainSample()
229 if (!comm_filter_.empty() && comm_filter_.count(sample->thread_comm) == 0) { in FilterSample()
Dreport_lib_interface.cpp40 const char* thread_comm; member
263 current_sample_.thread_comm = current_thread_->comm; in SetCurrentSample()
DSampleDisplayer.h80 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) -> str: member in SampleStruct
Dannotate.py227 if sample.thread_comm not in self.comm_filter:
Dpprof_proto_generator.py344 if sample.thread_comm not in self.comm_filter:
Dreport_html.py651 thread = process.get_thread(raw_sample.tid, raw_sample.thread_comm)
/system/extras/simpleperf/scripts/inferno/
Ddata_types.py37 self.name = sample.thread_comm
/system/extras/simpleperf/scripts/test/
Dreport_lib_test.py53 self.assertEqual(sample.thread_comm, 't2')
/system/extras/simpleperf/scripts/purgatorio/
Dpurgatorio.py211 thread_desc = ThreadDescriptor(sample.pid, sample.tid, sample.thread_comm)