Sign in
eclipse
/
gerrit
/
linuxtools
/
org.eclipse.linuxtools
/
refs/heads/lttng-kepler-stable
/
.
/
systemtap
/
org.eclipse.linuxtools.threadprofiler
/
graphtest.stp
blob: 43e2e73ccf8689afbf8e8466f2827ab3182e85d9 [
file
] [
log
] [
blame
]
global
counter
probe timer
.
s
(
1
)
{
printf
(
"%d, %d, %d"
,
counter
,
counter
*
5
,
counter
*
10
);
counter
++;
}