[mono] Add a 'inline_method' profiler event. (#61454)
authorZoltan Varga <vargaz@gmail.com>
Sat, 13 Nov 2021 19:30:09 +0000 (14:30 -0500)
committerGitHub <noreply@github.com>
Sat, 13 Nov 2021 19:30:09 +0000 (14:30 -0500)
commitaa06797eb5c1c880c47280e366f2ba6764d82df5
tree79df848635fc2c6b4e4e60b4ebffd47b7bb745f8
parent26a6f553945b370525aa870dd0330bcdbb207587
[mono] Add a 'inline_method' profiler event. (#61454)

Emit it in the interpreter when a method is inlined or replaced with
an intrinsic. This is needed so the AOT profiler can track these
methods.
src/mono/mono/metadata/profiler-events.h
src/mono/mono/mini/interp/transform.c
src/mono/mono/profiler/aot.c