Searched defs:InplaceSamplerClient (Results 1 - 2 of 2) sorted by relevance

/system/extras/simpleperf/
H A DInplaceSamplerClient.h28 class InplaceSamplerClient { class
30 static std::unique_ptr<InplaceSamplerClient> Create(const perf_event_attr& attr, pid_t pid,
41 InplaceSamplerClient(const perf_event_attr& attr, pid_t pid, const std::set<pid_t>& tids);
H A DInplaceSamplerClient.cpp17 #include "InplaceSamplerClient.h"
27 std::unique_ptr<InplaceSamplerClient> InplaceSamplerClient::Create(const perf_event_attr& attr,
34 std::unique_ptr<InplaceSamplerClient> sampler(new InplaceSamplerClient(attr, pid, tids));
41 InplaceSamplerClient::InplaceSamplerClient(const perf_event_attr& attr, pid_t pid, function in class:InplaceSamplerClient
51 uint64_t InplaceSamplerClient::Id() const {
55 bool InplaceSamplerClient::ConnectServer() {
70 bool InplaceSamplerClient
[all...]

Completed in 52 milliseconds