This is a bug. We should emit the trace before they are inlined. Can you
please do a bug report?

On Mon, Sep 11, 2023 at 1:55 AM Mitchell Hanberg <
the.mitch.hanb...@gmail.com> wrote:

> Currently, by the time *_function and *_macro traces are emitted, I
> believe that inlined functions have already been inlined.
>
> For example, if you call `Atom.to_string/1`, the `:remote_function` tracer
> will be emitted for `:erlang.atom_to_binary/1`.
>
> My end goal is to know where references to inlined functions are in the
> code, and the least intrusive way to accomplish that I think would be
> emitting a `:inlined_function` (name subject to bikeshed) that includes
> some similar metadata to the `*_function` traces.
>
> Let me know what you think, and please correct me if this is already
> possible and I just totally missed something in the docs.
>
> Thank you,
> Mitch
>
> --
> You received this message because you are subscribed to the Google Groups
> "elixir-lang-core" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to elixir-lang-core+unsubscr...@googlegroups.com.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/elixir-lang-core/c3175efa-6e88-41ba-b2eb-d91d18f453b8n%40googlegroups.com
> <https://groups.google.com/d/msgid/elixir-lang-core/c3175efa-6e88-41ba-b2eb-d91d18f453b8n%40googlegroups.com?utm_medium=email&utm_source=footer>
> .
>

-- 
You received this message because you are subscribed to the Google Groups 
"elixir-lang-core" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to elixir-lang-core+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/elixir-lang-core/CAGnRm4KH1owyBECtAejvAt9eAdmCVXiD%3Dje8ZfD95RDYEPjauw%40mail.gmail.com.

Reply via email to