Skip to content

Commit

Permalink
missing header
Browse files Browse the repository at this point in the history
  • Loading branch information
bd4 committed Jun 27, 2024
1 parent e563981 commit 38b5143
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions libthapictl/include/backends.h
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
#pragma once

#include <lttng/lttng.h>

void thapi_cuda_init(struct lttng_handle *h, const char *channel_name);
void thapi_cuda_enable_tracing_events(struct lttng_handle *h, const char *channel_name);
void thapi_cuda_disable_tracing_events(struct lttng_handle *h, const char *channel_name);

0 comments on commit 38b5143

Please sign in to comment.