Re: [patch] perf_event_open() Linux 3.16 additions
Vince Weaver <[email protected]> Tue, 5 Aug 2014 00:06:35 -0400 (EDT)
| Newsgroups | org.kernel.vger.trinity |
|---|---|
| Message-ID | <alpine.DEB.2.11.1408050003190.10700@vincent-weaver-1.umelst.maine.edu> |
On Mon, 4 Aug 2014, Dave Jones wrote: > Luckily I hadn't pushed that out yet. Care to respin it with that fixed, > and have a quick eyeball to make sure nothing else made it in that shouldn't have ? yes, sorry about that. I tend to use the stock kernel perf_event.h but trinity's copy has been changed to use "#pragma once" and it catches me every time. I noticed the problem right before sending the patch and I hand-edited out the extraneous stuff at the top of the patch but forgot that there would be an #endif at the bottom. Anyway I'll re-send a version that actually passes make clean/compile. Vince