This is the mail archive of the
systemtap@sourceware.org
mailing list for the systemtap project.
Re: static user probes
- From: Roland McGrath <roland at redhat dot com>
- To: Stan Cox <scox at redhat dot com>
- Cc: systemtap at sources dot redhat dot com
- Date: Thu, 2 Oct 2008 14:42:48 -0700 (PDT)
- Subject: Re: static user probes
- References: <48E53DE7.4060103@redhat.com>
> hello: helloprobes.o hello.o
> $(CC) -o hello helloprobes.o hello.o
> helloprobes.o: hello.o
> $(DTRACE) -G -s helloprobes.d hello.o
> dis hello.o > hello.2.dis
Is this really how you have to do it? This interposes dtrace into the
build process for each relocatable file. I would have expected just one
post-processing step on the final executable.
Thanks,
Roland