Re: Enabling trace points during module load/init

2016-12-15 Thread David Howells
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

Enabling trace points during module load/init

2016-12-07 Thread Christian König
Hi everone, 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. We had that issue quite a bunch of times before, but so far never had the time or patience to figure out how t