From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 062A23842418; Tue, 21 Jul 2020 15:10:24 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 062A23842418 From: "me at serhei dot io" To: systemtap@sourceware.org Subject: [Bug bpf/26234] utrace_derived_probes (and others?) being silently ignored by bpf backend Date: Tue, 21 Jul 2020 15:10:24 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: systemtap X-Bugzilla-Component: bpf X-Bugzilla-Version: unspecified X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: me at serhei dot io X-Bugzilla-Status: NEW X-Bugzilla-Resolution: X-Bugzilla-Priority: P2 X-Bugzilla-Assigned-To: systemtap at sourceware dot org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: http://sourceware.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: systemtap@sourceware.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Systemtap mailing list List-Unsubscribe: , List-Archive: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 21 Jul 2020 15:10:25 -0000 https://sourceware.org/bugzilla/show_bug.cgi?id=3D26234 --- Comment #2 from Serhei Makarov --- 40dbe72afa2 adds warnings for the other probe types though in some cases they may still be overridden by earlier, more confusing warnings e.g.=20 sudo stap --bpf -ve 'probe process("/bin/ls").insn { println("hello") exit(= ) }' Pass 1: parsed user script and 51 library scripts using 40640virt/23544res/9372shr/13872data kb, in 0usr/0sys/7real ms. semantic error: while resolving probe point: identifier 'process' at :1:7 source: probe process("/bin/ls").insn { println("hello", execname(), pid()) } ^ semantic error: while resolving probe point: identifier 'process' at :1:7 source: probe process("/bin/ls").insn { println("hello", execname(), pid()) } ^ semantic error: process probes not available without kernel CONFIG_UTRACE Pass 2: analyzed script: 0 probes, 0 functions, 0 embeds, 0 globals using 40640virt/23544res/9372shr/13872data kb, in 0usr/0sys/0real ms. Pass 2: analysis failed. [man error::pass2] --=20 You are receiving this mail because: You are the assignee for the bug.=