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
5bc944b7
Commit
5bc944b7
authored
Feb 25, 2021
by
Thomas Applencourt
Browse files
Merge branch 'master' into 'modularize'
Master See merge request
!11
parents
b373ac4d
bbe699a3
Pipeline
#12671
failed with stage
Changes
2
Pipelines
1
Show whitespace changes
Inline
Side-by-side
utils/xprof.sh.erb.in
View file @
5bc944b7
...
...
@@ -160,10 +160,10 @@ summary() {
if
[[
"
$trace
"
]]
;
then
# Todo filter direcly in the babeltrace
<%
if
languages.include?
(
"opencl"
)
%>
$bindir
/babeltrace_opencl
$lttng_last_session
|
grep
lttng_ust_opencl
$bindir
/babeltrace_opencl
$lttng_last_session
|
grep
--binary-files
=
text
lttng_ust_opencl
<% end %>
<%
if
languages.include?
(
"ze"
)
%>
$bindir
/babeltrace_ze
$lttng_last_session
|
grep
lttng_ust_ze
$bindir
/babeltrace_ze
$lttng_last_session
|
grep
--binary-files
=
text
lttng_ust_ze
<% end %>
fi
...
...
ze/Makefile.am
View file @
5bc944b7
...
...
@@ -317,7 +317,9 @@ ZE_BINDINGS = \
ze_refinements.rb
\
ze_bindings.rb
data_DATA
=
$(ZE_BINDINGS)
data_DATA
=
\
$(ZE_BINDINGS)
\
ze_bindings_base.rb
EXTRA_DIST
+=
\
gen_ze_library.rb
\
...
...
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