commit | 8fd88d159031bd238dad1d7186a2030b9f9349de | [log] [tgz] |
---|---|---|
author | Mathieu Desnoyers <mathieu.desnoyers@polymtl.ca> | Fri Nov 14 17:47:48 2008 -0500 |
committer | Ingo Molnar <mingo@elte.hu> | Sun Nov 16 09:01:37 2008 +0100 |
tree | f5ab2ddfd747ee0dd6e4e9555671ff6b7d0dca0b | |
parent | 7e066fb870fcd1025ec3ba7bbde5d541094f4ce1 [diff] |
tracepoints: documentation fix for teardown Impact: documentation update 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>