Searched defs:Sample (Results 1 – 5 of 5) sorted by relevance
51 class Sample: class83 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 …]
68 class Sample(NamedTuple): class
186 class Sample(object): class
39 struct Sample { struct40 uint64_t ip;41 uint32_t pid;42 uint32_t tid;43 const char* thread_comm;44 uint64_t time;45 uint32_t in_kernel;46 uint32_t cpu;47 uint64_t period;
35 message Sample { message