Searched refs:PyPerfSample (Results 1 – 5 of 5) sorted by relevance
107 struct PyPerfSample { struct117 explicit PyPerfSample(const Event* raw, int rawSize) in PyPerfSample() argument
19 virtual void processSamples(const std::vector<PyPerfSample>& samples,
21 void processSamples(const std::vector<PyPerfSample>& samples,
49 std::vector<PyPerfSample> samples_;
53 const std::vector<PyPerfSample>& samples, PyPerfUtil* util) { in processSamples()