From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id A50523858C60; Thu, 18 Jan 2024 01:57:37 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org A50523858C60 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1705543057; bh=gtqma9qA+Y55gaVmdpEFwqKtBB42GHSUGKCUEntWsL0=; h=From:To:Subject:Date:In-Reply-To:References:From; b=DNfgzRQ0y/VCjWM1RVIwkanUi3PtZCC4OLud192edMC50bl2O13eH/L0stBfq88E4 ImbZJ5uqzDB7W5QI495eH+K6N6PU9VpD4BZ/qNBSrhFX6vXiZxhwV8U76Ak/AiCX8X yG/00MlSoT1NbrJwxWzC0owgoOyI4gtFMCTg6iuE= From: "wcohen at redhat dot com" To: systemtap@sourceware.org Subject: [Bug runtime/22582] SystemTap 3.2 stap script compilation error opt Date: Thu, 18 Jan 2024 01:57:36 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: systemtap X-Bugzilla-Component: runtime X-Bugzilla-Version: unspecified X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: wcohen at redhat dot com X-Bugzilla-Status: RESOLVED X-Bugzilla-Resolution: WONTFIX X-Bugzilla-Priority: P2 X-Bugzilla-Assigned-To: systemtap at sourceware dot org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: resolution cc bug_status 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 List-Id: https://sourceware.org/bugzilla/show_bug.cgi?id=3D22582 William Cohen changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |WONTFIX CC| |wcohen at redhat dot com Status|WAITING |RESOLVED --- Comment #8 from William Cohen --- It appears to be an issue with the locally built kernel configuration rather systemtap. On the recent version of 32-bit raspberry pi has the sched_process_* and sys_* tracepoints: $ uname -a Linux raspberrypi 6.1.21+ #1642 Mon Apr 3 17:19:14 BST 2023 armv6l GNU/Lin= ux $ sudo /home/wcohen/bin/perf list |grep sched_process* sched:sched_process_exec [Tracepoint event] sched:sched_process_exit [Tracepoint event] sched:sched_process_fork [Tracepoint event] sched:sched_process_free [Tracepoint event] sched:sched_process_hang [Tracepoint event] sched:sched_process_wait [Tracepoint event] $ sudo /home/wcohen/bin/perf list |grep sys_ raw_syscalls:sys_enter [Tracepoint event] raw_syscalls:sys_exit [Tracepoint event] There hasn't been any response on this bug for over six year. Going to clo= se this. --=20 You are receiving this mail because: You are the assignee for the bug.=