Skip to content

Commit

Permalink
make base event probe ID array 300 bytes
Browse files Browse the repository at this point in the history
Signed-off-by: grantseltzer <[email protected]>
  • Loading branch information
grantseltzer committed Dec 19, 2024
1 parent c94fbc0 commit afa848c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pkg/dynamicinstrumentation/codegen/c/base_event.h
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#include "ktypes.h"

struct base_event {
char probe_id[304];
char probe_id[300];
__u32 pid;
__u32 uid;
__u64 program_counters[10];
Expand Down
2 changes: 1 addition & 1 deletion pkg/dynamicinstrumentation/ditypes/ebpf_linux.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit afa848c

Please sign in to comment.