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: testsuits on IA64


On Wed, Nov 09, 2005 at 10:07:52AM -0500, William Cohen wrote:
> Keshavamurthy Anil S wrote:
> 
> I don't have a ia64 machine handy to try things out on. Could you send 
> me the output that comes on the console from "stap -v -k 
> ./systemtap.base/kmodule.stp"? I would like to see that error messages 
> the compiler is producing when it attempts to produce the module.

Hi Will,
	Here goes the output you requested, as mentioned earlier I don't have any problems
running individual tap scripts manually. It is only when I run runtest I see timeouts.

Thanks,
Anil

[root@csdor-tiger1 testsuite]# stap -v -k systemtap.base/kmodule.stp
Created temporary directory "/tmp/stapLpQ3QC"
Searched '/usr/local/share/systemtap/tapset/2.6.9-22.10.EL/*.stp', match count 0
Searched '/usr/local/share/systemtap/tapset/2.6.9/*.stp', match count 0
Searched '/usr/local/share/systemtap/tapset/2.6/*.stp', match count 0
Searched '/usr/local/share/systemtap/tapset/*.stp', match count 9
Pass 1: parsed user script and 9 library script(s).
parsed 'ext3_sync_file' -> func 'ext3_sync_file'
pattern 'ext3' matches module 'ext3'
focused on module 'ext3' = [a00000020014c000-a000000200192db8, bias 0]
pattern 'ext3_sync_file' matches function 'ext3_sync_file'
selected function ext3_sync_file
prologue disagreement: ext3_sync_file heur0=a000000200153981 heur1=a000000200153982
querying entrypc of function 'ext3_sync_file'
Pass 2: analyzed user script.  3 probe(s), 10 function(s), 1 global(s).
Running grep " [tT] " /proc/kallsyms | sort -k 1,16 -s -o /tmp/stapLpQ3QC/symbols.sorted
Pass 3: translated to C into "/tmp/stapLpQ3QC/stap_15614.c"
Running make -C "/lib/modules/2.6.9-22.10.EL/build" M="/tmp/stapLpQ3QC" modules
make: Entering directory `/usr/src/kernels/2.6.9-22.10.EL-ia64'
  CC [M]  /tmp/stapLpQ3QC/stap_15614.o
  Building modules, stage 2.
  MODPOST
  CC      /tmp/stapLpQ3QC/stap_15614.mod.o
  LD [M]  /tmp/stapLpQ3QC/stap_15614.ko
make: Leaving directory `/usr/src/kernels/2.6.9-22.10.EL-ia64'
Pass 4: compiled into "stap_15614.ko"
Running sudo /usr/local/libexec/systemtap/stpd -r /tmp/stapLpQ3QC/stap_15614.ko
systemtap starting probe


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