From: Eric Wong <normalperson@...>
Date: 2018-06-05T03:40:17+00:00
Subject: [ruby-core:87403] Re: [Ruby trunk Bug#14582] Unable to use `method__entry` and `method_return` tracing probes since 2.5

guilhermekbsa@gmail.com wrote:
> Oh. I decided to dig a little bit deeper. Found this  this:
> https://bugs.ruby-lang.org/issues/14104 apparently is required
> to do: 
> ```
> TracePoint.new{}.enable
> ```
> 
> I've added to my code and it works.
> 
> I was expecting that this dynamic tracing (dtrace, systemtap)
> would be enabled since it's compiled with``` --enable-dtrace

Hmm... I had to make this change to get tests to pass,
but I'm not sure how I feel about it:
https://80x24.org/spew/20180605033704.GA32537@ailurophile/raw


The rest of the series to fix dtrace tests on FreeBSD 11:
https://80x24.org/spew/20180605032921.32337-1-e@80x24.org/raw
https://80x24.org/spew/20180605032921.32337-2-e@80x24.org/raw
https://80x24.org/spew/20180605032921.32337-3-e@80x24.org/raw

Unsubscribe: <mailto:ruby-core-request@ruby-lang.org?subject=unsubscribe>
<http://lists.ruby-lang.org/cgi-bin/mailman/options/ruby-core>