On 13 August 2014 00:24, Oleksandr Natalenko <oleksa...@natalenko.name> wrote: > Updated logs. > > Registered notifiers: > > === > pf@defiant:~$ cat /var/log/kern.log | grep "Registered transition notifier" > Aug 12 21:50:13 defiant kernel: [ 3.081759] cpufreq: Registered transition > notifier: ffffffff81590378, (ffffffff81cb0ba0) > === > > Triggered notifiers: > > === > pf@defiant:~$ dmesg | grep CPUFREQ_NOTIFIER | awk '{ s = ""; for (i = 3; i <= > NF; i++) s = s $i " "; print s }' | sort -u > CPUFREQ_NOTIFIER: acpi_processor_ppc_notifier > CPUFREQ_NOTIFIER: acpi_thermal_cpufreq_notifier > CPUFREQ_NOTIFIER: cpufreq_stat_notifier_trans
I don't know why there are three lines here. The first two are registered for policy-notifiers and not transition ones. So, I think its just about cpufreq-stat's notifier. -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/