Use iterator on tracepoint probes instead of tracepoints per se
authorMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Sat, 3 Dec 2011 22:37:41 +0000 (17:37 -0500)
committerMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Sat, 3 Dec 2011 22:37:41 +0000 (17:37 -0500)
commitc8fcf224e283ed7679c84cbcccf70ac65ca7e41d
treeeaedb49f98dd510283ff9987cdbfe797ce3102c6
parentb2263155b334f1ace346329022cf895ad6e270d1
Use iterator on tracepoint probes instead of tracepoints per se

- Simplify iteration locking scheme by using a linked list to store all
  the tracepoints to be iterated on.
- Allow getting the loglevel in addition to the tracepoint name.

Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
include/lttng/ust-events.h
liblttng-ust/ltt-probes.c
liblttng-ust/lttng-ust-abi.c
liblttng-ust/tracepoint-internal.h
liblttng-ust/tracepoint.c
This page took 0.026185 seconds and 4 git commands to generate.