commit | e1cc1f39981b06ba22a0c92e800e9fd8ba59d2d3 | [log] [tgz] |
---|---|---|
author | Namhyung Kim <namhyung@kernel.org> | Mon Mar 14 11:20:42 2022 -0700 |
committer | Alexei Starovoitov <ast@kernel.org> | Sun Mar 20 19:16:50 2022 -0700 |
tree | 35697b2416b06983a4afb4506890fcc8b8a16fe0 | |
parent | ee2a098851bfbe8bcdd964c0121f4246f00ff41e [diff] |
selftests/bpf: Test skipping stacktrace Add a test case for stacktrace with skip > 0 using a small sized buffer. It didn't support skipping entries greater than or equal to the size of buffer and filled the skipped part with 0. Signed-off-by: Namhyung Kim <namhyung@kernel.org> Signed-off-by: Alexei Starovoitov <ast@kernel.org> Acked-by: Yonghong Song <yhs@fb.com> Link: https://lore.kernel.org/bpf/20220314182042.71025-2-namhyung@kernel.org