remove line numbers from debug info

Signed-off-by: varun-r-mallya <varunrmallya@gmail.com>
This commit is contained in:
2025-09-09 12:16:01 +05:30
parent 46cefd4143
commit d7a5a06eab
2 changed files with 0 additions and 13 deletions

View File

@ -10,13 +10,6 @@ struct {
__type(value, u64);
} last SEC(".maps");
struct {
__uint(type, BPF_MAP_TYPE_HASH);
__uint(max_entries, 1);
__type(key, u64);
__type(value, u64);
} last2 SEC(".maps");
SEC("tracepoint/syscalls/sys_enter_execve")
int hello(struct pt_regs *ctx) {
bpf_printk("Hello, World!\n");