freebsd-dev/sys/cddl/dev/fbt
Justin Hibbits b2aea1ad8f powerpc/dtrace: Fix fbt function probing for ELFv2
'.' function names exist only in ELFv1.  ELFv2 does away with function
descriptors, and look more like they do on powerpc(32) and most other
platforms, as direct function pointers.  Stop blacklisting regular function
names in ELFv2.

Submitted by:	Brandon Bergren
Differential Revision:	https://reviews.freebsd.org/D20346
2019-05-27 03:18:56 +00:00
..
aarch64 Allow multiple FBT probes to share a tracepoint. 2018-08-28 20:21:36 +00:00
arm Allow multiple FBT probes to share a tracepoint. 2018-08-28 20:21:36 +00:00
mips Allow multiple FBT probes to share a tracepoint. 2018-08-28 20:21:36 +00:00
powerpc powerpc/dtrace: Fix fbt function probing for ELFv2 2019-05-27 03:18:56 +00:00
riscv Various fixes for TLB management on RISC-V. 2018-10-15 18:56:54 +00:00
x86 Allow multiple FBT probes to share a tracepoint. 2018-08-28 20:21:36 +00:00
fbt.c Fix the hash table lookup in fbt_destroy(). 2018-09-02 17:02:13 +00:00
fbt.h Allow multiple FBT probes to share a tracepoint. 2018-08-28 20:21:36 +00:00