Linux Kernel Markers: support multiple probes

2008-02-13 Thread Linux Kernel Mailing List
TED]> AuthorDate: Wed Feb 13 15:03:37 2008 -0800 Committer: Linus Torvalds <[EMAIL PROTECTED]> CommitDate: Wed Feb 13 16:21:20 2008 -0800 Linux Kernel Markers: support multiple probes RCU style multiple probes support for the Linux Kernel Markers. Common case (one probe) is still f

Linux Kernel Markers: create modpost file

2008-02-13 Thread Linux Kernel Mailing List
TED]> AuthorDate: Wed Feb 13 15:03:39 2008 -0800 Committer: Linus Torvalds <[EMAIL PROTECTED]> CommitDate: Wed Feb 13 16:21:20 2008 -0800 Linux Kernel Markers: create modpost file This adds some new magic in the MODPOST phase for CONFIG_MARKERS. Analogous to the Module.symvers fil

Linux Kernel Markers: fix samples to follow format string standard

2007-11-14 Thread Linux Kernel Mailing List
TED]> AuthorDate: Wed Nov 14 16:59:50 2007 -0800 Committer: Linus Torvalds <[EMAIL PROTECTED]> CommitDate: Wed Nov 14 18:45:40 2007 -0800 Linux Kernel Markers: fix samples to follow format string standard Add the field names to marker example format string. Signed-off-by: Mathi

Linux Kernel Markers: document format string

2007-11-14 Thread Linux Kernel Mailing List
TED]> AuthorDate: Wed Nov 14 16:59:49 2007 -0800 Committer: Linus Torvalds <[EMAIL PROTECTED]> CommitDate: Wed Nov 14 18:45:40 2007 -0800 Linux Kernel Markers: document format string Describes the format string standard further: Use of field names before the type specifiers..

Linux Kernel Markers: fix marker mutex not taken upon module load

2007-11-14 Thread Linux Kernel Mailing List
TED]> AuthorDate: Wed Nov 14 16:59:48 2007 -0800 Committer: Linus Torvalds <[EMAIL PROTECTED]> CommitDate: Wed Nov 14 18:45:40 2007 -0800 Linux Kernel Markers: fix marker mutex not taken upon module load Upon module load, we must take the markers mutex. It implies that the marker

Linux Kernel Markers - Documentation

2007-10-19 Thread Linux Kernel Mailing List
TED]> AuthorDate: Thu Oct 18 23:41:08 2007 -0700 Committer: Linus Torvalds <[EMAIL PROTECTED]> CommitDate: Fri Oct 19 11:53:55 2007 -0700 Linux Kernel Markers - Documentation Here is some documentation explaining what is/how to use the Linux Kernel Markers. Signed-off

Linux Kernel Markers - Samples

2007-10-19 Thread Linux Kernel Mailing List
TED]> AuthorDate: Thu Oct 18 23:41:08 2007 -0700 Committer: Linus Torvalds <[EMAIL PROTECTED]> CommitDate: Fri Oct 19 11:53:55 2007 -0700 Linux Kernel Markers - Samples Module example showing how to use the Linux Kernel Markers. [EMAIL PROTECTED]: coding-style fixes] S

Linux Kernel Markers

2007-10-19 Thread Linux Kernel Mailing List
TED]> AuthorDate: Thu Oct 18 23:41:06 2007 -0700 Committer: Linus Torvalds <[EMAIL PROTECTED]> CommitDate: Fri Oct 19 11:53:54 2007 -0700 Linux Kernel Markers The marker activation functions sits in kernel/marker.c. A hash table is used to keep track of the registered probes and a