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]

[Bug runtime/10427] Multiple tracepoint OKs!


------- Additional Comments From mjw at redhat dot com  2009-07-22 12:47 -------
Actually, I just saw this also happen while using the cache. So that isn't the
differentiator. In fact with the same module from the cache it seems to give
different results from time to time:

[mark@rawhide64 testsuite]$ stap -v
~/src/systemtap/testsuite/systemtap.base/tracepoints.stp
Pass 1: parsed user script and 58 library script(s) in 130usr/50sys/500real ms.
Pass 2: analyzed script: 60 probe(s), 2 function(s), 0 embed(s), 1 global(s) in
340usr/600sys/1527real ms.
Pass 3: using cached
/home/mark/.systemtap/cache/6a/stap_6a431ab5b96059ed64495d90c1c45405_20000.c
Pass 4: using cached
/home/mark/.systemtap/cache/6a/stap_6a431ab5b96059ed64495d90c1c45405_20000.ko
Pass 5: starting run.
tracepoints OK
tracepoints OK
tracepoints OK
tracepoints OK
Pass 5: run completed in 10usr/60sys/103real ms.
[mark@rawhide64 testsuite]$ stap -v
~/src/systemtap/testsuite/systemtap.base/tracepoints.stp
Pass 1: parsed user script and 58 library script(s) in 100usr/20sys/119real ms.
Pass 2: analyzed script: 60 probe(s), 2 function(s), 0 embed(s), 1 global(s) in
370usr/540sys/1095real ms.
Pass 3: using cached
/home/mark/.systemtap/cache/6a/stap_6a431ab5b96059ed64495d90c1c45405_20000.c
Pass 4: using cached
/home/mark/.systemtap/cache/6a/stap_6a431ab5b96059ed64495d90c1c45405_20000.ko
Pass 5: starting run.
tracepoints OK
Pass 5: run completed in 10usr/80sys/119real ms.

-- 


http://sourceware.org/bugzilla/show_bug.cgi?id=10427

------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.


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