2013/7/1 Dave Jones <davej@xxxxxxxxxx>: > On Sun, Jun 30, 2013 at 10:33:09PM +0300, Tommi Rantala wrote: > > The perf header will be used also in a few other places beyond syscalls, > > so move it to the include/ directory so that it is easily available. > > --- > > {syscalls => include}/perf_event.h | 0 > > 1 file changed, 0 insertions(+), 0 deletions(-) > > rename {syscalls => include}/perf_event.h (100%) > > > > diff --git a/syscalls/perf_event.h b/include/perf_event.h > > similarity index 100% > > rename from syscalls/perf_event.h > > rename to include/perf_event.h > > can you elaborate on this one ? I'm working on some patches (that I hope to finish sometime soon) to open more types of file descriptors at Trinity startup, and this header will be useful for that purpose. (Might also be possible to use something from syscalls/perf_event_open.c, and perhaps avoid requiring the header, but did not look into that.) I also want the ioctl definitions from the header (in code living in ioctls/). Tommi -- To unsubscribe from this list: send the line "unsubscribe trinity" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html