Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 121147
b: refs/heads/master
c: 0dcf8fe
h: refs/heads/master
i:
  121145: 1a3348a
  121143: aae4241
v: v3
  • Loading branch information
Mathieu Desnoyers authored and Ingo Molnar committed Nov 16, 2008
1 parent 40d3cc2 commit 0856a00
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 8fd88d159031bd238dad1d7186a2030b9f9349de
refs/heads/master: 0dcf8fe5fe5d7279f1c479fa82f1f1ca6f22e814
2 changes: 1 addition & 1 deletion trunk/Documentation/tracepoints.txt
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ Connecting a function (probe) to a tracepoint is done by providing a probe
(function to call) for the specific tracepoint through
register_trace_subsys_eventname(). Removing a probe is done through
unregister_trace_subsys_eventname(); it will remove the probe.
marker_synchronize_unregister() must be called before the end of the module exit
tracepoint_synchronize_unregister() must be called before the end of the module exit
function to make sure there is no caller left using the probe. This, and the
fact that preemption is disabled around the probe call, make sure that probe
removal and module unload are safe. See the "Probe example" section below for a
Expand Down

0 comments on commit 0856a00

Please sign in to comment.