Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 121139
b: refs/heads/master
c: 2504ea5
h: refs/heads/master
i:
  121137: 8b49ccb
  121135: 45a1491
v: v3
  • Loading branch information
Mathieu Desnoyers authored and Ingo Molnar committed Nov 16, 2008
1 parent e6c7868 commit f5d6e6f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: a0bca6a59ebc052751eed6e3b182c153495672d8
refs/heads/master: 2504ea5edfebb14133b8571c20785cdc077e07d2
1 change: 1 addition & 0 deletions trunk/samples/tracepoints/tracepoint-probe-sample.c
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ void __exit tp_sample_trace_exit(void)
{
unregister_trace_subsys_eventb(probe_subsys_eventb);
unregister_trace_subsys_event(probe_subsys_event);
tracepoint_synchronize_unregister();
}

module_exit(tp_sample_trace_exit);
Expand Down
1 change: 1 addition & 0 deletions trunk/samples/tracepoints/tracepoint-probe-sample2.c
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ module_init(tp_sample_trace_init);
void __exit tp_sample_trace_exit(void)
{
unregister_trace_subsys_event(probe_subsys_event);
tracepoint_synchronize_unregister();
}

module_exit(tp_sample_trace_exit);
Expand Down

0 comments on commit f5d6e6f

Please sign in to comment.