Markers: remove channel name from trace_mark()
authorMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Sun, 10 Apr 2011 22:15:40 +0000 (15:15 -0700)
committerMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Sun, 10 Apr 2011 22:30:11 +0000 (15:30 -0700)
*** This is an instrumentation API change ***

Given that UST will gradually move to a scheme where channels are
dynamically associated with markers on a per tracing session basis (and
thus associated dynamically rather than fixed statically), it does not
make sense to specify the "channel name" in addition to the marker name
in the trace_mark() arguments.

API touched:

GET_MARKER()
DEFINE_MARKER()
DEFINE_MARKER_TP()
trace_mark()
_trace_mark()

I'm introducing this API change without changing the underlying
implementation, trying to minimize the impact of API changes by doing
them sooner than later.

Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>

No differences found
This page took 0.023848 seconds and 4 git commands to generate.