Re: [PATCH net-next v2 3/4] selftests: drv-net: Strip '@' prefix from bpftrace map keys
From: Jakub Kicinski
Date: Wed Jun 25 2025 - 18:07:24 EST
On Wed, 25 Jun 2025 04:39:48 -0700 Breno Leitao wrote:
> The '@' prefix in bpftrace map keys is specific to bpftrace and can be
> safely removed when processing results. This patch modifies the bpftrace
> utility to strip the '@' from map keys before storing them in the result
> dictionary, making the keys more consistent with Python conventions.
Make sense, tho, could you double check or ask Alastair if all outputs
are prefixed with @? Maybe there's some map type or other thingamajig
that doesn't have the prefix?