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: please help


Peter, 

Peter Teoh wrote:
> Alternatively, as Frank earlier said in another email:
> 
>  probe process("a.out").function("*") { log ($$parms) }

On PPC, I am getting the following error when running this code: 

[root@otitis systemtap]# stap userspace.stp  -v
Pass 1: parsed user script and 45 library script(s) in 320usr/0sys/326real ms.
semantic error: ELF machine ppc (code 20) mismatch with target ppc64 in '/root/systemtap/a.out'
semantic error: no match while resolving probe point process("a.out").function("*")
semantic error: no probes found
Pass 2: analyzed script: 0 probe(s), 0 function(s), 0 embed(s), 0 global(s) in 0usr/0sys/7real ms.
Pass 2: analysis failed.  Try again with more '-v' (verbose) options.

Isn't the process tracing supported on the PPC platform ?


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