X-Git-Url: https://git.cworth.org/git?p=fips;a=blobdiff_plain;f=context.c;h=3c58a60e6b2fbd76ca7a13dfaa3248f67fd43828;hp=6bc3e0af7365e0ec104073a146ba5b2e6b78d5fb;hb=HEAD;hpb=ba91fa6199a75aea42e40221489d259f1f723e4e diff --git a/context.c b/context.c index 6bc3e0a..3c58a60 100644 --- a/context.c +++ b/context.c @@ -51,7 +51,7 @@ context_create (fips_api_t api, void *system_context_id) fips_dispatch_init (api); - ctx->have_perfmon = check_extension ("AMD_performance_monitor"); + ctx->have_perfmon = check_extension ("GL_AMD_performance_monitor"); metrics_info_init (&ctx->metrics_info, ctx->have_perfmon); ctx->metrics = metrics_create (&ctx->metrics_info);