summaryrefslogtreecommitdiff
path: root/lib/igt_perf.h
diff options
context:
space:
mode:
authorPriyanka Dandamudi <priyanka.dandamudi@intel.com>2023-10-04 11:37:47 +0530
committerPriyanka Dandamudi <priyanka.dandamudi@intel.com>2023-10-04 11:42:09 +0530
commit2eb58faf82d3cd5e2e74154a7319cff56eb40762 (patch)
tree573d5c5d58c50495254d84d656f138b8e6642bb6 /lib/igt_perf.h
parent43df1747605a8d8f4819daa293920407077f1df4 (diff)
Revert "tests/xe/perf_pmu: Tests for the XE pmu interface"
This reverts commit 43df1747605a8d8f4819daa293920407077f1df4. Tests has been moved to tests/intel instead of tests/xe. So, reverting this and sending a new one with changes. Signed-off-by: Priyanka Dandamudi <priyanka.dandamudi@intel.com> Cc: Sai Gowtham Ch <sai.gowtham.ch@intel.com> Reviewed-by: Sai Gowtham Ch <sai.gowtham.ch@intel.com>
Diffstat (limited to 'lib/igt_perf.h')
-rw-r--r--lib/igt_perf.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/lib/igt_perf.h b/lib/igt_perf.h
index 3d9ba2917..4d86e31ae 100644
--- a/lib/igt_perf.h
+++ b/lib/igt_perf.h
@@ -61,15 +61,10 @@ int igt_perf_open_group(uint64_t type, uint64_t config, int group);
const char *i915_perf_device(int i915, char *buf, int buflen);
uint64_t i915_perf_type_id(int i915);
-const char *xe_perf_device(int xe, char *buf, int buflen);
-uint64_t xe_perf_type_id(int);
-
int perf_igfx_open(uint64_t config);
int perf_igfx_open_group(uint64_t config, int group);
int perf_i915_open(int i915, uint64_t config);
int perf_i915_open_group(int i915, uint64_t config, int group);
-int perf_xe_open(int xe, uint64_t config);
-
#endif /* I915_PERF_H */