Searched refs:IntelPerf (Results 1 – 4 of 4) sorted by relevance
22 IntelPerf::IntelPerf(const int drm_fd) in IntelPerf() function in pps::IntelPerf42 IntelPerf::~IntelPerf() in ~IntelPerf()55 std::vector<struct intel_perf_query_info *> IntelPerf::get_queries() const in get_queries()81 bool IntelPerf::open(const uint64_t sampling_period_ns, in open()100 void IntelPerf::close() in close()108 bool IntelPerf::oa_stream_ready() const in oa_stream_ready()114 ssize_t IntelPerf::read_oa_stream(void *buf, size_t bytes) const in read_oa_stream()
20 class IntelPerf23 IntelPerf(int drm_fd);24 ~IntelPerf();
19 class IntelPerf; variable85 std::unique_ptr<IntelPerf> perf;
80 perf = std::make_unique<IntelPerf>(drm_device.fd); in init_perfcnt()