Searched defs:Sample (Results 1 – 5 of 5) sorted by relevance
| /system/extras/simpleperf/scripts/ |
| D | debug_unwind_reporter.py | 51 class Sample: class 83 def match(self, sample: Sample) -> bool: 88 def match(self, sample: Sample) -> bool: 99 def match(self, sample: Sample) -> bool: 107 def match(self, sample: Sample) -> bool: 115 def match(self, sample: Sample) -> bool: 123 def match(self, sample: Sample) -> bool: 171 def filter_sample(self, sample: Sample) -> bool: 183 def report(self, sample: Sample): 191 def report(self, sample: Sample): [all …]
|
| D | pprof_proto_generator.py | 187 class Sample(object): class 387 def add_tagroot(self, sample: Sample): 400 def add_event_counters(self, sample: Sample, last_counts: dict[int, int]):
|
| /system/extras/simpleperf/ |
| D | report_lib_interface.cpp | 40 struct Sample { struct 41 uint64_t ip; 42 uint32_t pid; 43 uint32_t tid; 44 const char* thread_comm; 45 uint64_t time; 46 uint32_t in_kernel; 47 uint32_t cpu; 48 uint64_t period;
|
| D | branch_list.proto | 84 message Sample { message
|
| D | cmd_report_sample.proto | 35 message Sample { message
|