From mboxrd@z Thu Jan 1 00:00:00 1970 From: matthew.khouzam@ericsson.com (Matthew Khouzam) Date: Wed, 28 Aug 2013 14:47:53 -0400 Subject: [lttng-dev] [Solved] ust libc and fork wrapper question In-Reply-To: <521E3BCF.5060500@ericsson.com> References: <521E3BCF.5060500@ericsson.com> Message-ID: <521E45D9.9000909@ericsson.com> Firefox uses its owm memory manager. After running tux-racer, it appears all is well. On 13-08-28 02:05 PM, Matthew Khouzam wrote: > Hello tracing sages, > > I was trying out the libc wrapper in ust. It works very well but does > not follow forks. (to be expected) > > So I copied "liblttng-ust-fork.so" into my .libs directory along with > "liblttng-libc-wrapper.so". > > I then run > > $lttng create thing > $lttng enable-channel chan --buffer-uid > $lttng enable-event -a -u > $lttng start > $LD_PRELOAD="liblttng-ust-fork.so liblttng-libc-wrapper.so" firefox > $lttng stop > $lttng destroy > > Aaaaaaaaaaand my trace has no events! > > I am certain I am doing something wrong, any suggestions? > > Matthew > > > _______________________________________________ > lttng-dev mailing list > lttng-dev at lists.lttng.org > http://lists.lttng.org/cgi-bin/mailman/listinfo/lttng-dev