From 159347800b7cdd2b7e4cc1dbf11df4e76edc4e4a Mon Sep 17 00:00:00 2001 From: Steffen Vogel Date: Mon, 13 Sep 2021 11:41:13 +0200 Subject: [PATCH] pmu_dft: fix name of hook --- lib/hooks/pmu_dft.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/hooks/pmu_dft.cpp b/lib/hooks/pmu_dft.cpp index 1d44e3442..de1ab7094 100644 --- a/lib/hooks/pmu_dft.cpp +++ b/lib/hooks/pmu_dft.cpp @@ -553,7 +553,7 @@ public: }; /* Register hook */ -static char n[] = "dft"; +static char n[] = "pmu_dft"; static char d[] = "This hook calculates the dft on a window"; static HookPlugin p;