From: Kris Van Hees Date: Thu, 18 Oct 2012 15:41:28 +0000 (+0100) Subject: dtrace: remove obsolete static probe documentation X-Git-Tag: v4.1.12-92~313^2~108 X-Git-Url: https://www.infradead.org/git/?a=commitdiff_plain;h=03ea6abbae7e2ee16970ec775dd48f2dda24e035;p=users%2Fjedix%2Flinux-maple.git dtrace: remove obsolete static probe documentation This is outdated and useless. Signed-off-by: Kris Van Hees --- diff --git a/Documentation/dtrace_static_probes.txt b/Documentation/dtrace_static_probes.txt deleted file mode 100644 index 921f68fd1e69..000000000000 --- a/Documentation/dtrace_static_probes.txt +++ /dev/null @@ -1,39 +0,0 @@ -DTRACE STATIC PROBE POINTS DIRECTORY -~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ - -====================================================================== -MISCELLANEOUS: - -__handle_sysrq: - any time that a sysrq key is used or someone does: - echo key > /proc/sysrq-trigger - -check_hung_task: - when check_hung_task() finds a task that has been blocked - for more than /proc/sys/kernel/hung_task_timeout_secs seconds - -oom_kill_process: - when the oom-killer is invoked - -====================================================================== -MODULES: - -init_module: - when a loadable module load is attempted - -delete_module: - when a loadable module unload is attempted - -====================================================================== -SIGNALS: - -get_signal_to_deliver: - when a fatal signal occurs, usually causing a core dump - -handle_signal: - (x86 only) when an application handles a signal - -signal_fault: - (x86 only) when an application does not handle a signal - -### END ###