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: missing entrypc dwarf line record


David Wilder <dwilder@us.ibm.com> writes:

> [...]
> semantic error: missing entrypc dwarf line record for function
> 'jprobe_return'
> semantic error: no match for probe point
> while: resolving probe point kernel.function("jprobe_return")

This indicates that there is not even basic debugging information for
this function (to delineate the beginning of its object code).  At
this time, we don't gradually degrade to basic symbol-table-level
information, so such functions cannot be probed.

> jprobe_return is black-listed but it is not helping..  [...]

It being black-listed would imply that an attempt to probe it will be
blocked at some point.  The translator blacklist operates at
translation time; the kprobes blacklist operates at startup time.

- FChE


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