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: [perfmon] Re: perfmon2 TODO list (4/4)


Frank,

On Thu, Apr 13, 2006 at 06:22:51PM -0400, Frank Ch. Eigler wrote:
> 
> > I have another question related maybe more to kprobes and how the
> > intercept is done: breakpoints, code rewriting. If you use
> > breakpoints, then I wonder how this works in SMP machines. Do you
> > intervene on each CPU?
> 
> That's right: as each CPU trips across a breakpoint, they are made to
> run our handler, then single-step across the original instruction,
> then resume.  It's a multi-step process described in kprobes
> documentation.  From systemtap's point of view, it's a black box.
> 
So you are saying that kprobes takes care of programming the debug
registers on all CPUs if necessary.

-- 

-Stephane


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