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: backtrace not working on mainline x86_64


hien wrote:

> [...]  The permanent fix for this would be implement the
> dump_stack_to_buffer() function and push it to the main line [...]

Let me raise the perfunctory caution against relying on heavyweight
routines in the kernel for tasks also performable by the runtime.
("heavyweight" here means using resources like locks in such a way
that makes them unsafe for calling from inconvenient probe contexts.)

- FChE


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