]> Zhao Yanbai Git Server - minix.git/commit
Remove support for call profiling 50/2850/1
authorDavid van Moolenbroek <david@minix3.org>
Tue, 30 Sep 2014 12:31:44 +0000 (12:31 +0000)
committerDavid van Moolenbroek <david@minix3.org>
Tue, 30 Sep 2014 12:39:03 +0000 (12:39 +0000)
commit1dcfbcd17383a5c335ef7172dc751771716b632d
tree259e16c40ea87a8c47605d01d8e0f768101b6237
parente5808135ddd9714cbc80097c046ef491994571e2
Remove support for call profiling

The entire infrastructure relied on an ACK feature, and as such, it
has been broken for years now, with no easy way to repair it.

Change-Id: I783c2a21276967af115a642199f31fef0f14a572
31 files changed:
distrib/sets/lists/minix/mi
lib/libc/include/namespace.h
minix/commands/profile/Makefile
minix/commands/profile/cprofalyze.pl [deleted file]
minix/commands/profile/profile.c
minix/include/minix/callnr.h
minix/include/minix/com.h
minix/include/minix/config.h
minix/include/minix/ipc.h
minix/include/minix/profile.h
minix/include/minix/syslib.h
minix/kernel/main.c
minix/kernel/profile.c
minix/kernel/profile.h
minix/kernel/system.c
minix/kernel/system.h
minix/kernel/system/Makefile.inc
minix/kernel/system/do_cprofile.c [deleted file]
minix/kernel/system/do_profbuf.c [deleted file]
minix/lib/libc/sys/Makefile.inc
minix/lib/libc/sys/cprofile.c [deleted file]
minix/lib/libsys/Makefile
minix/lib/libsys/arch/i386/Makefile.inc
minix/lib/libsys/arch/i386/profile.c [deleted file]
minix/lib/libsys/arch/i386/profile_extern.c [deleted file]
minix/lib/libsys/sys_cprof.c [deleted file]
minix/lib/libsys/sys_profbuf.c [deleted file]
minix/man/man1/profile.1
minix/servers/pm/profile.c
minix/servers/pm/proto.h
minix/servers/pm/table.c