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: Some newbie questions


On 08/17/2016 10:15 AM, Avi Kivity wrote:

... stuff deleted ...

> My load indeed calls epoll_wait() at a high rate, with zero timeout. 
> But now it's completely dominated by tracing overhead.

I'm not sure how much it will help, but one easy fix would be to replace
all your '[pid(), tid()]' array indexing with just '[tid()]' array indexing.

Try changing that and see if the tracing overhead goes down a bit.

-- 
David Smith
dsmith@redhat.com
Red Hat
http://www.redhat.com
256.217.0141 (direct)
256.837.0057 (fax)


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