Bugzilla: https://bugzilla.redhat.com/2120966
commit e1cc1f39981b06ba22a0c92e800e9fd8ba59d2d3
Author: Namhyung Kim <namhyung@kernel.org>
Date: Mon Mar 14 11:20:42 2022 -0700
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
Signed-off-by: Jerome Marchand <jmarchan@redhat.com>