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