This is the mail archive of the systemtap@sourceware.org mailing list for the systemtap project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: another war story script


On Fri, 2007-05-11 at 15:37 -0400, Frank Ch. Eigler wrote:
> Hi -
> 
> http://sources.redhat.com/systemtap/wiki/WSthreadCPUshare
> 
> - FChE

This is neat.  One observation: The use of the name "tids" for the array
of per-task total-ticks was confusing -- especially given the
declarations

global uticks, kticks, ticks

global tids

which suggest that uticks, kticks, ticks are one sort of animal and tids
is a different sort.

Jim


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]