diff options
author | Alexei Starovoitov <[email protected]> | 2021-02-09 19:36:28 -0800 |
---|---|---|
committer | Daniel Borkmann <[email protected]> | 2021-02-11 16:19:06 +0100 |
commit | f2dd3b39467411c53703125a111f45b3672c1771 (patch) | |
tree | 08e6354a8eca6c7749242864638975a46d36f642 /tools/testing/selftests/bpf/progs/recursion.c | |
parent | 031d6e02ddbb8dea747c1abb697d556901f07dd4 (diff) |
bpf: Compute program stats for sleepable programs
Since sleepable programs don't migrate from the cpu the excution stats can be
computed for them as well. Reuse the same infrastructure for both sleepable and
non-sleepable programs.
run_cnt -> the number of times the program was executed.
run_time_ns -> the program execution time in nanoseconds including the
off-cpu time when the program was sleeping.
Signed-off-by: Alexei Starovoitov <[email protected]>
Signed-off-by: Daniel Borkmann <[email protected]>
Acked-by: Andrii Nakryiko <[email protected]>
Acked-by: KP Singh <[email protected]>
Link: https://lore.kernel.org/bpf/[email protected]
Diffstat (limited to 'tools/testing/selftests/bpf/progs/recursion.c')
0 files changed, 0 insertions, 0 deletions