Attention is currently required from: fixeria, laforge, osmith. pespin has posted comments on this change by fixeria. ( https://gerrit.osmocom.org/c/docker-playground/+/41778?usp=email )
Change subject: ttcn3-bts-test: bpftrace: filter by executable name ...................................................................... Patch Set 3: (1 comment) File ttcn3-bts-test/bpftrace/ksys_write_delay.bt: https://gerrit.osmocom.org/c/docker-playground/+/41778/comment/98e25dcb_3cdbb72e?usp=email : PS2, Line 28: kretprobe:ksys_write / comm == str($1) && @start[tid] / > I've removed the additional `comm == str($1)` for `kretprobe`. We may actually need this "comm == str($1) && ", not because is really needed, but because bpftrace in debian13 is buggy and otherwise it throws an error with an error trying to access a non-existing entry in the "start" map for "tid". This works fine on older (debian12) and newer (archlinux) bpftrace. -- To view, visit https://gerrit.osmocom.org/c/docker-playground/+/41778?usp=email To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings?usp=email Gerrit-MessageType: comment Gerrit-Project: docker-playground Gerrit-Branch: master Gerrit-Change-Id: I04c2e36806534a8ca650733bacf521ea57950692 Gerrit-Change-Number: 41778 Gerrit-PatchSet: 3 Gerrit-Owner: fixeria <[email protected]> Gerrit-Reviewer: Jenkins Builder Gerrit-Reviewer: osmith <[email protected]> Gerrit-Reviewer: pespin <[email protected]> Gerrit-CC: laforge <[email protected]> Gerrit-Attention: osmith <[email protected]> Gerrit-Attention: laforge <[email protected]> Gerrit-Attention: fixeria <[email protected]> Gerrit-Comment-Date: Fri, 16 Jan 2026 12:08:29 +0000 Gerrit-HasComments: Yes Gerrit-Has-Labels: No Comment-In-Reply-To: laforge <[email protected]> Comment-In-Reply-To: fixeria <[email protected]> Comment-In-Reply-To: pespin <[email protected]>
