From: Mathieu Desnoyers Date: Fri, 14 Nov 2008 22:47:39 +0000 (-0500) Subject: markers: auto enable tracepoints (new API : trace_mark_tp()) X-Git-Tag: v2.6.29-rc1~586^2~58^3~12 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c1df1bd2c4d4b20c83755a0f41956b57aec4842a;p=pandora-kernel.git markers: auto enable tracepoints (new API : trace_mark_tp()) Impact: new API Add a new API trace_mark_tp(), which declares a marker within a tracepoint probe. When the marker is activated, the tracepoint is automatically enabled. No branch test is used at the marker site, because it would be a duplicate of the branch already present in the tracepoint. Signed-off-by: Mathieu Desnoyers Signed-off-by: Ingo Molnar --- Reading git-diff-tree failed