linux/tools/bpf/bpftool
Quentin Monnet 0b1c27db12 tools: bpftool: move p_err() and p_info() from main.h to common.c
The two functions were declared as static inline in a header file. There
is no particular reason why they should be inlined, they just happened to
remain in the same header file when they were turned from macros to
functions in a precious commit.

Make them non-inlined functions and move them to common.c file instead.

Suggested-by: Joe Perches <joe@perches.com>
Signed-off-by: Quentin Monnet <quentin.monnet@netronome.com>
Signed-off-by: Jakub Kicinski <jakub.kicinski@netronome.com>
Acked-by: Alexei Starovoitov <ast@kernel.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
2017-11-05 22:28:51 +09:00
..
bash-completion tools: bpftool: add bash completion for bpftool 2017-10-29 18:37:33 +09:00
Documentation tools: bpftool: update documentation for --json and --pretty usage 2017-10-24 01:25:09 +01:00
common.c tools: bpftool: move p_err() and p_info() from main.h to common.c 2017-11-05 22:28:51 +09:00
jit_disasm.c tools: bpf: handle long path in jit disasm 2017-11-02 20:25:27 +09:00
json_writer.c tools: bpftool: add JSON output for bpftool prog dump xlated * command 2017-10-24 01:25:08 +01:00
json_writer.h tools: bpftool: add JSON output for bpftool prog dump xlated * command 2017-10-24 01:25:08 +01:00
main.c tools: bpftool: update documentation for --json and --pretty usage 2017-10-24 01:25:09 +01:00
main.h tools: bpftool: move p_err() and p_info() from main.h to common.c 2017-11-05 22:28:51 +09:00
Makefile tools: bpftool: add bash completion for bpftool 2017-10-29 18:37:33 +09:00
map.c tools: bpftool: update documentation for --json and --pretty usage 2017-10-24 01:25:09 +01:00
prog.c bpftool: print program device bound info 2017-11-05 22:26:19 +09:00