Page MenuHomeFreeBSD

Handle functions that use a nop in the arm64 fbt
ClosedPublic

Authored by andrew on Jan 13 2021, 11:22 AM.
Tags
None
Referenced Files
F153636898: D28132.id85051.diff
Wed, Apr 22, 1:20 PM
Unknown Object (File)
Sun, Apr 19, 5:24 PM
Unknown Object (File)
Sun, Apr 19, 5:23 PM
Unknown Object (File)
Mon, Apr 13, 7:47 AM
Unknown Object (File)
Mon, Apr 13, 6:53 AM
Unknown Object (File)
Tue, Apr 7, 7:01 PM
Unknown Object (File)
Tue, Apr 7, 12:39 PM
Unknown Object (File)
Mar 17 2026, 1:35 PM
Subscribers

Details

Summary

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

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

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.

This revision is now accepted and ready to land.Jan 13 2021, 6:00 PM