From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id CE1183858C62; Wed, 11 Jan 2023 15:20:44 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org CE1183858C62 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1673450444; bh=Y1WVDLAoCJbqXT9ge7KYpBedlz8OOQwjSw5ZLDn19z4=; h=From:To:Subject:Date:In-Reply-To:References:From; b=Fh0eJ4oiHNOegDkC/eUDVjL22nvMetE7vQB4QCeSXM5TPzW+ohUHHEL1nVU81VMcA lhrDLgOrnQZ+Oe0Zqyu9cfTyt+1PGjnjmJKRCwSIfTzTlB2THaV/HPIVNS7ZrFAJPz 2a00/Z4Gb+17kXizfS4r4zI1xhz24yRVMKZFPJ+w= From: "wcohen at redhat dot com" To: systemtap@sourceware.org Subject: [Bug translator/29986] kernel.function can not work on fedora34 with aarch64 architecture Date: Wed, 11 Jan 2023 15:20:44 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: systemtap X-Bugzilla-Component: translator X-Bugzilla-Version: unspecified X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: wcohen at redhat dot com X-Bugzilla-Status: UNCONFIRMED 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: cc 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=3D29986 William Cohen changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |wcohen at redhat dot com --- Comment #1 from William Cohen --- The kernel.function("*") probes are going to need the kernel-debuginfo* rpm= s.=20 What is the output of: rpm -qa |grep kernel- Are there kernel-debuginfo and kernel-debuginfo-common that match the kernel-5.11.12-300.fc34.aarch64 that is currently running? I set up a fc34 machine locally and found that the kernels that were instal= led were kernel-5.17.12-100.fc34.aarch64, a later version that used in this bug= .=20 Most of the rpm repos remove the older versions of the debuginfo for pacage= and you may need to download the matching kernel-debuginfo-* rpms directly from koji rather than using the stap-prep command as stap-prep won't find the appropriate kernel-debuginfo* rpms. --=20 You are receiving this mail because: You are the assignee for the bug.=