Searched hist:"07480 cbc05ef1ff7301cb11afb7d894ad3d0916a" (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/tools/bpf/bpftool/ |
H A D | prog.c | diff 07480cbc05ef1ff7301cb11afb7d894ad3d0916a Thu Jun 14 13:06:55 CDT 2018 Jakub Kicinski <jakub.kicinski@netronome.com> tools: bpftool: improve accuracy of load time
BPF program load time is reported from the kernel relative to boot time. If conversion to wall clock does not take nanosecond parts into account, the load time reported by bpftool may differ by one second from run to run. This means JSON object reported by bpftool for a program will randomly change.
Fixes: 71bb428fe2c1 ("tools: bpf: add bpftool") Signed-off-by: Jakub Kicinski <jakub.kicinski@netronome.com> Reviewed-by: Quentin Monnet <quentin.monnet@netronome.com> Signed-off-by: Daniel Borkmann <daniel@iogearbox.net>
|