DTrace aarch64 : pid provider is not installed on this system : uname -a FreeBSD generic 13.0-CURRENT FreeBSD 13.0-CURRENT #4 14aef6dfca9-c262785(master)-dirty: Sun Sep 22 01:31:32 UTC 2019 root@generic:/usr/obj/usr/src/arm64.aarch64/sys/GENERIC arm64 dtrace -n 'hotspot$1:::gc-end{printf("GC: %d\n", timestamp);}' 64858 dtrace: invalid probe specifier hotspot$1:::gc-end{printf("GC: %d\n", timestamp);}: pid provider is not installed on this system
I've hit this problem on 13.1-RELEASE arm64.
One of the reasons for the pid provider being unavailable is that the AArch64 fasttrap code is not implemented. See sys/cddl/contrib/opensolaris/uts/aarch64/dtrace/fasttrap_isa.c.