commit | f2461fc82a083dd60062e05e704c5fcc1c658ba1 | [log] [tgz] |
---|---|---|
author | Mathieu Desnoyers <mathieu.desnoyers@polymtl.ca> | Mon Oct 06 10:33:00 2008 -0400 |
committer | Ingo Molnar <mingo@elte.hu> | Tue Oct 14 10:39:30 2008 +0200 |
tree | 1b5e13fd4895351d26e9bd4a404c40c8d8381a09 | |
parent | 8b27386a9ce9c7f0f8702cff7565a46802ad57d1 [diff] |
tracepoints: tracepoint_synchronize_unregister() Create tracepoint_synchronize_unregister() which must be called 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>