From: Mathieu Desnoyers Date: Fri, 14 Nov 2008 22:47:40 +0000 (-0500) Subject: markers: create DEFINE_MARKER and GET_MARKER (new API) X-Git-Tag: v2.6.29-rc1~586^2~58^3~11 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a0bca6a59ebc052751eed6e3b182c153495672d8;p=pandora-kernel.git markers: create DEFINE_MARKER and GET_MARKER (new API) Impact: new API. Allow markers to be used only for declaration, without function call associated. Useful to create specialized probes. The problem we had is that two function calls were required when one wanted to put a marker in a tracepoint probe. Now the marker can be used simply for trace data type declaration, leaving the trace write work within the tracepoint probe without any additional function call. Signed-off-by: Mathieu Desnoyers Signed-off-by: Ingo Molnar --- Reading git-diff-tree failed