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: debuginfoless static user probes


On 05/20/2010 05:03 PM, Stan Cox wrote:
Just checking before committing.  The current default is to use
debuginfoless static user probes and fall back on the version 1
debuginfo probes if the application is built with -DSTAP_SDT_V1. Does
that seem a reasonable default?

Now committed. Here is a short blurb about it.


- process().mark() static user space markers no longer require the
  application to have debugging information.  The application must be
  built with -DSTAP_SDT_V2 on an x86 architecture, which will create a
  version 2 .probes section that contains probe argument access information.


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