diff options
author | Tobias Klauser <[email protected]> | 2020-06-24 16:31:24 +0200 |
---|---|---|
committer | Daniel Borkmann <[email protected]> | 2020-06-25 16:06:01 +0200 |
commit | 9023497d8746d355bac8ddbc65797a4f553726fd (patch) | |
tree | b7ef80a995f76a54ca664f5869adb78a002ce14f /tools/testing/selftests/bpf/prog_tests/autoload.c | |
parent | 74765da176a0627e34bacf72826ec60c075cb62c (diff) |
tools, bpftool: Define prog_type_name array only once
Define prog_type_name in prog.c instead of main.h so it is only defined
once. This leads to a slight decrease in the binary size of bpftool.
Before:
text data bss dec hex filename
401032 11936 1573160 1986128 1e4e50 bpftool
After:
text data bss dec hex filename
399024 11168 1573160 1983352 1e4378 bpftool
Signed-off-by: Tobias Klauser <[email protected]>
Signed-off-by: Daniel Borkmann <[email protected]>
Reviewed-by: Quentin Monnet <[email protected]>
Link: https://lore.kernel.org/bpf/[email protected]
Diffstat (limited to 'tools/testing/selftests/bpf/prog_tests/autoload.c')
0 files changed, 0 insertions, 0 deletions