[igt-dev] [PATCH i-g-t v3 23/31] i915/perf: Add support for engine specific metrics
Dixit, Ashutosh
ashutosh.dixit at intel.com
Tue Mar 21 22:44:10 UTC 2023
On Thu, 16 Mar 2023 16:33:15 -0700, Umesh Nerlige Ramappa wrote:
>
> @@ -276,6 +275,10 @@ static void (*sanity_check_reports)(const uint32_t *oa_report0,
> const uint32_t *oa_report1,
> enum drm_i915_oa_format format);
>
> +
> +static struct intel_perf_metric_set *metric_set(const struct intel_execution_engine2 *e2);
Can optionally move the function definition here to avoid this
declaration. Otherwise lgtm:
Reviewed-by: Ashutosh Dixit <ashutosh.dixit at intel.com>
More information about the igt-dev
mailing list