Skip to content

Commit

Permalink
Delete versioning sections from BPF programs
Browse files Browse the repository at this point in the history
  • Loading branch information
vlvkobal committed Jul 8, 2020
1 parent a043bb1 commit 7a62e87
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 4 deletions.
1 change: 0 additions & 1 deletion kernel/latency_process_kern.c
Original file line number Diff line number Diff line change
Expand Up @@ -391,4 +391,3 @@ int netdata_return___close_fd(struct pt_regs* ctx)
}

char _license[] SEC("license") = "GPL";
u32 _version SEC("version") = LINUX_VERSION_CODE;
2 changes: 0 additions & 2 deletions kernel/network_viewer_kern.c
Original file line number Diff line number Diff line change
Expand Up @@ -537,5 +537,3 @@ int netdata_sys_exit(struct pt_regs* ctx)
}

char _license[] SEC("license") = "GPL";
u32 _version SEC("version") = LINUX_VERSION_CODE;

1 change: 0 additions & 1 deletion kernel/process_kern.c
Original file line number Diff line number Diff line change
Expand Up @@ -817,4 +817,3 @@ int netdata_enter_try_to_wake_up(struct pt_regs* ctx)
}

char _license[] SEC("license") = "GPL";
u32 _version SEC("version") = LINUX_VERSION_CODE;

0 comments on commit 7a62e87

Please sign in to comment.