Home
last modified time | relevance | path

Searched refs:IntelPerf (Results 1 – 4 of 4) sorted by relevance

/third_party/mesa3d/src/intel/ds/
Dintel_pps_perf.cc22 IntelPerf::IntelPerf(const int drm_fd) in IntelPerf() function in pps::IntelPerf
42 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()
Dintel_pps_perf.h20 class IntelPerf
23 IntelPerf(int drm_fd);
24 ~IntelPerf();
Dintel_pps_driver.h19 class IntelPerf; variable
85 std::unique_ptr<IntelPerf> perf;
Dintel_pps_driver.cc80 perf = std::make_unique<IntelPerf>(drm_device.fd); in init_perfcnt()