You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When compiling with -Werror, the bundled ebpftool submodule contains the bug below, it was fixed upstream some time ago. Please consider updating it.
prog.c: In function ‘profile_open_perf_events’:
prog.c:2297:24: error: ‘calloc’ sizes specified with ‘sizeof’ in the earlier argument and not in the later argument [-Werror=calloc-transposed-args]
sizeof(int), obj->rodata->num_cpu * obj->rodata->num_metric);
The text was updated successfully, but these errors were encountered:
DanPartelly
changed the title
Please update bpftool submodule template, it renders bpftime uncompilable
Please update bpftool submodule snapshoot, it renders bpftime uncompilable
Feb 24, 2025
When compiling with -Werror, the bundled ebpftool submodule contains the bug below, it was fixed upstream some time ago. Please consider updating it.
prog.c: In function ‘profile_open_perf_events’:
prog.c:2297:24: error: ‘calloc’ sizes specified with ‘sizeof’ in the earlier argument and not in the later argument [-Werror=calloc-transposed-args]
sizeof(int), obj->rodata->num_cpu * obj->rodata->num_metric);
The text was updated successfully, but these errors were encountered: