public inbox for systemtap@sourceware.org
 help / color / mirror / Atom feed
* fwd:
@ 2019-06-19 11:57 Yair G. Rajwan
  0 siblings, 0 replies; 2+ messages in thread
From: Yair G. Rajwan @ 2019-06-19 11:57 UTC (permalink / raw)
  To: Eyal, David, Eran, Michael, Joanne, Customer, Waze, systemtap,
	G bor, tama13

hi 



http://sundaybazzaar.com/eliminate.php?pcalnx=WHM2401


Thank you


^ permalink raw reply	[flat|nested] 2+ messages in thread

* Fwd:
@ 2012-10-20  3:39 Wenhua Zhang
  0 siblings, 0 replies; 2+ messages in thread
From: Wenhua Zhang @ 2012-10-20  3:39 UTC (permalink / raw)
  To: systemtap

Hi ,
When I run the stap command as below,

 /opt/systemtap/bin/stap --ldd -d /usr/local/nginx/sbin/nginx
 --all-modules -D MAXMAPENTRIES=5120  -D MAXACTION=20000  -D
 MAXTRACE=50 -D MAXSTRINGLEN=1024 -D MAXBACKTRACE=100 -x 25017 a.stp
 --vp 00001 > a.out

There is an error:
 WARNING: missing unwind/symbol data for module
 'stap_97bdcbebec34bca89d728c7b361aa64_24788'
 WARNING: missing unwind/symbol data for module 'uprobes'
 Pass 5: starting run.
 ERROR: probe timer.profile registration error (rc -16)

 The stap file as:
global s;
    global quit = 0;

    probe timer.profile {
        if (pid() == target()) {
            if (quit) {
                foreach (i in s-) {
                    print_ustack(i);
                    printf("\t%d\n", @count(s[i]));
                }
                exit()
            } else {
                s[ubacktrace()] <<< 1;
            }
        }
    }

    probe timer.s(20) {
        quit = 1
    }

Can you help me find what happened and what should I do to resolve it?
Thanks very much.

Best Wishes,
Wenhua

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2019-06-19 11:57 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-06-19 11:57 fwd: Yair G. Rajwan
  -- strict thread matches above, loose matches on Subject: below --
2012-10-20  3:39 Fwd: Wenhua Zhang

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).