Searched refs:thread_comm (Results 1 – 12 of 12) sorted by relevance
/system/extras/simpleperf/ |
D | sample_tree_test.cpp | 27 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()
|
D | SampleComparator.h | 56 BUILD_COMPARE_STRING_FUNCTION(CompareComm, thread_comm);
|
D | cmd_report.cpp | 66 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()
|
D | report_lib_interface.cpp | 42 const char* thread_comm; member 289 current_sample_.thread_comm = current_thread_->comm; in SetCurrentSample()
|
D | SampleDisplayer.h | 79 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): member in SampleStruct
|
D | annotate.py | 227 if sample.thread_comm not in self.comm_filter:
|
D | pprof_proto_generator.py | 329 if sample.thread_comm not in self.comm_filter:
|
D | report_html.py | 541 thread = process.get_thread(raw_sample.tid, raw_sample.thread_comm)
|
D | test.py | 876 self.assertEqual(sample.thread_comm, 't2')
|
/system/extras/simpleperf/scripts/inferno/ |
D | data_types.py | 37 self.name = sample.thread_comm
|