]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
Merge branch 'bpf-prog-stats'
authorDaniel Borkmann <daniel@iogearbox.net>
Wed, 27 Feb 2019 16:22:51 +0000 (17:22 +0100)
committerDaniel Borkmann <daniel@iogearbox.net>
Wed, 27 Feb 2019 16:22:52 +0000 (17:22 +0100)
commitda4e023e452801204f645a502e87352d7f17689d
tree8676141fa3057f59651204c33860ec24fecf19f9
parent143bdc2e27b44d2559596424bfb017d578be33eb
parent88ad472b8a4ad2292d11835652462fd9f745245e
Merge branch 'bpf-prog-stats'

Alexei Starovoitov says:

====================
Introduce per program stats to monitor the usage BPF.

v2->v3:
- rename to run_time_ns/run_cnt everywhere

v1->v2:
- fixed u64 stats on 32-bit archs. Thanks Eric
- use more verbose run_time_ns in json output as suggested by Andrii
- refactored prog_alloc and clarified behavior of stats in subprogs
====================

Acked-by: Andrii Nakryiko <andriin@fb.com>
Signed-off-by: Daniel Borkmann <daniel@iogearbox.net>