Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
HeteroFlow
THAPI
Commits
f64eaaac
Commit
f64eaaac
authored
Dec 16, 2020
by
Thomas Applencourt
Browse files
Correct name trace
parent
e3709309
Pipeline
#12176
failed with stage
Changes
2
Pipelines
1
Show whitespace changes
Inline
Side-by-side
opencl/clprof.sh.in
View file @
f64eaaac
...
...
@@ -50,7 +50,7 @@ trace_and_summary() {
fi
lttng-sessiond
$quiet
--daemonize
lttng
$quiet
create
iprof
lttng
$quiet
create
thapi-opencl-session
#Using blocking more to trace event record loss
lttng
$quiet
enable-channel
--userspace
--blocking-timeout
=
inf blocking-channel
...
...
@@ -86,7 +86,7 @@ trace_epilogue() {
summary
()
{
if
[
-z
"
$@
"
]
;
then
lltng_last_session
=
$(
ls
-dt
$HOME
/lttng-traces/
*
|
head
-1
)
lltng_last_session
=
$(
ls
-dt
$HOME
/lttng-traces/
thapi-opencl-session
*
|
head
-1
)
echo
"Trace location:"
$lltng_last_session
echo
else
...
...
ze/zeprof.sh.in
View file @
f64eaaac
...
...
@@ -50,7 +50,7 @@ trace_and_summary() {
fi
lttng-sessiond
$quiet
--daemonize
lttng
$quiet
create
iprof
lttng
$quiet
create
thapi-ze-session
#Using blocking more to trace event record loss
lttng
$quiet
enable-channel
--userspace
--blocking-timeout
=
inf blocking-channel
...
...
@@ -86,7 +86,7 @@ trace_epilogue() {
summary
()
{
if
[
-z
"
$@
"
]
;
then
lltng_last_session
=
$(
ls
-dt
$HOME
/lttng-traces/
*
|
head
-1
)
lltng_last_session
=
$(
ls
-dt
$HOME
/lttng-traces/
thapi-ze-session
*
|
head
-1
)
echo
"Trace location:"
$lltng_last_session
echo
else
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment