linux/samples/tracepoints
Mathieu Desnoyers 2504ea5edf tracepoints: samples, fix teardown
Impact: fix a bug in sample tracepoints

Need a tracepoint_synchronize_unregister() before the end of exit() to
make sure every probe callers have exited the non preemptible section
and thus are not executing the probe code anymore.

Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@polymtl.ca>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
2008-11-16 09:01:30 +01:00
..
Makefile
tp-samples-trace.h
tracepoint-probe-sample.c tracepoints: samples, fix teardown 2008-11-16 09:01:30 +01:00
tracepoint-probe-sample2.c tracepoints: samples, fix teardown 2008-11-16 09:01:30 +01:00
tracepoint-sample.c