[PATCH bpf-next v4 0/3] bpf: btf: print bpftool map data with btf
From: Okash Khawaja
Date: Tue Jul 10 2018 - 23:29:07 EST
Hi,
Here are the changes from v3:
patch 2:
- use compile time check for big endian
- remove extra parentheses
- don't inline declaration of `data` in loop inside btf_dumper_struct()
- don't print null when char is 0
patch 3:
- return error from get_btf()
- add new line after instantiating struct btf_dumper
Thanks,
Okash