Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion support/ebpf/cuda.ebpf.c
Original file line number Diff line number Diff line change
Expand Up @@ -227,7 +227,7 @@ struct cuda_progs_t {
__type(key, u32);
__type(value, u32);
__uint(max_entries, 1);
} cuda_progs;
} cuda_progs SEC(".maps");

SEC("usdt/cuda_probe")
int cuda_probe(struct pt_regs *ctx)
Expand Down
Binary file modified support/ebpf/tracer.ebpf.amd64
Binary file not shown.
Binary file modified support/ebpf/tracer.ebpf.arm64
Binary file not shown.
Loading