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:
d5979e4
)
Fix: add debug statement in kernel flush metadata
author
David Goulet
<dgoulet@efficios.com>
Tue, 25 Jun 2013 17:37:59 +0000
(13:37 -0400)
committer
David Goulet
<dgoulet@efficios.com>
Tue, 25 Jun 2013 17:37:59 +0000
(13:37 -0400)
Signed-off-by: David Goulet <dgoulet@efficios.com>
src/bin/lttng-sessiond/kernel.c
patch
|
blob
|
blame
|
history
diff --git
a/src/bin/lttng-sessiond/kernel.c
b/src/bin/lttng-sessiond/kernel.c
index 064fdc382026e19eef78c132310153a5e863863f..69665058a0e098c0b7a2bbd9dc1042d6f7b25f0a 100644
(file)
--- a/
src/bin/lttng-sessiond/kernel.c
+++ b/
src/bin/lttng-sessiond/kernel.c
@@
-460,6
+460,8
@@
int kernel_metadata_flush_buffer(int fd)
{
int ret;
+ DBG("Kernel flushing metadata buffer on fd %d", fd);
+
ret = kernctl_buffer_flush(fd);
if (ret < 0) {
ERR("Fail to flush metadata buffers %d (ret: %d)", fd, ret);
This page took
0.026757 seconds
and
4
git commands to generate.