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:
8acbe07
)
Cleanup debug printf in test
author
David Goulet
<dgoulet@efficios.com>
Mon, 2 Apr 2012 16:14:53 +0000
(12:14 -0400)
committer
David Goulet
<dgoulet@efficios.com>
Mon, 2 Apr 2012 16:14:53 +0000
(12:14 -0400)
Signed-off-by: David Goulet <dgoulet@efficios.com>
tests/ust/low-throughput/main.c
patch
|
blob
|
blame
|
history
diff --git
a/tests/ust/low-throughput/main.c
b/tests/ust/low-throughput/main.c
index c8802e7df5262adbcbb90fd44f1363fa1e9988e1..06ab9ef825ae20c6c73c08ae7d9091aa0dfceabe 100644
(file)
--- a/
tests/ust/low-throughput/main.c
+++ b/
tests/ust/low-throughput/main.c
@@
-39,18
+39,15
@@
static void *th_event_minute(void *data)
/* 20 minutes tracepoint */
if ((i % 20) == 0) {
tracepoint(tp, slow, i, "twenty");
- printf("Twenty: %d\n", i);
}
/* 10 minutes tracepoint */
if ((i % 10) == 0) {
tracepoint(tp, slow, i, "ten");
- printf("Ten: %d\n", i);
}
/* 1 minute tracepoint */
tracepoint(tp, slow, i, "one");
- printf("One: %d\n", i);
}
return NULL;
This page took
0.02549 seconds
and
4
git commands to generate.