projects
/
benchmarks.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7be2bbf
)
Real fix for the probe...
master
author
Julien Desfossez
<ju@klipix.org>
Thu, 17 Feb 2011 19:42:21 +0000
(14:42 -0500)
committer
Julien Desfossez
<ju@klipix.org>
Thu, 17 Feb 2011 19:42:21 +0000
(14:42 -0500)
Signed-off-by: Julien Desfossez <julien.desfossez@polymtl.ca>
ust-systemtap-tracepoints/testutrace.stp
patch
|
blob
|
blame
|
history
diff --git
a/ust-systemtap-tracepoints/testutrace.stp
b/ust-systemtap-tracepoints/testutrace.stp
index eba9dfca283bef72ee5a5ad2adc8c8f8a721b31e..14f91e22d4bc08cb6519642575939a4b49c12629 100644
(file)
--- a/
ust-systemtap-tracepoints/testutrace.stp
+++ b/
ust-systemtap-tracepoints/testutrace.stp
@@
-1,4
+1,3
@@
probe process("tracepoint_benchmark").mark("single_trace") {
- printf("%d : %s\n", gettimeofday_ns(), $$parms);
+ printf("%d : %d\n", gettimeofday_ns(), $arg1);
}
-
This page took
0.023082 seconds
and
4
git commands to generate.