Re: [PATCH] i386 add idle notifier

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



> An alternative approach might be to change perfmon so that it works out
> whether it is being called by an idle thread
> 
> 	if ((current->flags & PF_IDLE) && (other stuff to do with irqs?))
> 		return;

The problem is that the performance counters just keep running in the CPU.
Perfmon needs to do something actively to disable them.

Actually on x86 they usually stop in true idle state in hardware, but 
they don't do in polling mode and it sometimes seems to depend on
the firmware.  So it mostly would be for idle=poll

But if you do walk clock time profiling exactly because they stop 
a profiler should account for this somehow. Otherwise the profiling time
doesn't add up to 100%

-Andi
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [email protected]
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

[Index of Archives]     [Kernel Newbies]     [Netfilter]     [Bugtraq]     [Photo]     [Stuff]     [Gimp]     [Yosemite News]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Video 4 Linux]     [Linux for the blind]     [Linux Resources]
  Powered by Linux