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
fb9b78f2
Commit
fb9b78f2
authored
Dec 22, 2020
by
Brice Videau
Browse files
Added correct dependencies to xprof rules.
parent
604608e6
Pipeline
#12205
canceled with stage
Changes
3
Pipelines
1
Show whitespace changes
Inline
Side-by-side
opencl/Makefile.am
View file @
fb9b78f2
...
...
@@ -70,7 +70,7 @@ opencl_devices.tp: $(srcdir)/gen_opencl_custom_probes.rb $(TRACEPOINT_GEN)
%.h %.c
:
%.tp
$(LTTNG_GEN_TP)
$<
-o
$*
.c
-o
$*
.h
clprof.sh
:
clprof.sh
:
$(top_builddir)/utils/xprof.sh.erb
$(ERB)
-T
1
languages
=[
"opencl"
]
$(top_builddir)
/utils/xprof.sh.erb
>
$@
chmod
a+x
$@
...
...
xprof/Makefile.am
View file @
fb9b78f2
bin_SCRIPTS
=
iprof
iprof
:
iprof
:
$(top_builddir)/utils/xprof.sh.erb
$(ERB)
-T
1
languages
=[
"opencl"
,
"ze"
]
$(top_builddir)
/utils/xprof.sh.erb
>
$@
chmod
a+x
$@
ze/Makefile.am
View file @
fb9b78f2
...
...
@@ -164,7 +164,7 @@ EXTRA_DIST += \
gen_zel_tracepoints.rb
\
gen_probe_base.rb
zeprof.sh
:
zeprof.sh
:
$(top_builddir)/utils/xprof.sh.erb
$(ERB)
-T
1
languages
=[
"ze"
]
$(top_builddir)
/utils/xprof.sh.erb
>
$@
chmod
a+x
$@
...
...
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