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: "no match" semantic error for some existing probe points


"Gui,Jian" <guij@cn.ibm.com> writes:

> In my ppc64/2.6.18:

> [...]
> prologue found function 'ptrace_disable' (naked) = 0xc000000000009db0
> pattern 'kernel' matches module 'kernel'
> semantic error: no match for probe point
> while: resolving probe point
> kernel.function("ptrace_disable@arch/powerpc/kernel/ptrace.c:246")
> [...]

Something strange is happening here, probably a translator bug.  The
"no match for probe point" message occurs if no "derived_probe"
instances get accumulated for a particular probe construct in the
script.  But it should have been created.  Debugging this may require
probing the messiest part of the translator: tapsets.cxx, starting
at(say) query_cu.

- FChE


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