From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 108806 invoked by alias); 18 Jul 2019 14:43:35 -0000 Mailing-List: contact systemtap-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Post: List-Help: , Sender: systemtap-owner@sourceware.org Received: (qmail 108778 invoked by uid 48); 18 Jul 2019 14:43:31 -0000 From: "wcohen at redhat dot com" To: systemtap@sourceware.org Subject: [Bug translator/23866] dissonance between kernel tracepoint parametrization, lkm vs bpf Date: Thu, 18 Jul 2019 14:43:00 -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: 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: attachments.isobsolete attachments.created 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-SW-Source: 2019-q3/txt/msg00020.txt.bz2 https://sourceware.org/bugzilla/show_bug.cgi?id=3D23866 William Cohen changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #11909|0 |1 is obsolete| | --- Comment #9 from William Cohen --- Created attachment 11912 --> https://sourceware.org/bugzilla/attachment.cgi?id=3D11912&action=3Ded= it Revised version of the WIP bpf raw tracepoint support Based on feedback previous bpf_raw_tracepoint patch. This patch has the following changes: - NEWS entry - Made behavior more predictable always use the bpf raw tracepoints unless --compatible=3D4.1 used. if bpf raw tracepoints unavailable error out - Simplified the logic - Adjusted bpf.exp to work with the new behavior - Increased bpf.exp timeout so tracepoint discovery has time to run in the tests In a separate patch I have a raw_tracepoint1.stp test that is a reimplementation of the tracepoint1.stp using the bpf raw tracepoints arguments. --=20 You are receiving this mail because: You are the assignee for the bug.