Re: [PATCH v3 bpf-next 0/4] bpf: per program stats

2019-02-27 Thread Daniel Borkmann
On 02/25/2019 11:28 PM, Alexei Starovoitov wrote: > 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 > -

Re: [PATCH v3 bpf-next 0/4] bpf: per program stats

2019-02-25 Thread Andrii Nakryiko
On Mon, Feb 25, 2019 at 2:29 PM Alexei Starovoitov wrote: > > 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 A

[PATCH v3 bpf-next 0/4] bpf: per program stats

2019-02-25 Thread Alexei Starovoitov
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