Loading
perf: Enable updating exclude_idle events at idle
Commit 573979de ("perf: Add support for exclude_idle attribute") does a register_idle_notifier call so that exclude_idle events are updated when a CPU goes idle. This commit fixes a bug which causes unregister_idle_notifier to be erroneously called. Change-Id: I13dbd369c0ce137e884c156360c514df92746e39 Signed-off-by:Patrick Fay <pfay@codeaurora.org>