1
0
mirror of https://git.FreeBSD.org/src.git synced 2025-01-04 12:52:15 +00:00
freebsd/sys/cddl/dev/dtrace
Justin Hibbits 97a9d3b5c5 powerpc/dtrace: Use explicit bit numbers to mask out PSL_EE
There seems to be a race in CI, such that dtrace_asm.S might be assembled
before the genassym is completed.  This causes a build failure when PSL_EE
doesn't exist, and is read as 0.  Get around this by explicitly specifying
the bits in the mask instead.
2018-10-21 02:08:57 +00:00
..
aarch64 DTrace aarch64: Avoid calling unwind_frame() in the probe context. 2018-05-12 15:35:26 +00:00
amd64 Remove very old and unused signal information codes. 2018-03-27 20:57:51 +00:00
arm Rename assym.s to assym.inc 2018-03-20 17:58:51 +00:00
i386 Remove very old and unused signal information codes. 2018-03-27 20:57:51 +00:00
mips
powerpc powerpc/dtrace: Use explicit bit numbers to mask out PSL_EE 2018-10-21 02:08:57 +00:00
riscv Add support for 'C'-compressed ISA extension to DTrace FBT provider. 2018-09-03 14:34:09 +00:00
x86
dtrace_anon.c
dtrace_cddl.h Assert that dtrace_probe() doesn't re-enter itself. 2018-04-10 13:47:09 +00:00
dtrace_debug.c
dtrace_hacks.c
dtrace_ioctl.c
dtrace_load.c
dtrace_modevent.c
dtrace_sysctl.c
dtrace_test.c
dtrace_unload.c
dtrace_vtime.c