To trace leaf asm functions we can insert a single nop instruction as
the first instruction in a function and trigger off this.
Sponsored by: Innovate UK
Differential D28132
Handle functions that use a nop in the arm64 fbt andrew on Jan 13 2021, 11:22 AM. Authored by Tags None Referenced Files
Details To trace leaf asm functions we can insert a single nop instruction as Sponsored by: Innovate UK
Diff Detail
Event TimelineComment Actions Tested with dtrace -n ":::". This will trigger on memcpy as called by dtrace_getnanouptime, however it seems to be inlined by the in tree clang. |