Searched refs:thread_comm (Results 1 – 13 of 13) sorted by relevance
/system/extras/simpleperf/ |
D | sample_tree_test.cpp | 29 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()
|
D | SampleComparator.h | 58 BUILD_COMPARE_STRING_FUNCTION(CompareComm, thread_comm);
|
D | cmd_report.cpp | 73 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()
|
D | report_lib_interface.cpp | 40 const char* thread_comm; member 263 current_sample_.thread_comm = current_thread_->comm; in SetCurrentSample()
|
D | SampleDisplayer.h | 80 return sample->thread_comm; in DisplayComm()
|
/system/extras/simpleperf/scripts/ |
D | report_sample.py | 49 print('%s\t%d [%03d] %d.%06d:\t\t%d %s:' % (sample.thread_comm,
|
D | simpleperf_report_lib.py | 75 def thread_comm(self) -> str: member in SampleStruct
|
D | annotate.py | 227 if sample.thread_comm not in self.comm_filter:
|
D | pprof_proto_generator.py | 344 if sample.thread_comm not in self.comm_filter:
|
D | report_html.py | 651 thread = process.get_thread(raw_sample.tid, raw_sample.thread_comm)
|
/system/extras/simpleperf/scripts/inferno/ |
D | data_types.py | 37 self.name = sample.thread_comm
|
/system/extras/simpleperf/scripts/test/ |
D | report_lib_test.py | 53 self.assertEqual(sample.thread_comm, 't2')
|
/system/extras/simpleperf/scripts/purgatorio/ |
D | purgatorio.py | 211 thread_desc = ThreadDescriptor(sample.pid, sample.tid, sample.thread_comm)
|