X-Git-Url: https://git.cworth.org/git?p=fips;a=blobdiff_plain;f=context.c;h=3c58a60e6b2fbd76ca7a13dfaa3248f67fd43828;hp=6bc3e0af7365e0ec104073a146ba5b2e6b78d5fb;hb=ab47b0f15d34ef4d447ea8042b9d6a963ff5b6d7;hpb=de8d00c71c256ab967ece877050b5dbffe66b19d 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);