Home
last modified time | relevance | path

Searched defs:Sample (Results 1 – 5 of 5) sorted by relevance

/system/extras/simpleperf/scripts/
Ddebug_unwind_reporter.py51 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 …]
Dprofile_pb2.py552 Sample = _reflection.GeneratedProtocolMessageType('Sample', (_message.Message,), dict( variable
Dpprof_proto_generator.py165 class Sample(object): class
/system/extras/simpleperf/
Dreport_lib_interface.cpp36 struct Sample { struct
37 uint64_t ip;
38 uint32_t pid;
39 uint32_t tid;
40 const char* thread_comm;
41 uint64_t time;
42 uint32_t in_kernel;
43 uint32_t cpu;
44 uint64_t period;
Dcmd_report_sample.proto19 message Sample { message