[lttng-dev] [lttng-ust][PATCH] Add config time check for new gettid API

2019-07-26 Thread Khem Raj
glibc 2.30 introdoced this function see [1] so its best to detect it and provide fallbacks only if its not present [1] https://sourceware.org/bugzilla/show_bug.cgi?id=6399 Signed-off-by: Khem Raj --- configure.ac| 1 + include/lttng/ust-tid.h | 7 +-- 2 files changed, 6

[lttng-dev] [lttng-ust][PATCH V2] Add config time check for new gettid API

2019-07-26 Thread Khem Raj
glibc 2.30 introduced this function see [1] so it's best to detect it and provide fallback only if its not present [1] https://sourceware.org/bugzilla/show_bug.cgi?id=6399 Upstream-Status: Submitted [https://lists.lttng.org/pipermail/lttng-dev/2019-July/029131.html] Signed-off-by: Khe

[lttng-dev] [lttng-ust][PATCH V3] Add config time check for new gettid API

2019-07-26 Thread Khem Raj
glibc 2.30 introduced this function see [1] so it's best to detect it and provide fallback only if it's not present [1] https://sourceware.org/bugzilla/show_bug.cgi?id=6399 Signed-off-by: Khem Raj --- v2: Fix typos in commit message v3: Fix more typos in commit message co

Re: [lttng-dev] [lttng-ust][PATCH V2] Add config time check for new gettid API

2019-07-26 Thread Khem Raj
On Fri, Jul 26, 2019 at 12:23 PM Sebastien Boisvert wrote: > > > > On 2019-07-26 3:02 p.m., Khem Raj wrote: > > glibc 2.30 introduced this function see [1] > > so it's best to detect it > > and provide fallback only if its not present > > nit: > >

Re: [lttng-dev] [lttng-ust][PATCH V2] Add config time check for new gettid API

2019-07-26 Thread Khem Raj
On Fri, Jul 26, 2019 at 2:09 PM Sebastien Boisvert wrote: > > > > On 2019-07-26 4:55 p.m., Khem Raj wrote: > > On Fri, Jul 26, 2019 at 12:23 PM Sebastien Boisvert > > wrote: > >> > >> > >> > >> On 2019-07-26 3:02 p.m., Khem Raj wrote

[lttng-dev] [lttng-tools][PATCH] check for gettid API during configure

2019-07-27 Thread Khem Raj
-off-by: Khem Raj --- configure.ac| 2 +- src/common/compat/tid.h | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/configure.ac b/configure.ac index 7b99f5c..e4bd82c 100644 --- a/configure.ac +++ b/configure.ac @@ -190,7 +190,7 @@ AC_CHECK_HEADERS([ \ # Basic

Re: [yocto] [lttng-dev] Using lttng-ust 2.13.6 from Yocto Kirkstone and getting weird segfault saying strlen_asimd.S can't be found.

2024-07-30 Thread Khem Raj
check if you have CXXFLAGS += "-fvisibility-inlines-hidden" and try to toggle it and see if that helps. On Tue, Jul 30, 2024 at 8:54 AM Brian Hutchinson via lists.yoctoproject.org wrote: > > Hi Kienan, > > I noticed looking thru the 38k line LTTNG_UST_DEBUG session this line: > > " 810:

[lttng-dev] [PATCH] uatomic: Specify complete types for atomic function calls

2015-08-23 Thread Khem Raj
(addr, val); Fixed all instances thusly Signed-off-by: Khem Raj --- urcu/uatomic/generic.h | 40 1 file changed, 20 insertions(+), 20 deletions(-) diff --git a/urcu/uatomic/generic.h b/urcu/uatomic/generic.h index 37f59cc..0046ffd 100644 --- a/urcu/uatomic

Re: [lttng-dev] [PATCH] uatomic: Specify complete types for atomic function calls

2015-08-24 Thread Khem Raj
> On Aug 24, 2015, at 9:24 AM, Mathieu Desnoyers > wrote: > > Merged into master, stable-0.8, stable-0.7. > > I edited the patch to use stdint.h types instead. > ah yes. thats better. > Thanks! > > Mathieu > > - On Aug 23, 2015, at 12:38 A

Re: [lttng-dev] Bogus openembedded gcc patch

2016-01-26 Thread Khem Raj
> On Jan 25, 2016, at 8:02 PM, Mathieu Desnoyers > wrote: > > Hi, > > We are noticing the presence of the following patch in various > openembedded gcc versions: > > 0024-PR-target-32219.patch > > "From e0d15f4f8bf28c351b9215ca37f1caa24df0e1fd Mon

Re: [lttng-dev] Bogus openembedded gcc patch

2016-01-26 Thread Khem Raj
On Jan 26, 2016 2:59 PM, "Mathieu Desnoyers" wrote: > > - On Jan 26, 2016, at 11:28 AM, Khem Raj raj.k...@gmail.com wrote: > > >> On Jan 25, 2016, at 8:02 PM, Mathieu Desnoyers < mathieu.desnoy...@efficios.com> > >> wrote: > >> > >>

Re: [lttng-dev] [OE-core] Bogus openembedded gcc patch

2016-01-28 Thread Khem Raj
On Jan 27, 2016 8:30 AM, "Mathieu Desnoyers" wrote: > > - On Jan 27, 2016, at 6:59 AM, Mathieu Desnoyers < mathieu.desnoy...@efficios.com> wrote: >> >> - On Jan 27, 2016, at 6:31 AM, Burton, Ross wrote: >>> >>> >>> On 26 Jan