On Fri, 24 Aug 2018 17:21:15 +0300 "Yordan Karadzhov (VMware)" <y.karadz@xxxxxxxxx> wrote: > + /* > + * Check the content of the very firs bin and see if the CPU is I haven't really looked too much at this patch yet, but this spelling stood out. Seems your 't' key is not working well when typing "first bin". There's several places that have that ;-) -- Steve > + * active. > + */ > + bin = 0; > + get_pid(bin); > + if (pidFront >= 0) { > + /* > + * The CPU is active and this is a regular process. > + * Set this bin. > + */ > + set_bin(bin); > + } else { > + /* > + * No data from this CPU in the very firs bin. Use the Lower > + * Overflow Bin to retrieve the Process Id (if any). First > + * get the Pid back, ignoring the filters. > + */