initial commit
authorOlivier Dion <odion@efficios.com>
Tue, 27 Feb 2024 18:55:28 +0000 (13:55 -0500)
committerOlivier Dion <odion@efficios.com>
Tue, 27 Feb 2024 18:56:09 +0000 (13:56 -0500)
commit74c0b9b3dac7cd134e69723caefd9998cd6a3635
tree670afd93fee5d003213395451356a4f6c0b7b776
initial commit

Signed-off-by: Olivier Dion <odion@efficios.com>
16 files changed:
.gitignore [new file with mode: 0644]
Makefile [new file with mode: 0644]
scripts/check [new file with mode: 0755]
scripts/gen-hip-wrappers [new file with mode: 0755]
scripts/gen-hsa-wrappers [new file with mode: 0755]
scripts/lttng-ust-auto-api [new file with mode: 0755]
scripts/lttng-ust-hip-post-processing.sed [new file with mode: 0644]
scripts/lttng-ust-hsa-post-processing.sed [new file with mode: 0644]
src/hip-ignores.txt [new file with mode: 0644]
src/hsa-ignores.txt [new file with mode: 0644]
src/lttng-roctx.c [new file with mode: 0644]
src/lttng-roctx.h [new file with mode: 0644]
src/lttng-ust-exatracer.cpp [new file with mode: 0644]
src/lttng-ust-roctx-impl.c [new file with mode: 0644]
src/lttng-ust-roctx.h [new file with mode: 0644]
tests/hello.cpp [new file with mode: 0644]
This page took 0.023117 seconds and 4 git commands to generate.