]> www.infradead.org Git - users/jedix/linux-maple.git/commit
dtrace: add dtrace_module_loaded() and dtrace_module_unloaded()
authorRandy Dunlap <randy.dunlap@oracle.com>
Fri, 15 Jul 2011 16:37:44 +0000 (09:37 -0700)
committerNick Alcock <nick.alcock@oracle.com>
Mon, 29 Jun 2015 21:39:54 +0000 (22:39 +0100)
commita2e351f1ff8f75c815608d428f6a1e6933751c92
tree6487ff3b6745ffd7a8331e94d150f2ad251eb044
parent9ca929d29b49963922963c9e39270354b35e17eb
dtrace: add dtrace_module_loaded() and dtrace_module_unloaded()

Give the static probes in the kernel image a module name of
  "kernel_builtins" and a module state of LIVE.

Fix an extra-paren typo in dtrace_dev.c.

NOTE:  This is incomplete.  There are a few TBDs and FIXMEs
  in this patch.

Signed-off-by: Randy Dunlap <randy.dunlap@oracle.com>
kernel/dtrace/sdt_register.c