From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 98812 invoked by alias); 6 Jan 2016 20:40:17 -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 98437 invoked by uid 48); 6 Jan 2016 20:40:13 -0000 From: "jistone at redhat dot com" To: systemtap@sourceware.org Subject: [Bug translator/19396] systemtap can't find certain kernel tracepoints Date: Wed, 06 Jan 2016 20:40: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: jistone 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: 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 X-SW-Source: 2016-q1/txt/msg00005.txt.bz2 https://sourceware.org/bugzilla/show_bug.cgi?id=3D19396 Josh Stone changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |jistone at redhat dot com --- Comment #2 from Josh Stone --- In Fedora, I only see the module_* tracepoints without any "system:" prefix. include/trace/events/module.h has: #ifdef CREATE_TRACE_POINTS #undef TRACE_SYSTEM #define TRACE_SYSTEM module #endif AFAICS we don't set CREATE_TRACE_POINTS. I'm not sure, but maybe we should. FWIW sched.h and writeback.h also use CREATE_TRACE_POINTS, but only to guard some helper functions, not to guard TRACE_SYSTEM. I think that will harmle= ss to tracequery if those functions are added, as long as they do compile ok. --=20 You are receiving this mail because: You are the assignee for the bug.