]> www.infradead.org Git - users/jedix/linux-maple.git/commit
dtrace: minimal cyclic implementation and debug code.
authorKris Van Hees <kris.van.hees@oracle.com>
Mon, 13 Jun 2011 18:53:27 +0000 (14:53 -0400)
committerNick Alcock <nick.alcock@oracle.com>
Mon, 29 Jun 2015 21:39:51 +0000 (22:39 +0100)
commit1fa3d04dbe3254fa0abc12da1474c33058074544
tree67eda28dfbe3470ea5be1426e97528c462ed87e7
parent09e3300d572254c6a60452c06b935d92877766de
dtrace: minimal cyclic implementation and debug code.

Adding debug code to track probe processing through BEGIN probe enabling.
Adding minimal implementation of cyclic functionality (based on hrtimer) as an
additional to the core kernel, linked in when dtrace is enabled (be it as
module, or compiled in).  Exports cyclic_add() and cyclic_remove().
Removed former cyclic stub implementation (cyclic.c).

Signed-off-by: Kris Van Hees <kris.van.hees@oracle.com>
kernel/dtrace/Makefile
kernel/dtrace/cyclic.c [deleted file]
kernel/dtrace/dtrace_os.c [new file with mode: 0644]