Re: [lttng-dev] [PATCH v2 lttng-tools] Backported to glibc 2.8

2014-04-23 Thread Mathieu Desnoyers
- Original Message - From: Jesper Derehag jdere...@hotmail.com To: dgou...@efficios.com Cc: lttng-dev@lists.lttng.org Sent: Friday, April 18, 2014 11:14:33 PM Subject: [lttng-dev] [PATCH v2 lttng-tools] Backported to glibc 2.8 This patch enables lttng-tools to run on top of glibc

Re: [lttng-dev] [PATCH babeltrace] Added fallback for betoh/htobe if they do not exist

2014-04-23 Thread Mathieu Desnoyers
Hi Jesper, Some minor comments below, - Original Message - From: Jesper Derehag jdere...@hotmail.com To: lttng-dev@lists.lttng.org Cc: Jesper Derehag jesper.dere...@ericsson.com Sent: Friday, April 18, 2014 11:48:29 PM Subject: [lttng-dev] [PATCH babeltrace] Added fallback for

[lttng-dev] [PATCH v3 lttng-tools] Backported to glibc 2.8

2014-04-23 Thread Jesper Derehag
This patch enables lttng-tools to run on top of glibc 2.8. Overall it fixes 2 things: 1. No support for epoll_create1(..) and EPOLL_CLOEXEC. 2. No support for htobe/betoh For 1, we revert back to epoll_create() and then sets CLOEXEC through fcntl instead. For 2, we define htobe/betoh as part of