Skip to content

Commit 4715aed

Browse files
committed
?
1 parent 902bc54 commit 4715aed

3 files changed

Lines changed: 1 addition & 1 deletion

File tree

support/ebpf/cuda.ebpf.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ struct cuda_scratch_heap_t {
5555
__type(key, u32);
5656
__type(value, struct cuda_scratch);
5757
__uint(max_entries, 1);
58-
} cuda_scratch_heap;
58+
} cuda_scratch_heap SEC(".maps");
5959

6060
struct cuda_timing_events_t {
6161
__uint(type, BPF_MAP_TYPE_PERF_EVENT_ARRAY);

support/ebpf/tracer.ebpf.amd64

816 Bytes
Binary file not shown.

support/ebpf/tracer.ebpf.arm64

816 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)