Re: [PATCH v3 2/2] bpf/selftests: Test skipping stacktrace

From: Yonghong Song
Date: Tue Mar 15 2022 - 01:19:15 EST




On 3/14/22 11:20 AM, Namhyung Kim wrote:
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@xxxxxxxxxx>

Acked-by: Yonghong Song <yhs@xxxxxx>