kernel: Remove kernel profiling bits.
authorSascha Wildner <saw@online.de>
Sat, 5 Jan 2019 17:58:10 +0000 (18:58 +0100)
committerSascha Wildner <saw@online.de>
Sat, 5 Jan 2019 18:06:04 +0000 (19:06 +0100)
commit831b63123c31c5f6087f591c7dd5cb2e7b427953
treef3e9c4c78416167cbac23747e611b5b389de0a0a
parent5a31d9923078987ff4fc0dc060ab54ee2937fa53
kernel: Remove kernel profiling bits.

It was broken on i386, is even more broken on x86_64 and isn't
worth fixing.

Discussed-with: dillon
32 files changed:
Makefile_upgrade.inc
lib/libc/gen/sysctl.3
share/man/man7/clocks.7
share/man/man7/vkernel.7
sys/conf/files
sys/conf/kern.post.mk
sys/conf/kern.pre.mk
sys/cpu/x86_64/include/asm.h
sys/cpu/x86_64/include/asmacros.h
sys/cpu/x86_64/include/db_machdep.h
sys/cpu/x86_64/include/profile.h
sys/kern/kern_clock.c
sys/kern/subr_prof.c
sys/libkern/mcount.c [deleted file]
sys/platform/pc64/conf/files
sys/platform/pc64/isa/prof_machdep.c [deleted file]
sys/platform/pc64/x86_64/machdep.c
sys/platform/pc64/x86_64/mp_machdep.c
sys/platform/pc64/x86_64/mptable.c
sys/platform/vkernel64/conf/Makefile
sys/platform/vkernel64/conf/files
sys/sys/gmon.h
sys/sys/kernel.h
sys/sys/sysctl.h
usr.sbin/Makefile
usr.sbin/config/config.8
usr.sbin/config/config.h
usr.sbin/config/main.c
usr.sbin/config/mkmakefile.c
usr.sbin/kgmon/Makefile [deleted file]
usr.sbin/kgmon/kgmon.8 [deleted file]
usr.sbin/kgmon/kgmon.c [deleted file]