projects
/
lttng-tools.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
01e6545
)
Fix missing print
author
David Goulet
<david.goulet@polymtl.ca>
Tue, 4 Oct 2011 18:17:51 +0000
(14:17 -0400)
committer
David Goulet
<david.goulet@polymtl.ca>
Tue, 4 Oct 2011 18:17:51 +0000
(14:17 -0400)
Signed-off-by: David Goulet <david.goulet@polymtl.ca>
ltt-sessiond/main.c
patch
|
blob
|
blame
|
history
diff --git
a/ltt-sessiond/main.c
b/ltt-sessiond/main.c
index 00b0b2e143463b8e7cd3ea8e8a64e0696d0f7db0..c28358563ebc7da0a882888d6fad9d34b5af2309 100644
(file)
--- a/
ltt-sessiond/main.c
+++ b/
ltt-sessiond/main.c
@@
-370,6
+370,7
@@
static void cleanup(void)
if (getenv("BENCH_UST_REGISTER")) {
bench_print_ust_register();
+ bench_print_ust_unregister();
}
if (getenv("BENCH_BOOT_PROCESS")) {
This page took
0.027805 seconds
and
4
git commands to generate.