aboutsummaryrefslogtreecommitdiff
path: root/tools/testing/selftests/bpf/progs/pyperf_global.c
AgeCommit message (Collapse)AuthorFilesLines
2020-01-10selftests/bpf: Add a test for a large global functionAlexei Starovoitov1-0/+5
test results: pyperf50 with always_inlined the same function five times: processed 46378 insns pyperf50 with global function: processed 6102 insns Signed-off-by: Alexei Starovoitov <[email protected]> Signed-off-by: Daniel Borkmann <[email protected]> Acked-by: Song Liu <[email protected]> Link: https://lore.kernel.org/bpf/[email protected]