Re: [PATCH bpf-next v7 5/6] selftests/bpf: Test stack depth stats without BTF subprog names
Eduard Zingerman <[email protected]>
| Newsgroups | org.kernel.vger.bpf |
|---|---|
| Message-ID | <[email protected]> |
On Sat, 2026-08-08 at 08:25 +0200, Kumar Kartikeya Dwivedi wrote: > Test the per-program insns_self, insns_total, and stack depth statistics > emitted when BTF function info does not provide subprogram names. Check that > the subprog 0 main record and static-subprogram records use <unknown>. > > Make VERBOSE_ACCEPT request verifier statistics so the raw-insn test can > validate the output without a test-specific log level. > > Signed-off-by: Kumar Kartikeya Dwivedi <[email protected]> > --- Acked-by: Eduard Zingerman <[email protected]> ...