Privatize part of marker.h, and type-serializer.h
authorMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Thu, 19 May 2011 16:02:19 +0000 (12:02 -0400)
committerMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Thu, 19 May 2011 16:02:19 +0000 (12:02 -0400)
commit535b0d0af1b6421ceb83e22821e85bc6919d16d9
tree7c41ae44745736e133051791d7a877f2b8bbbd83
parent8161463975e218e0833d31ab1577a7ceb9e8e9f3
Privatize part of marker.h, and type-serializer.h

The current interface we publish is ust_marker(), tracepoint() and
TRACEPOINT_EVENT() (and associated _NOARGS, CLASS, INSTANCE and
TRACEPOINT_CREATE_PROBES). Besides that, consider any lower-level API
showing the UST internals as, well, internal.

Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
include/Makefile.am
include/ust/marker-internal.h [new file with mode: 0644]
include/ust/marker.h
include/ust/tracepoint-internal.h
include/ust/type-serializer.h
include/ust/ust.h
libust/channels.c
libust/marker.c
libust/tracer.h
This page took 0.024118 seconds and 4 git commands to generate.