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: static user probes


> 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


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