opnsense-src/sys/cddl
Mark Johnston 9ab9e138f3 dtrace/arm64: Fix enumeration of FBT return probes
On arm64, the FBT provider treats tail calls as return probes.  Ignoring
the question of whether this is really correct, the implementation is
wrong: instr is a pointer to uint32_t, so the removed multiplication by
the instruction size is wrong.  As a result, FBT would create return
probes for intra-function branches.

MFC after:	2 weeks
Sponsored by:	Innovate UK

(cherry picked from commit 4da070ce6c015a994ec4ecf3d31ee94810ea19f1)
2025-02-14 19:25:19 +00:00
..
boot/zfs boot/zfs: Sync the definition of dsl_dataset_phys with OpenZFS 2024-06-09 09:47:48 -04:00
compat/opensolaris Abstract UIO allocation and deallocation. 2024-03-08 23:27:20 -05:00
contrib/opensolaris dtrace: Remove the noinline qualifier from dtrace_getarg() 2025-02-14 19:25:18 +00:00
dev dtrace/arm64: Fix enumeration of FBT return probes 2025-02-14 19:25:19 +00:00