diff options
Diffstat (limited to 'tools/testing/selftests/bpf/progs/pyperf100.c')
-rw-r--r-- | tools/testing/selftests/bpf/progs/pyperf100.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/tools/testing/selftests/bpf/progs/pyperf100.c b/tools/testing/selftests/bpf/progs/pyperf100.c new file mode 100644 index 000000000000..29786325db54 --- /dev/null +++ b/tools/testing/selftests/bpf/progs/pyperf100.c | |||
@@ -0,0 +1,4 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0 | ||
2 | // Copyright (c) 2019 Facebook | ||
3 | #define STACK_MAX_LEN 100 | ||
4 | #include "pyperf.h" | ||