From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1758266AbcLORh7 convert rfc822-to-8bit (ORCPT ); Thu, 15 Dec 2016 12:37:59 -0500 Received: from mx1.redhat.com ([209.132.183.28]:55616 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1757117AbcLORh5 (ORCPT ); Thu, 15 Dec 2016 12:37:57 -0500 Organization: Red Hat UK Ltd. Registered Address: Red Hat UK Ltd, Amberley Place, 107-111 Peascod Street, Windsor, Berkshire, SI4 1TE, United Kingdom. Registered in England and Wales under Company Registration No. 3798903 From: David Howells In-Reply-To: References: To: =?us-ascii?Q?=3D=3FUTF-8=3FQ=3FChristian=5FK=3Dc3=3Db6nig=3F=3D?= Cc: dhowells@redhat.com, Steven Rostedt , LKML , Alex Deucher Subject: Re: Enabling trace points during module load/init MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8BIT Date: Thu, 15 Dec 2016 17:37:55 +0000 Message-ID: <23920.1481823475@warthog.procyon.org.uk> X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.5.16 (mx1.redhat.com [10.5.110.39]); Thu, 15 Dec 2016 17:37:57 +0000 (UTC) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Christian König wrote: > I'm the co-maintainer of the AMD GFX drivers in the upstream kernel > and yesterday I ran into the problem that I need to enable some trace > points during module load/init. I've got that problem with AFS too. David