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;